Viewing 15 posts - 76 through 90 (of 429 total)
Vinod Pal (9/24/2013)
September 25, 2013 at 3:21 am
Purging data in batches can be considered but considering that the website is a 24*7 environment, there will be locking issues at times plus high CPU and log writes....
September 23, 2013 at 3:04 am
GilaMonster (7/15/2013)
About bloody time too...
I fourth that but please explain what it means:-) Hidden meaning is not clear to me...
Thanks
Chandan
July 19, 2013 at 4:32 am
Jason-299789 (6/11/2013)
You might also get an improved performance by switching the CTE's...
June 11, 2013 at 1:28 am
Jason-299789 (6/10/2013)
How many records are being populated into the TEMP table as i m not sure you need...
June 10, 2013 at 10:35 am
Thanks a lot for your help on this. Will post again if I find difficulty in this method. worth giving a shot rather than snapshot method.:-D
Cheers!
Chandan Jha
May 23, 2013 at 2:32 am
Thanks Bhaskar. Will try this option once to see how it works. I have a question though. Lets say that the replication is running for 1 subscriber and I edit...
May 23, 2013 at 2:05 am
Bhaskar.Shetty (5/23/2013)
The intial snapshot apply would...
May 23, 2013 at 1:17 am
Thank you folks for replying. I have kept the publisher common and added the B and C as subscribers there only. Initially, I was not able to reinitialize server C...
May 23, 2013 at 12:31 am
opc.three (5/16/2013)
chandan_jha18 (5/16/2013)
I would suggest to collect some 'Available...
May 16, 2013 at 7:40 am
As you posted, you have already fixed SQL Server and given it a range between which it an fly up or down.
I would suggest to collect some 'Available Memory' through...
May 16, 2013 at 2:35 am
When you talk of an issue with some server, I will say that when it comes up replication will assume automatically from where it left off.
Lets say that the publisher...
April 22, 2013 at 5:06 am
Before writing anything, I want you to inform that 'cancel' a rebuild task is not something nice to do and could land you up in a bad scenario.
Please try to...
April 18, 2013 at 4:35 am
sestell1 (4/3/2013)
April 3, 2013 at 7:34 am
ChrisM@Work (3/22/2013)
SELECT CAST(ID AS NUMERIC(9))
INTO #Accounts
FROM dbo.SplitIDs(@vcAccountId, ',')
SELECT...
March 25, 2013 at 5:58 am
Viewing 15 posts - 76 through 90 (of 429 total)