how to import - export from old DB to new DB

how to import - export from old DB to new DB

avatar
nave_k
Disabled

Hello ,

I need to copy all the data to a from an old MSSQL DB to new MSSQL DB , tried to do a live copy of the DB and it dosen't really work.

do you have some sort of a best practices on how to migrate the data from old db to new db ?


Thanks,
Nave,

All Comments (1)

avatar

Hello,

Performing a full backup and restore of the database is usually a pretty good start. After doing this, what kind of issue did you encounter?

Are you receiving an error message at the connection?

Best regards,

Jeff Dagenais