Dec 5, 2005 #1 sugu Programmer Jan 12, 2004 90 SG Hi I have 2 servers of which one is a backup n both running sql server standard edition. I need to send the tables and database in server 1 to be transfered into the server 2 every night automatically. Is there a way to do it? Thanks in advance! su
Hi I have 2 servers of which one is a backup n both running sql server standard edition. I need to send the tables and database in server 1 to be transfered into the server 2 every night automatically. Is there a way to do it? Thanks in advance! su
Dec 5, 2005 #2 jbenson001 Programmer Jan 7, 2004 8,172 US Use DTS packages. They can be scheduled. Jim Upvote 0 Downvote
Dec 5, 2005 Thread starter #3 sugu Programmer Jan 12, 2004 90 SG sorry how do i go about doin the dabase transfer with DTS? I'm very new to sql server. Thanks! su Upvote 0 Downvote
Dec 5, 2005 #4 fredericofonseca IS-IT--Management Jun 2, 2003 3,324 PT Read BooksOnline (supplied with your copy of SQL Server, or available on microsoft.com) for all information you need. If you have Enterprise Manager you select option Data Transformation Services, and go from there. Regards Frederico Fonseca SysSoft Integrated Ltd http://www.syssoft-int.com Upvote 0 Downvote
Read BooksOnline (supplied with your copy of SQL Server, or available on microsoft.com) for all information you need. If you have Enterprise Manager you select option Data Transformation Services, and go from there. Regards Frederico Fonseca SysSoft Integrated Ltd http://www.syssoft-int.com
Dec 6, 2005 #5 SQLDenis Programmer Oct 1, 2005 5,575 US You could also set up replication for the tables Denis The SQL Menace SQL blog:http://sqlservercode.blogspot.com/ Personal Blog:http://otherthingsnow.blogspot.com/ Upvote 0 Downvote
You could also set up replication for the tables Denis The SQL Menace SQL blog:http://sqlservercode.blogspot.com/ Personal Blog:http://otherthingsnow.blogspot.com/
Dec 6, 2005 #6 icemel MIS Oct 17, 2005 463 US or do a nightly backup on server 1 and restore on server 2 Upvote 0 Downvote
Dec 8, 2005 Thread starter #7 sugu Programmer Jan 12, 2004 90 SG I'm looking for a automation for the replication/backup to take place. su Upvote 0 Downvote
Dec 8, 2005 #8 fredericofonseca IS-IT--Management Jun 2, 2003 3,324 PT do any of the ones that were mentioned before. If a DTS package you will then need to schedulle it as a job so you have automation. Regards Frederico Fonseca SysSoft Integrated Ltd http://www.syssoft-int.com Upvote 0 Downvote
do any of the ones that were mentioned before. If a DTS package you will then need to schedulle it as a job so you have automation. Regards Frederico Fonseca SysSoft Integrated Ltd http://www.syssoft-int.com