Hi
I have a PC with MSDE2000 and need to copy the data to another PC running SQL2005.
I have registered the MSDE server on my SQL2005 PC and can see the tables etc.
Can this be done automatically, say every day?
Is there a way of mirroring the DB?
Cheers
Eugene
Hello,
http://www.microsoft.com/technet/prodtechnol/sql/2005/msde2sqlexpress.mspx. You can find more info from this about copying the database from MSDE to SQL2005.
Thanks
|||
If your SQL Server 2005 machine is running Standard Edition or higher, you can create a package in SQL Server Integration Services to automate moving data. You can schedule running the package using SQL Server Agent.
Database replication (publisher/subscriber) requires higher SKUs (Workgroup and up) for the publisher. SQL Server 2005 Express can be a subscriber though. You can see a comparison of features here: http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx
Hope this helps,
Steve
Hi Steve
I Am using 2005 Std, I have also just installed SP1
I was hoping to use the mirroring function but it looks like it only works with sql 2005 DB! The same is true of Log shipping I think?
So is there any samples of how you use this integration service?
I am not that familiar with SQL as a whole and it would be good if there we're simple ways around the problems.
I would of thought there is an easy way to automatically copy a DB to another Server , like wizards....
Any Help Would be Appreciated
Cheers
Eugene
No comments:
Post a Comment