Skip to content
Home ยป sp_attach_db

sp_attach_db

SQL Attach Database

Detaching and attaching a SQL database, is helpful in case in case when you want to move to move a database to a different SQL Server instance. So Bascially, first we detach database from SQL Server and move those files to another SQL Server and then attach files.

Loading