Viewing 15 posts - 451 through 465 (of 842 total)
January 22, 2018 at 1:43 pm
January 22, 2018 at 1:16 pm
I would say using 0 to represent 01-01-1900 or -1 to mean 12-31-1899 is far more 'tricky' of code than coding a loop. Coding a loop is (has been for...
January 22, 2018 at 12:49 pm
In a follow up post KGJ-dev wanted to be able to pass any number of months. That's why I tried each for more than 24.
In my testing:
ChrisM's...
January 22, 2018 at 10:58 am
January 22, 2018 at 10:00 am
This may be 'the long way around the barn', but it works. You could set this up a a SP and pass it the number of months you want and...
January 22, 2018 at 9:48 am
January 19, 2018 at 12:35 pm
January 4, 2018 at 10:29 am
I've been using OneNote, I created a section to hold all of these scripts. Each script is on a separate page within the section, I try to give each page...
January 4, 2018 at 7:38 am
You should be able to use the MAX to get what you want, unless I'm not understanding your issue.
DECLARE @sample TABLE
(
ContactID INT,
RenewalDate...
January 2, 2018 at 10:08 am
OMG, the game of my life. The first 6 shots I had I sank the sub and destroyer. Took 8 more shots to get the Aircraft carrier, then 7 more...
December 8, 2017 at 1:31 pm
This is what i have for converting to a Julian date, also included is converting a Julian date back to a regular date.
DECLARE @input_date DATETIME;
November 27, 2017 at 2:55 pm
"The leadership of PASS regularly changes, and we see that again this year with three new board members starting this January. I'd like to welcome John Martin, Diego Nogare, and Chris...
November 9, 2017 at 6:42 am
Viewing 15 posts - 451 through 465 (of 842 total)