Viewing 15 posts - 6,601 through 6,615 (of 8,416 total)
SDM (11/17/2009)
To the people who can program in a .NET language and recognise when to use it appropriately to complement T-SQL:
Fixed that for ya! 😀
SDM (11/17/2009)
November 17, 2009 at 1:13 am
Matt,
Where did I say that a running total MUST be deterministic? (Your capitalization)
It seems good practice to me that the 'order by' part of a ranking function should produce...
November 16, 2009 at 7:42 pm
For full details click here
November 16, 2009 at 6:55 pm
The sorting order is defined by the collation used.
November 16, 2009 at 6:51 pm
Could you post what you're using at the moment? It would help to explain what you need.
Feel free to simplify it down.
November 16, 2009 at 6:27 pm
You could use the OUTPUT clause of the DELETE statement, but the target table would not be allowed to have any enabled triggers, check constraints, rules, or take part in...
November 16, 2009 at 6:24 pm
You get two rows - one per type of allocation unit. One for IN_ROW_DATA and one for ROW_OVERFLOW_DATA. See http://msdn.microsoft.com/en-us/library/ms189051.aspx for descriptions.
November 16, 2009 at 6:21 pm
Roust_m (11/12/2009)
Ian Scarlett (11/12/2009)
4. Part of the table has been allocated in a mixed extent.
as for the fourth, the size of the row is under 1000 bytes, so this...
November 16, 2009 at 5:30 pm
In an imaginary system with zero I/O latency (to disk or memory!) the ultimate capacity would probably be limited by CPU. Maybe this system has reached that state :laugh:
Seriously,...
November 16, 2009 at 5:21 pm
brigzy (11/16/2009)
Taking the ||*9*9|| technique down to C# is sweet!
It seems pretty obvious that a .NET solution will usually be faster. What I liked about this article was the...
November 16, 2009 at 5:10 pm
sqlservercentralitgeekry (11/16/2009)
November 16, 2009 at 5:04 pm
I'm going to run out of 'stars' at this rate 😉
November 16, 2009 at 4:30 pm
Not exactly sure what is being referred to by 'properties tab' - but I always rebuild or reorganize indexes from T-SQL script, never the SSMS UI. Right-clicking on an...
November 16, 2009 at 3:57 pm
GSquared (11/16/2009)
Ajay, do you understand directory structures and file paths?
I think he does - it's just not massively clear that the 'path' box requires just a directory path - not...
November 16, 2009 at 3:16 pm
Viewing 15 posts - 6,601 through 6,615 (of 8,416 total)