Viewing 15 posts - 136 through 150 (of 167 total)
Jeffrey Williams-493691 (12/24/2009)
You probably could have gotten around that particular error...
December 24, 2009 at 12:44 pm
kareem007 (12/2/2009)
george sibbald (12/2/2009)
did you backup the log on the primary with the norecovery option? In that case the database will be in a restoring...
December 23, 2009 at 2:06 pm
Mark_Pratt (12/21/2009)
December 21, 2009 at 1:25 pm
GilaMonster (12/21/2009)
32 bit or 64 bit?If you're not sure, run this and post the output
SELECT @@version
Microsoft SQL Server 2005 - 9.00.1399.06 (Intel X86) Oct 14 2005 00:33:37 ...
December 21, 2009 at 11:49 am
BaddaBing (12/17/2009)
No, the READ UNCOMMITTED is used so the query doesn't have an impact. It doesn't care about locks and places none of its own
Thanks for your reply. So setting...
December 17, 2009 at 8:08 am
Grant Fritchey (12/16/2009)
First, you need to differentiate...
December 16, 2009 at 2:21 pm
Any update, did you resolve the issue. Please post output of CHECKDB
December 8, 2009 at 12:02 pm
If DBCC CHECKDB is taking longer than usual, there must be something wrong.
Please wait for CHECKDB to complete.
Meanwhile check below link.
http://www.microsoft.com/emea/teched2008/itpro/tv/default.aspx?vid=78
December 7, 2009 at 2:27 pm
george sibbald (12/2/2009)
did you backup the log on the primary with the norecovery option? In that case the database will be in a restoring state...
December 2, 2009 at 9:56 am
Thanks to everyone. Finally I have tested DR test in test servers, it was successfull. I did below things. Before doing in production, I want to check with you...
December 2, 2009 at 9:24 am
george sibbald (11/20/2009)
chk2009 (11/20/2009)
george sibbald (11/20/2009)
run sp_help_revlogin against primary server and save output to file
copy file to secondary and load into SSMS query...
November 20, 2009 at 3:05 pm
george sibbald (11/20/2009)
run sp_help_revlogin against primary server and save output to file
copy file to secondary and load into SSMS query window
edit to remove...
November 20, 2009 at 12:04 pm
george sibbald (11/20/2009)
run sp_help_revlogin against primary server and save output to file
copy file to secondary and load into SSMS query window
edit to remove...
November 20, 2009 at 11:38 am
george sibbald (11/20/2009)
OR
when you failover properly for the first time use stored procedure sp_change_users_login to tie the user...
November 20, 2009 at 10:13 am
Viewing 15 posts - 136 through 150 (of 167 total)