Viewing 3 posts - 1 through 3 (of 3 total)
you are right, it's not possible also it is not key point for failover clustering
June 23, 2011 at 12:17 am
Don't worry about sp_prepare command. it doesn't affect your system.You can check from client statistics
create table testPre(a uniqueidentifier,b uniqueidentifier,c uniqueidentifier,d uniqueidentifier,e uniqueidentifier)
go
insert into testPre values(NEWID(),NEWID(),NEWID(),NEWID(),NEWID())
go 20000
--Press Shift+Alt+S to open...
June 22, 2011 at 6:23 am
Hi Rishabh ,
When you backup transaction log a database that is pricipal, transaction log doesn't decrease but precentage usage of transaction log decreases. Execute dbcc sqlperf(logspace) before...
November 29, 2010 at 4:21 am
Viewing 3 posts - 1 through 3 (of 3 total)