Viewing 9 posts - 1 through 9 (of 9 total)
To answer some of the question. So I have five database that were already replicated to a reporting sql server using pull subscription.
We are migrating to virtual server to...
December 21, 2016 at 3:11 pm
Issue can be simulated with the below script.
create table nat ( c1 int identity(1,1) primary key,c2 int)
declare @a int=1
...
August 13, 2016 at 6:13 am
yes, its part of a DB which is part of availability group
June 2, 2016 at 11:04 pm
Hi,
Have you checked the error log. Looks like a resource issue on the mirror. we had a similar issue where the mirror was low and memory and the...
December 15, 2014 at 1:20 am
Hello,
If i understand correctly, you are planning on a mirrored subscriber. if that is the case, and there is a failover of the subscription database, then you would have...
December 15, 2014 at 1:17 am
Hi
its normal that the log usage is high during index rebuild. you can try bulk logged recovery if you want to lower the transaction log usage during index rebuild,...
December 7, 2014 at 7:17 pm
ALTER DATABASE [dbname] MODIFY FILE ( NAME = filename, SIZE = 900MB )
the above is the command. the current size of the file is 800MB. but even after...
March 27, 2011 at 11:44 am
i guess the log reader agent is timing out... u can try to reduce the batch size in log reader agent profile.
We have the same issue and it works....
February 4, 2011 at 1:40 am
Instead of shrinking in one shot, try shrinking in small batches.. may be 2Gb at a time or even 1GB...
I've also some across this issue where it takes forever...
February 3, 2011 at 7:15 pm
Viewing 9 posts - 1 through 9 (of 9 total)