Viewing 15 posts - 6,256 through 6,270 (of 8,416 total)
sgmunson (2/2/2010)
I've got code now that does this task using a procedural methodology
Given a procedural method, couldn't a CLR UDA be made to work quite nicely? If so, I'd...
February 2, 2010 at 10:42 am
TheSQLGuru (2/2/2010)
February 2, 2010 at 10:39 am
It does indeed depend - but on the other hand more RAM never hurt a system 🙂
February 2, 2010 at 10:36 am
TheSQLGuru (2/2/2010)
That says to me it is acceptable to set them equal. And not having to wait for memory grants can be beneficial in some cases.
Oh it is -...
February 2, 2010 at 10:35 am
Odd question to be asked, but that's the answer:
The Profiler event is Attention - you'll find it in the Errors and Warnings event group.
There is no query - it's a...
February 2, 2010 at 4:27 am
Matt Miller (#4) (2/1/2010)
Lynn Pettis (2/1/2010)
Didn't think of this earlier, but you really shouldn't be using @@IDENTITY either. You should be using SCOPE_IDENTITY().
Agreed to avoiding @@identity- although if you...
February 2, 2010 at 4:22 am
When you hit 'cancel query' or 'stop' in SSMS, it sends an out-of-band data packet which is recognized as an Attention by the server. You can see Attention events...
February 2, 2010 at 4:02 am
Isn't this just a simple paging problem - return page 'n' from a set of ordered results?
Hard to tell without a clearer explanation, sample data, and expected output, as Lynn...
February 2, 2010 at 4:00 am
SQL Guy-482125 (1/15/2010)
February 2, 2010 at 3:53 am
To make sure you improve the thing that will provide most benefit, base your enquiries on This Microsoft Best Practices Article. This is the Waits and Queues methodology -...
February 2, 2010 at 3:12 am
Peter Brinkhaus (2/2/2010)
February 2, 2010 at 3:06 am
The myth about the Optimzer always treating table variables as if they have one row...!!! :w00t:
So ok yes, if you ask for an 'estimated' plan from SSMS you'll see...
February 2, 2010 at 2:47 am
kakapuri.naveen (1/29/2010)
The OS has been allocated 15 GB of RAM
What do you mean by this? In what sense have you allocated 15GB to Windows? Is this a VM?
kakapuri.naveen...
February 2, 2010 at 2:25 am
TheSQLGuru (2/2/2010)
Jeffrey Williams-493691 (1/29/2010)
February 2, 2010 at 1:45 am
BSavoie (2/1/2010)
February 2, 2010 at 1:38 am
Viewing 15 posts - 6,256 through 6,270 (of 8,416 total)