Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 High Availability (2005)
 Log shipping - Manual tasks

Author  Topic 

jacobvz
Starting Member

1 Post

Posted - 2009-02-11 : 20:59:43
Hi,

I have set up log shipping for a couple of databases and scheduled a job that dumps the logons from primary to a file which than gets executed at the secondary so that the logons are in sync.
What other tasks do I need to be aware of?

I have not much prior experience with SQL*Server so sorry if it has been discussed extensively before or is considered common knowledge.

Jack

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-02-11 : 23:54:06
It depends where else you have objects that aren't in the user database being shipped. Are there any objects inside the system databases that you need, perhaps jobs, packages, or anything else that isn't contained inside the user database?

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -