CIRCUTOR SQL Data Export User Manual

Page 26

Advertising
background image

SQL Data Export for PS/PSS

26

6. Move the files "SQLDataExportSQL.mdf" and

"SQLDataExportSQL_log.LDF" to destination.

7. Make a new query:

8. Run the following script with new path where you have located the

database, for example D:\.

9. Refresh

10. Install "SQL Data Export for PSS".

use master

go

sp_attach_db 'SQLDataExportSQL','D:\SQLDataExportSQL.mdf','D:\SQLDataExportSQL_log.LDF'

go

Advertising