- You will need to detach the databases from the current SQL Server instance using SQL Server Management Studio.
- Then, copy both files for each database from the data directory for the SQL Server Instance and paste them into the new data directory for the new SQL Server
- Next, connect the databases to the new SQL Server instance using SQL Server Management Studio.
Lastly, make sure you change the SQL Server path settings in MicroSale to use the new SQL Server instance.
To disconnect:
Open SQL Server Management Studio > Connect to Instance -> Expand Databases > Right Click on Database you wish to detach > Task > Detach
To connect:
Open SQL Server Management Studio -> Right click on Databases -> Attach -> Add ->Select database you with to attach -> ok => ok