Viewing 15 posts - 31 through 45 (of 65 total)
Both queues (source and target) have activated procedures to process messages.
March 2, 2011 at 8:58 am
DugyC (3/1/2011)
The explanation I found in this article http://sqlserverpedia.com/wiki/Heaps under heading Forwarded Records said... Any non-clustered indexes on the...
March 1, 2011 at 3:20 am
They're just different instances on the same server cluster.
The actual plans used (according to SSMS at least) match the estimates in both cases.
January 28, 2011 at 4:18 am
So let me get this straight... because I knew how the function worked, I am wrong.
Had I not known how it worked, I would have had a pretty decent chance...
December 29, 2010 at 3:42 am
paul.jones (11/12/2010)
November 12, 2010 at 6:47 am
Sorry, I'm afraid I don't understand the point of the question.
Is it a trick to fool you into thinking the += compound operator? Or perhaps a typo when += was...
October 29, 2010 at 2:49 am
Hugo Kornelis (10/19/2010)
October 19, 2010 at 6:24 am
Thanks for this one - lots of stuff I didn't know there.
Does anyone know if there's a similar fast count method for views? I have a health check procedure which...
October 19, 2010 at 4:48 am
So many different solutions... suggests SQL should have a proper case function of it's own?
Many moons ago I came up with this - our need is quite straightforward, lower case...
October 19, 2010 at 4:21 am
Another dumb trick question 🙁
I use connection colouring, and it always works, so I was tricked into thinking the question was about that, hence answered 'True'.
I don't mind getting an...
October 15, 2010 at 2:51 am
No-one seems to be mentioning the elephant in the room here...
If we auto-generate the database and do all the work in higher tiers, what happens to SQL developers? We...
October 6, 2010 at 3:28 am
...and the point is...?
Not a test of anything as far as I can see. If I add unwanted punctuation my mistake I get an error and remove it, I'm not...
July 13, 2010 at 6:44 am
daniel.paul1986 (6/22/2010)
I am over here to tell that i am new to working with oracle programming language. Well i had some basic related to C,C++ and Java. So could...
June 22, 2010 at 11:25 am
dave.farmer (6/18/2010)
"An explicit value for the identity column in table '#fred'...
June 18, 2010 at 4:14 am
I tried to replicate this (in SQL Server 2008), and I didn't get a unique constraint violation, I got
"An explicit value for the identity column in table '#fred' can...
June 18, 2010 at 4:06 am
Viewing 15 posts - 31 through 45 (of 65 total)