Viewing 15 posts - 991 through 1,005 (of 1,318 total)
Why not just set it to run every minute for now, and then you can monitor it over the 30 minutes, rather than having to wait until later?
June 13, 2014 at 7:02 am
Ok, that's helpful but we need to go through it step by step as there are so many variables.
Are you taking transaction log backups outside the log-shipping environment? If so,...
June 13, 2014 at 3:33 am
Can you tell us what the exact error message you're getting is?
When you say you're running it every 24 hours do you mean the backup job, the copy job and...
June 13, 2014 at 2:20 am
Hi. You don't actually need to create a new database before you do the restore, so you could drop the one you created, which would simplify things.
June 13, 2014 at 2:12 am
Your systems/SAN/infrastructure whatever you call them team may well have decided to take your SQL backups for you. They sometimes do this :-D.
Under these circumstances you need to talk to...
June 12, 2014 at 9:42 am
Why do you want to shrink it? It may be that that is the size it needs to be.
June 12, 2014 at 9:28 am
Yep, you can just restore it. You can't go the other way round (e.g. 2012 to 2008)- maybe that's what you were thinking of.
June 12, 2014 at 3:27 am
smtzac (6/11/2014)
I never heard that can't have 2 log files. May be I am wrong. 1st drive was getting full so I added another drive
No, as already been said, you...
June 11, 2014 at 8:54 am
SQLSACT (6/11/2014)
Also, you can enable backup compression, assuming you are running an Enterprise edition of SQL Server
It's available in Standard edition if you're running 2008 R2 or higher:
http://msdn.microsoft.com/en-us/library/cc645993%28v=sql.105%29.ASPX
June 11, 2014 at 7:10 am
Have you tried
use master
go
alter database yourdatabasename
set restricted_user with rollback immediate
then trying your restore?
June 11, 2014 at 3:29 am
Really? There's nothing else at all?
Does the wizard come up at all, or does it error straight away?
June 11, 2014 at 3:26 am
Viewing 15 posts - 991 through 1,005 (of 1,318 total)