Viewing 15 posts - 61 through 75 (of 118 total)
I really like this question since I use a lot of XML for bulk inserts of business objects.
And thank you to Paul and everyone, I just learned that Cross Apply...
January 27, 2012 at 7:51 am
Thanks for the question
Always a good reminder now and then.
January 26, 2012 at 5:22 am
I put to much though into that one at first because I though it was going to be a collate issue with the INT vs int.
In the end, nice and...
November 29, 2011 at 6:26 am
declare @date datetime
Set @date = '2011-07-31 00:00:00.000'
IF (@date BETWEEN '2011-07-01' and '2011-07-31')
PRINT 'Yes'
ELSE
PRINT 'No'
does return Yes
November 28, 2011 at 6:48 am
But 4 minutes does not justify going vertical over horizontal 🙂
November 16, 2011 at 1:59 pm
I tried to create a cross tab using the normal Cross Tab method for 10k rows, the query took over 4 minutes. No where near the hundreds of milliseconds...
November 16, 2011 at 12:08 pm
I wasn't sure about 3, but I chose it because #4 is wrong
from MSN
LineString can only be
"Accepted LineString instances can be input into a geometry variable"
http://msdn.microsoft.com/en-us/library/bb895372.aspx
While...
October 26, 2011 at 6:41 am
charlietuna (10/23/2011)
update #t
set col1 = case col1...
October 24, 2011 at 6:38 am
Nice easy question, especially because I did not have to answer it today 🙂
October 14, 2011 at 6:48 am
Bob-683340 (10/13/2011)
October 13, 2011 at 6:18 am
Viewing 15 posts - 61 through 75 (of 118 total)