July 28, 2011 at 11:24 am
brown-415622 (7/28/2011)
I ran both scripts and both completed successfully. It brought back the model database back online and was able to seeviews and tables after about 5 min it went back into restore mode. Im backing up the transaction log every 5min in the maintenance plan, you think that
could be causing it?
Has to be that. Check the command that is run on the server and look for NORECOVERY. This is what you need to remove. Again for Genesis as well.
July 28, 2011 at 11:25 am
In the backup GUI it's called tail backup... not sure about maintenance plans.
July 28, 2011 at 11:28 am
Ninja's_RGR'us (7/28/2011)
brown-415622 (7/28/2011)
I ran both scripts and both completed successfully. It brought back the model database back online and was able to seeviews and tables after about 5 min it went back into restore mode. Im backing up the transaction log every 5min in the maintenance plan, you think that
could be causing it?
Has to be that. Check the command that is run on the server and look for NORECOVERY. This is what you need to remove. Again for Genesis as well.
I would also remove the model, master, and msdb databases from that maint plan.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
July 28, 2011 at 11:33 am
SQLRNNR (7/28/2011)
Ninja's_RGR'us (7/28/2011)
brown-415622 (7/28/2011)
I ran both scripts and both completed successfully. It brought back the model database back online and was able to seeviews and tables after about 5 min it went back into restore mode. Im backing up the transaction log every 5min in the maintenance plan, you think that
could be causing it?
Has to be that. Check the command that is run on the server and look for NORECOVERY. This is what you need to remove. Again for Genesis as well.
I would also remove the model, master, and msdb databases from that maint plan.
Actually I wouldn't use MP at all. But if you choose to keep using them keep doing at least full backups of those 3 dbs. That way you could stop the log backups on those. You need them in to rebuild your server in case of a disaster.
If you want the cadillac of MPs, set this up :
July 28, 2011 at 11:35 am
Ninja's_RGR'us (7/28/2011)
SQLRNNR (7/28/2011)
Ninja's_RGR'us (7/28/2011)
brown-415622 (7/28/2011)
I ran both scripts and both completed successfully. It brought back the model database back online and was able to seeviews and tables after about 5 min it went back into restore mode. Im backing up the transaction log every 5min in the maintenance plan, you think that
could be causing it?
Has to be that. Check the command that is run on the server and look for NORECOVERY. This is what you need to remove. Again for Genesis as well.
I would also remove the model, master, and msdb databases from that maint plan.
Actually I wouldn't use MP at all. But if you choose to keep using them keep doing at least full backups of those 3 dbs. That way you could stop the log backups on those. You need them in to rebuild your server in case of a disaster.
If you want the cadillac of MPs, set this up :
If using maint plan, I would create a completely separate plan for system databases and keep it separate from the user dbs
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
July 28, 2011 at 11:45 am
That's what I meant... I guess it wasn't clear.
July 28, 2011 at 11:52 am
I made the change to to the MP and it has been working for longer than 5min. Thanks for the advice and help guys.
July 28, 2011 at 11:55 am
brown-415622 (7/28/2011)
I made the change to to the MP and it has been working for longer than 5min. Thanks for the advice and help guys.
Happy to help.
Viewing 9 posts - 31 through 38 (of 38 total)
You must be logged in to reply to this topic. Login to reply