hi,
I need to move all databases and the sql server structure to a new location on a different machine.
This is what i think i need to do to make this transition a smooth one.
1. detach/offline all databases
2. Backup all databases (Full Backups)
3. Backup master, msdb and model databases
4. Move all user and system databases to new machine
5. After installing sql server on that machine. Restore
master then msdb then model database (well, I haven't
changed any setting from model database so, i think
i am not required to restore model database)
6. Restore all user databases
7. attach them all
Is their anything wrong with this ? Or, I need to add more
steps, or alter few or all of them.
Bye
miq
I need to move all databases and the sql server structure to a new location on a different machine.
This is what i think i need to do to make this transition a smooth one.
1. detach/offline all databases
2. Backup all databases (Full Backups)
3. Backup master, msdb and model databases
4. Move all user and system databases to new machine
5. After installing sql server on that machine. Restore
master then msdb then model database (well, I haven't
changed any setting from model database so, i think
i am not required to restore model database)
6. Restore all user databases
7. attach them all
Is their anything wrong with this ? Or, I need to add more
steps, or alter few or all of them.
Bye
miq