I need to find the best way to either copy or "update" a database through a network so both databases are pretty much mirrored. Here is the catch, the production systems will be running MSDE. I have SQL 2k Developer so I can build it there, generate a script, and then update MSDE.
I just do not know what would be the best way to go about this. Originally I was thinking backup and then a restore but that seems to be too many steps.
Would copying the database work? Or would this be a job for a REALLY complex query?
If someone could point me in the right direction for this it would be greatly appreciated.
I just do not know what would be the best way to go about this. Originally I was thinking backup and then a restore but that seems to be too many steps.
Would copying the database work? Or would this be a job for a REALLY complex query?
If someone could point me in the right direction for this it would be greatly appreciated.