Viewing 15 posts - 1,306 through 1,320 (of 4,745 total)
Dev (12/6/2011)
Perry Whittle (12/6/2011)
Dev (12/5/2011)
It sounds OK. Just make sure once you enable jobs they restore the backups in proper sequence (without breaking the chain).
Log shipping...
December 6, 2011 at 6:59 am
first of all, make sure the growth factor on the log file is not set to something which is going to gobble up all your disk space (ie the default...
December 6, 2011 at 6:47 am
are you able to back the log up to free some space within the log?
Once you have some space if removedbreplicaton does not do it try the trick advised by...
December 6, 2011 at 6:14 am
Jeff Mayer (12/6/2011)
According to everyone I have asked, the answer is no! We have not used replication......
SQL thinks you have 🙂
try running sp_removedbreplication against the database
December 6, 2011 at 6:05 am
was this database originally restored from somewhere else?
try running sp_removedbreplication against the database
December 6, 2011 at 5:56 am
I would try changing the select to:
select name from master.sys.databases where name not in ('tempdb')
December 6, 2011 at 5:42 am
its listed right at the start of the errorlog after a sql restart (not just a errorlog cycle)
December 6, 2011 at 5:24 am
sorry, I've tried the script and it returns those two permissions for me. Have those rights been granted to anyone in your setup?
December 6, 2011 at 1:52 am
yes, I had a distant memory that was possible, so I tried it before replying to the OP, and oddly I got exactly the same error as the OP, so...
December 6, 2011 at 1:26 am
what have you tried?
googling 'script server level permissions' returns quite a few options.
this looks quite good
December 5, 2011 at 1:14 pm
you would have to start again from a full backup restore.
But there is no reason why the chain should become broken in this scenario as long as all your...
December 5, 2011 at 9:27 am
I would aim to just disable the copy and restore jobs on the DR server.
This is because it is best to keep backing up the logs on the primary for...
December 5, 2011 at 8:29 am
you cannot connect to SQL2008 from SQL2000 tools. You need at least SQL2008 client tools
December 5, 2011 at 6:34 am
Thanks for sharing Warren. If this is to be used on SQL2005 and above you really need to be switching to 'create user' syntax rather than sp_grantdbaccess, else the user...
December 5, 2011 at 3:41 am
glad to hear thats working again.
you say you copied ALL the diffs? Only the latest one would have been needed to be restored.
Presume you enabled the copy job as well?...
December 4, 2011 at 3:05 am
Viewing 15 posts - 1,306 through 1,320 (of 4,745 total)