Viewing 15 posts - 451 through 465 (of 7,168 total)
go here and search for the word "toolbox"
January 19, 2016 at 11:28 pm
I have been taught that relying on exceptions for Control Flow is a poor design pattern. Exceptions are expensive for systems to generate and if we are incorporating them into...
January 19, 2016 at 11:15 pm
Jason A. Long (1/19/2016)
Orlando Colamatteo (1/19/2016)
This looks like a place where SQLCLR could come in handy. A function similar to MySQL's GREATEST is what we're looking for.
+1000...
Unfortunately a CLR...
January 19, 2016 at 8:28 pm
This looks like a place where SQLCLR could come in handy. A function similar to MySQL's GREATEST is what we're looking for.
January 19, 2016 at 7:22 pm
murtzd (1/19/2016)
It shows up as 19/01/2016
Can you delete all other data from your Worksheet, zip it and attach it to this thread? I think I need a real-world example to...
January 19, 2016 at 7:21 pm
ScottPletcher (1/19/2016)
January 19, 2016 at 7:17 pm
Maybe it's just me but that does not look as intuitive as this to get the 2nd Tuesday in April 2016:
-- get the second Tuesday of the month
SELECT day_dt,
...
January 19, 2016 at 7:14 pm
MMartin1 (1/19/2016)
MMartin1 (1/15/2016)
January 19, 2016 at 3:39 pm
Phil Parkin (1/19/2016)
Orlando Colamatteo (1/19/2016)
what about when you press F2? same?
I tried this in Excel 2010 and, whether the date is a 'proper' date or just a date entered as...
January 19, 2016 at 12:55 pm
what about when you press F2? same?
January 19, 2016 at 12:25 pm
The timings I presented were for 3 column 1MM rows. I wondered the same and did 10 to see how it did and the placing came out the same:
cross apply:
Table...
January 19, 2016 at 8:29 am
Jason A. Long (1/19/2016)
Eirikur Eiriksson (1/18/2016)
January 19, 2016 at 7:51 am
Chances are that while you see a date in the cell when you open the Excel file the data behind it is stored as a decimal. When you open the...
January 19, 2016 at 7:01 am
A lot of folks have trouble getting third party tools brought into their environment under any circumstances but especially when a task can be done natively in SSIS.
January 19, 2016 at 6:23 am
Eirikur Eiriksson (1/18/2016)
Orlando Colamatteo (1/18/2016)
Just for the sake of providing an alternative, we can do the same...
January 18, 2016 at 11:59 pm
Viewing 15 posts - 451 through 465 (of 7,168 total)