Viewing 15 posts - 151 through 165 (of 258 total)
Hello Jack,
This is also my understanding when SQL need to read (a page at the time) but I need to make sure what this profiler number mean.
having x read i/o...
September 17, 2009 at 9:40 am
As Grant Fritchey said, it is probably a permission issue.
One thing I often see and it's overlook is the file / folder permission. Even if all services are using admins...
August 26, 2009 at 8:56 am
Thank you for taking time! I'll take a look at the solution and understand what I did wrong with mine.
August 21, 2009 at 2:02 pm
I've coded an iterative replacement but it lack the optimization of the CTE. Still if someone could get the CTE to work I would be very grateful.
Here's the working example...
August 20, 2009 at 1:02 pm
I do not recall everything but I do remember that there was a new cluster system (using votes from each nodes).
More node support (up to 16)
New quorum model
Table disks less...
August 19, 2009 at 6:04 am
I found the issue and how to correct it. No need to think about it.
August 17, 2009 at 2:50 pm
Forgot to add, here's the list of supported OS:
http://msdn.microsoft.com/en-us/library/ms143506.aspx
You need SP2 minimum to run it on win2k3 if you plan to go that path
August 17, 2009 at 1:22 pm
It is not a question of issue installing it on a win2k3 box instead of a win2k8 box. It is a question of features. If you are in a cluster...
August 17, 2009 at 7:03 am
What I would suggest as a first step is to use profiler and check if the query is really executing within the same amount of time as SSMS do and...
August 17, 2009 at 7:01 am
This is the reason I wanted to use the estimated one, having a feeling of what it looks like rapidly. Using the actual one would take a long time to...
July 31, 2009 at 9:27 am
I forgot something that will speak out the answer by itself.
Which is what is the main purpose of SSC? What is it's living reason.
This will answers what need to be...
July 23, 2009 at 6:46 am
From a learning point of view I totally agree with the replies found on that thread Lynn. When I'm looking at an issue I'll gladly read mostly everything related to...
July 23, 2009 at 6:33 am
Plus it is slightly more efficient not using brackets than it's exact counterpart. So two birds one stone.
July 22, 2009 at 1:34 pm
No object should have a space in them as well as being a SQL keywords. In others words, if brackets are needed, the object name is not valid.
The main purpose...
July 22, 2009 at 1:18 pm
Viewing 15 posts - 151 through 165 (of 258 total)