Viewing 13 posts - 16 through 28 (of 28 total)
Scripting out the publications, deleting and recreating them and the subscriptions worked for us.
April 22, 2015 at 12:53 am
You need to start by identifying in what parts of the code the deadlocks happen, and start analyzing why they happen.
Here is a good resource for a start:
You can also...
April 18, 2015 at 1:00 am
Generally speaking, Itzik Ben-Gan's books are the best you can find out there. He has a few of them that are worth reading. Some of the materials overlap, but there...
April 18, 2015 at 12:56 am
Hi Rod,
The Code Snippets directory doesn't replace the projects directory. It holds custom code snippets you can develop for common routines you do every day.
For example, I run a query...
October 26, 2014 at 10:48 am
Hi,
Basically, the parallel plan is chosen if its cost is lower than the cost of the serial plan.
The thing is the parallel plan's cost is calculated a little different, so...
June 23, 2013 at 8:36 am
Brilliant!
Here's another good link for completion:
http://msdn.microsoft.com/en-us/library/ff878716.aspx
Thank you Steve
May 6, 2013 at 7:02 am
I'm not sure what you mean when you say "ideal", but the default is 600 and most of the times it is left that way.
About the 3 sessions, do they...
May 6, 2013 at 4:38 am
Hi,
The timeout is not for the amount of time a client is connected.
The remote query timeout kills a running query if the timeout is passed.
If the query is finished on...
May 6, 2013 at 4:08 am
Hi Steve,
Have you solved the issue?
May 6, 2013 at 3:46 am
Hi,
Is intellisense enabled?
If it is, can you try to disable it and see if the problem persists?
May 1, 2013 at 5:04 am
Hi,
SQL Server supports (only) range partitioning.
Nevertheless, I wouldn't suggest doing it without understanding well the capabilities and overhead related to it.
I'd start with the following article:
April 17, 2013 at 4:05 am
Hi Tom,
Generally I think the process you outlined is good, but you will want to leverage bulk operations, and you have a few options for it.
I suggest you have a...
April 2, 2013 at 12:54 pm
Viewing 13 posts - 16 through 28 (of 28 total)