dbTalk Databases Forums  

Log Shipping problem

microsoft.public.sqlserver.replication microsoft.public.sqlserver.replication


Discuss Log Shipping problem in the microsoft.public.sqlserver.replication forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Sharad
 
Posts: n/a

Default Log Shipping problem - 03-15-2005 , 05:47 AM






Dear Friends

I have a SQL Standard version and due to same i am not
able to do the log shipping for the database i want to
create a backup server which is only for analysis and the
same need to update only once. I can not set the
replication between the server as the Database is not
compatible for the same it is having 1024 column in many
tables.

Now What i have done is created a maintaince plan for the
backup and transactional backup in a 24 hours.

The same are replicated to the other server hard drive
with Data Replication service.

I want to create a job which will automatically restore
the transaction log on the analysis server.

Please suggest how can i achive the same. Your earlier
reply would help me a lot.

Best regards
Sharad

Reply With Quote
  #2  
Old   
Paul Ibison
 
Posts: n/a

Default Log Shipping problem - 03-15-2005 , 06:08 AM






Sharad,
Let's say you are doing daily log backups, and daily
database backups on the publishing server. I'd create a
log backup job on the primary server which'll backup the
log to a device (file) and overwrite it. This way, the
log file will be identical each time. Have another step
in the job copy over the backup file to the standby
server by using a network share. Once you can determine
how long the backup and transfer take, you can add on a
bit of contingency time and create a job on the standby
server to run at the appropriate time which'll pick up
the backup file. This will do a restore from the file
with the standby option to allow access. You must ensure
nobody is on the database at the time of the restore, so
an initial step might remove all users.
HTH,
Paul Ibison, SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.