|
|
| |

How can I transfer SQL Server databases to a new location?
Answer:
There are several ways to transfer SQL Server databases to a new location. You can use BACKUP DATABASE and
RESTORE DATABASE, or sp_detach_db and sp_attach_db stored procedures.
Read this article about transfer SQL Server databases to a new location:
INF: Moving SQL Server 7.0 Databases to a New Location
|
|
|