Viewing 2 posts - 1 through 2 (of 2 total)
If you wish to move a data file, then you need to detach the database, move the data file, and reattach the db (see "sp_detach_db" in Books Online). If...
May 25, 2017 at 9:06 am
#1944187
SQL Server does not behave the same way as Access. You do not connect to the MDF file. You connect to the server and select a database. The default...
May 25, 2017 at 9:05 am
#1944185