Viewing 15 posts - 346 through 360 (of 455 total)
I always take surveys like this with a sizeable helping of salt. People in general are not good at self-assessment (see for example http://en.wikipedia.org/wiki/Illusory_superiority).
I'd guess that if 60% of people...
December 29, 2010 at 7:54 am
Most of us by now have encountered the issues with the RTM SQL Server 2008 installation media...
Therefore some of us have not.
In the interest of sating my (perhaps irrational)...
December 28, 2010 at 10:02 am
Hugo, I do hope that you've posted the same excellent analysis as a comment to the Microsoft documentation... 😛
November 30, 2010 at 7:40 am
da-zero (11/23/2010)
November 23, 2010 at 6:47 am
Carlo Romagnano (11/22/2010)
Carlo Romagnano (11/22/2010)
WayneS (11/22/2010)
IF OBJECT_ID('tempdb..#YourTempTable') IS NOT NULL
Note that in SQL...
November 22, 2010 at 9:04 am
jts_2003 (11/16/2010)
I recently added a view to a 3rd party application and thought...
November 16, 2010 at 5:19 am
Samuel Vella (11/10/2010)
fszendzielarz (11/10/2010)
Doesn't it seem ridiculous that functionality that is already implemented is disabled for those who cannot pay for it? The irony...
November 10, 2010 at 8:18 am
Of course, if you're storing your value in an attribute, NULL is represented by the absence of the attribute in the record element, and SQLXML deals with that fine.
Except for...
October 26, 2010 at 7:20 am
Good question. It would have been more difficult if there had been an option for 1-Boston;2-New Delhi
September 28, 2010 at 8:37 pm
jlennartz (9/27/2010)
...With Hugo's explaination it all became clear.
It generally does. 😀
September 27, 2010 at 11:53 am
jlennartz (9/27/2010)
September 27, 2010 at 11:24 am
Thanks for the good discussion. For the record, I agree with Hugo -- ISNUMERIC doesn't give you very good information because it's test is overly broad.
For example,
\- ...
September 27, 2010 at 6:27 am
foxxo (9/27/2010)
Does the CTE with UNION ALL increment i? It needs to increment in each column? I no comprehende
Yes. This technique is called a recursive CTE. It's a...
September 27, 2010 at 6:06 am
Hugo Kornelis (9/24/2010)
tommyh (9/23/2010)
1. Its not part of MS recommendations (atleast not...
September 24, 2010 at 8:34 am
Dave62 (9/22/2010)
sknox (9/22/2010)
September 22, 2010 at 8:42 am
Viewing 15 posts - 346 through 360 (of 455 total)