SQL Server question

Cassio

Well-known member
Joined
Nov 30, 2002
Messages
276
Location
Rio de Janeiro
Hi! Im making a project that uses a small SQL database. Its the first time I use SQL Server, im used to Access. In Access when I wanted to install my program on another computer I just had to copy de .mdb file and I could access the databese(through my program). Is it possible to do it using just an MSSQL database file ? Or there always have to be a SQL Server around?

Thanks
 
There has to be a version of SQL Server (Enterprise, Personal, MSDE) around somewhere. You will have to include the .mdf file of your database and attach it to the SQL Server.
 
Back
Top