Viewing 15 posts - 1,021 through 1,035 (of 4,745 total)
Am I missing something here? That link describes itself as how to manually remove SQL but then goes on to describe how to do it via control panel which is...
May 23, 2012 at 4:04 am
Brandie Tarvin (5/22/2012)
Koen Verbeeck (5/21/2012)
I don't know a lot about log shipping, but I can't see the future either...http://www.sqlservercentral.com/Forums/Topic1303857-391-1.aspx
Then obviously you are misusing DBCC Timewarp(). You are hereby forbidden to...
May 22, 2012 at 8:38 am
whats the recovery mode of the database?
For mirroring it needs to be in full recovery mode, for log shipping bulk or full recovery, else the features (not futures :-)) wont...
May 22, 2012 at 8:36 am
the real answer to this is probably 'it depends' but I would expect a huge .ldf is more likely to have a greater adverse affect on restore times.
Restore time would...
May 21, 2012 at 3:24 pm
Is uninstall\reinstall of the OS an option for you?
May 17, 2012 at 4:34 pm
thanks for the prompt response Gail.
Can I impose and ask from your experience if there is a likeliest root cause when the two processes involved are both dynamic SQL...
May 17, 2012 at 4:11 am
morning gail, thanks. the database has been reindexed since the deadlock trace captured the information so I wonder if the page is still used by the same object, but anyway...
May 17, 2012 at 3:17 am
no relevant differences in security between SQL2005 and SLQ2008 in this context.
the error says it cannot find that object, so either it does not exist, you are not connected to...
May 15, 2012 at 7:54 am
does the object exist on both servers? Is the owner of the object the same on both servers?
May 15, 2012 at 6:48 am
it does suggest the archive user has become orphaned, that is it is no longer associated with a login as there is not a matching sid. therefore it would not...
May 11, 2012 at 6:52 am
OK. You will probably find there are teething problems hitting 'permission denied' type errors but you can just work through them.
May 8, 2012 at 8:49 am
the second error is an out of space on the disk issue (run net helpmsg errorno from the command line to see what OS error codes mean)
May 8, 2012 at 8:01 am
mirroring requires both partners to be the same version of SQL so this will not work.
Whats the size of the database? I presume you want to do this to reduce...
May 7, 2012 at 3:28 pm
'Unfortunately' purely in the sense that for this problem, what would at first might seem the obvious and most secure option of setting up a windows group and placing the...
May 6, 2012 at 5:03 pm
Viewing 15 posts - 1,021 through 1,035 (of 4,745 total)