Appendices – CIRCUTOR SQL Data Export User Manual

Page 24

Advertising
background image

SQL Data Export for PS/PSS

24

3.- Appendices

3.1.- Change the location of the database

Do the following steps to change the location of the database:

1. Uninstall "SQL Data Export for PSS".

2. Sign in "SQL Server Management Studio".

3. Make a new query:

4. Run the following script:

use master

go

sp_detach_db 'SQLDataExportSQL'

go

Advertising