Viewing 15 posts - 18,721 through 18,735 (of 59,072 total)
Heh... I'll bet credits to Navy beans that the [SPLIT] function has either a WHILE Loop or some nasty XML in it with odds-on favorite being the WHILE Loop.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 4, 2016 at 6:24 pm
bpowers (1/4/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 4, 2016 at 6:15 pm
Lynn Pettis (1/4/2016)
Good question. Just one minor thing, I'd use the following the end of the calendar year:
SELECT DATEADD(DAY, -1, DATEADD(YEAR, DATEDIFF(YEAR, 0, GETDATE()) + 1, 0));
With the understanding...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 4, 2016 at 3:24 pm
annjunk (12/27/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 3, 2016 at 8:12 pm
Now would be a good time to shift the train of thought to ISO Weeks, which always start the year in the week that Jan 4th occurs. Since 2012...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 3, 2016 at 3:16 pm
Cody K (12/21/2015)
andrew gothard (12/21/2015)In fact, using a highly privileged single account for app access is nothing more than deliberate incompetence.
The last time I heard something like this said the...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 2, 2016 at 12:29 pm
This could actually be a pretty simple thing to solve using either a self-joined re-enumerated table or the difference between two ROW_NUMBER()s. My recommendation is that you study the...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 2, 2016 at 11:51 am
mjagadeeswari (1/1/2016)
For the past few months I have been planning to
prepare for the exam 70-462.(have done 70-461 earlier, that took for me ~5 months to complete). Tight...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 2, 2016 at 11:46 am
Ed Wagner (1/2/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 2, 2016 at 11:38 am
Kevin is correct. If you look in "Books Online", you'll find that there are 3 types of functions. Scalar Function, Multi-statement Table Valued Function (mTVF), and Inline Table...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 2, 2016 at 8:00 am
John Langston (1/2/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 2, 2016 at 7:42 am
John Langston (1/1/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2016 at 9:31 pm
dwilliscp (12/31/2015)
Jeff Moden (12/30/2015)
So, just to be clear.... you no longer have the original "identifier" problem?
I tried to put the call to their code in () but got a syntax...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2016 at 9:26 pm
TomThomson (12/30/2015)
Jeff Moden (12/29/2015)
Lynn Pettis (12/29/2015)
Jeff Moden (12/29/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2016 at 9:06 pm
Happy New Year, Steve! Thank you for all that you do for this wonderful community!
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2016 at 7:05 pm
Viewing 15 posts - 18,721 through 18,735 (of 59,072 total)