Viewing 15 posts - 631 through 645 (of 8,416 total)
Evil Kraig F (5/15/2012)
DTA is, at best, a wonderful moron.
The tool isn't the problem, the way people use it is. In my experience, 'moronic' activities in databases are more...
May 20, 2012 at 11:40 am
Jeff Moden (5/19/2012)
May 20, 2012 at 7:30 am
Surprising answer. I had no clue so guessed (wrong).
May 20, 2012 at 6:51 am
mtassin (5/18/2012)
When you use Primary Key with no other qualifiers in a create table statement several things happen.
1. The column is immediately flagged as NOT NULL
2. A Clustered Index is...
May 20, 2012 at 6:37 am
bitbucket-25253 (5/17/2012)
May 20, 2012 at 6:18 am
Lynn Pettis (5/19/2012)
May 19, 2012 at 8:41 am
Highlighting (and the CTRL+] shortcut to switch between braces at the same level) is only functional when the built-in IntelliSense is enabled. This can be an irritating restriction if...
May 19, 2012 at 8:17 am
I see you asked the exact same question on SQLteam:
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=174825
The reason you are getting an error with the VALUES clause on that thread is because you are not running SQL...
May 19, 2012 at 7:20 am
Possibly a small improvement:
CREATE TABLE #TableA
(
UserID integer NOT NULL,
LastName nvarchar(50) NOT NULL,
...
May 19, 2012 at 5:35 am
The sample data you provided has a number of problems. DtAdded is the same for every row. There is no row 11 (specified in the results). To...
May 19, 2012 at 4:31 am
Gullimeel (5/19/2012)
May 19, 2012 at 4:20 am
Gullimeel (5/19/2012)
Yes.
Well you have the memory grant reported in an 'actual' execution plan, and the DMV (while the query is executing). The extra information might be useful for some...
May 19, 2012 at 4:19 am
Gullimeel (5/19/2012)
However, the people who queries dm_exec_query_stats to find the costly queries misses this sort cost.
The DMV provides a number of runtime performance metrics to compare (e.g. elapsed time, processor...
May 19, 2012 at 1:11 am
okbangas (5/17/2012)
The setting for the individual query overrides the instance setting, but it cannot override a resource governor setting.
That's exactly right. Interestingly (though not usefully!) you can tell the...
May 18, 2012 at 3:36 pm
gemisigo (5/18/2012)
May 18, 2012 at 2:16 pm
Viewing 15 posts - 631 through 645 (of 8,416 total)