Viewing 15 posts - 1,936 through 1,950 (of 4,820 total)
November 2, 2017 at 7:09 am
USE TEEST;
GO
IF object_id('tempdb..#ListOfStrings') IS NOT NULL DROP...
November 1, 2017 at 3:14 pm
How, exactly, are the files being imported? Does every file have the same xml structure? Are you using SSIS? What kind, if any, of automation do you use to get...
November 1, 2017 at 1:49 pm
the DST thing disappear entirely. Nothing but a PITA, and that's being...
November 1, 2017 at 1:37 pm
I still don't see the use case. NULL is NULL. An...
November 1, 2017 at 1:34 pm
November 1, 2017 at 1:25 pm
A day has exactly 86,400 seconds in it. The valid times...
November 1, 2017 at 1:05 pm
November 1, 2017 at 7:03 am
This is a data typing issue, created by the nature of the query. If you SELECT some expression, the resulting data type can be a complex determination, depending on the...
October 31, 2017 at 12:58 pm
I would then have to question why maintain a physical table at all. If all one would want is a calendar table for the last 6 months, and then only...
October 31, 2017 at 12:18 pm
October 31, 2017 at 11:28 am
October 31, 2017 at 11:23 am
October 31, 2017 at 10:44 am
Well now I feel so much better, Thank you.
You know what they say...
October 30, 2017 at 9:15 am
Viewing 15 posts - 1,936 through 1,950 (of 4,820 total)