Viewing 15 posts - 31 through 45 (of 65 total)
OK. I got it wrong, and now I know why I got it wrong. What I cannot understand is why it behaves like that in the first place! Surely if...
February 24, 2014 at 6:25 am
I have actually used APPLY (er, perhaps twice!) but not PIVOT. Just doesn't feature in the type of work I do.
A good grasp of the fundamentals is always important,...
November 22, 2013 at 5:27 am
Raul, Gaz, thanks both. I should have known better than to assume SQL would apply some intelligence to the expression analysis! 😉
Odd, though, in the table designer, how the 'Allow...
November 15, 2013 at 4:42 am
the function LEFT can return NULL values therefore the computed column is created as NULL
Just how can LEFT return a NULL when operating on a CHAR(8) NOT NULL value??
November 15, 2013 at 3:36 am
Good point, Ron.
My guess is that the DECLARE must be encountered by the parser before it encounters the variable being used, so that it already "knows" about it, even though...
April 30, 2013 at 6:41 am
What made this curious from my point of view is that normally you cannot have an empty code block in the various parts of an IF - the compiler throws...
April 30, 2013 at 4:41 am
I selected the syntax error option but not for the reason stated. The question states SQL 2005 and higher, but THROW evidently makes its appearance with SQL 2012, so is...
April 2, 2013 at 2:18 am
OK. I got it wrong because I tried to apply what I thought was sensible logic to the choice of the second value. Can anyone explain why SQL uses such...
January 23, 2013 at 6:07 am
We run a small (5 server) computer telephony platform that has to run 24/7. Finding any maintenance window is a major problem - we have several hundred client services, all...
December 14, 2012 at 3:23 am
I got it right but, apparently, for the wrong reason. I looked at ALTER Db SET PARTNER = .... and thought that was illegal syntax.
If it isn't, what is it...
December 11, 2012 at 6:54 am
The company I do most of my work for DO want the utopian 100% availability, but will never have the budget or staff to implement and run it. We operate...
July 2, 2012 at 3:06 am
I have been using Pocket Cloud by Wyse on my iPad for a while now to do remote desktop connection. It will work with both Windows RDP and VNC, which...
May 29, 2012 at 1:26 am
Got it right! Seems I was paying attention during the Always On session at SQLBits, after all!!
But from my perspective, the most serious disadvantage is that to take advantage of...
May 4, 2012 at 2:54 am
Thanks, Lowell. That sort of makes sense, but why, then, does not the SELECT ... FOR XML do that escaping in the first place? If that isn't guaranteed to be...
March 28, 2012 at 5:46 am
Hmmm. Duly checked out!! That's something of an eye-opener:w00t: Won't be doing that again.
Thanks for the pointer to a very interesting article.
Bob
January 11, 2012 at 7:03 am
Viewing 15 posts - 31 through 45 (of 65 total)