Viewing 15 posts - 3,196 through 3,210 (of 8,416 total)
There are two great articles by MVP Jeff Moden on this site that show you exactly how to do what you need:
June 1, 2010 at 8:20 am
Lowell (6/1/2010)
June 1, 2010 at 8:06 am
It is quite dense in places, and there's a decent high-level summary here:
Execution Plan Caching and Reuse
(It contains a link to the document I pointed you at before, for those...
June 1, 2010 at 8:02 am
I agree. SQL Server 2008 R2 is just a point release, not worth a new forum.
June 1, 2010 at 7:53 am
As you probably suspect, it is down to the different rules applied for word-breaking and stemming depending on the language selected.
The new Neutral word-breaker happens to search for numbers in...
June 1, 2010 at 7:50 am
Microsoft Best Practices Article: Waits and Queues (Word Document)
June 1, 2010 at 7:05 am
Hey BrainDonor,
I sympathise...it is complex, but at least logical.
There is a full (and logical) explanation in one of my favourite references:
Batch Compilation, Recompilation, and Plan Caching Issues in SQL Server...
June 1, 2010 at 7:01 am
In case you want to create an XML format file, or are using a later version than 2000, please see these Books Online links:
June 1, 2010 at 6:52 am
You are not the first person to want to record volume free space. There are a number of articles and scripts on this site:
http://www.sqlservercentral.com/search/?q=free+space&t=a&t=s
There are also better ways to...
June 1, 2010 at 6:48 am
There is a problem with using CASE in an ORDER BY expression: SQL Server will not be able to make use of an index to order the rows (you'll always...
June 1, 2010 at 6:13 am
da-zero (6/1/2010)
June 1, 2010 at 1:24 am
Ha! Easy for anyone who reads your excellent blog 🙂
Great question.
June 1, 2010 at 1:15 am
A very good question. I had to take a guess at whether SQL Server would continue the downward sequence correctly after the IDENTITY_INSERT operation. The correct behaviour is...
June 1, 2010 at 1:13 am
Couple of points to add:
1. Many people think that parallelism is not possible with table variables. This is not so. It is true that the lack of statistics...
June 1, 2010 at 12:58 am
vijay.s (5/31/2010)
Means what exectly your query processed.
I used the sample table and data from your earlier post :unsure:
May 31, 2010 at 6:26 am
Viewing 15 posts - 3,196 through 3,210 (of 8,416 total)