I need to set up a standby server using SQL Server Log Shipping. This is my first time doing this, so I'm following the instructions in the SQL Help step by step. Of course, I ran into a problem at the first step. The help file says:
- Right click the database you want to use as your primary database in the log shipping configuration, and then click Properties.
- Under Select a page, click Transaction Log Shipping.
I do not see a menu entry for Transaction Log Shipping. Here's what I see:
So why am I not being offered this option?
In order to see the "Transaction Log Shipping" option in SQL Server Management Studio, you have to have the complete management tools option select. Try to re-install management studio, and check the box for "Management Tools - Basic" and the box for "Management Tools - Complete"
Also, you can't log ship a database that has an ID of 1 - 4 since SQL Server assumes that it's either
master
,model
,msdb
ortempDB
.