|
- Stop
all RSSP components (Appserver, SensorController, EventCollector).
- Using Enterprise
manager, go to Management | SQL Server Agent | Jobs. Disable all jobs in the
"ISS_GO" category.
- Check in
Management | Current Activity | Process Info for any other active sessions on
the SP database. Kill them if necessary.
- Move the database.
If you run into
trouble because the paths changed between attach/detach, you can always run a
backup followed by a restore "WITH move", specifying new data/log
locations. This can be done in the GUI or using SQL like
this:
RESTORE DATABASE [database] FROM DISK = 'D:\Backup\XXXXXX.bak' WITH MOVE '[dataname]' TO 'XXXXX_Data.mdf', MOVE '[logname]' TO 'XXXXX_Log.ldf'
Regards,
Robert
|
- [ISSForum] How to move the realsecuredb to other partition issforum-admin
- RE: [ISSForum] How to move the realsecuredb to other p... issforum-admin
- RES: [ISSForum] How to move the realsecuredb to other ... issforum-admin
- Re: [ISSForum] How to move the realsecuredb to other p... issforum-admin
- Re: [ISSForum] How to move the realsecuredb to oth... issforum-admin
- RE: [ISSForum] How to move the realsecuredb to other p... issforum-admin
- Re: [ISSForum] How to move the realsecuredb to oth... issforum-admin
