You have to attach the database to some Sql Server instance. You probably want to do this on a single machine, otherwise you will add network latency (which can be marginal in some cases) when writing to the database.
If the cost of SQL Server is an issue, you can probably use SQL Server Express. It's free. Download for the 2008 version here . Or you can use 2005 version here .