Viewing 15 posts - 12,361 through 12,375 (of 59,095 total)
I've not tested it because I'm on my way to work but I believe this will get you to where you want to be with the character based Supply Job...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 11, 2018 at 7:41 am
Hmmm.... is there an integer column on the original supply job table that acts like a surrogate key for the Supply Job Number?
--Jeff Moden
Change is inevitable... Change for the better is not.
May 11, 2018 at 7:23 am
--Jeff Moden
Change is inevitable... Change for the better is not.
May 11, 2018 at 7:20 am
I ran in to a little wrinkle in this line:
hPath = CONVERT(VARBINARY(4000),CONVERT(BINARY(4),CONVERT(INT,ISNULL(SupplyJob,'9999999'))))
My Supply...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 11, 2018 at 7:14 am
It was great meeting you tonight, Pra. Thank you for the great questions and thank you for introducing yourself. It was a pleasure.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 10, 2018 at 10:57 pm
Man, I'm in 7th heaven tonight. Chris Morris was taking a vacation in Florida with some friends that live there and he flew up here today to see myself and Ed...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 10, 2018 at 10:55 pm
how can I rewrite below highlighted area? I am...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 10, 2018 at 11:05 am
--Jeff Moden
Change is inevitable... Change for the better is not.
May 10, 2018 at 9:30 am
--Jeff Moden
Change is inevitable... Change for the better is not.
May 10, 2018 at 5:39 am
--Jeff Moden
Change is inevitable... Change for the better is not.
May 10, 2018 at 5:28 am
The latest full, dif, and transaction log backups will probably be needed for a restore for this one.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 10, 2018 at 5:20 am
--Jeff Moden
Change is inevitable... Change for the better is not.
May 10, 2018 at 5:10 am
Heh... I advise people against trying to display a million rows even in the Grid and it has no meta-data to resolve. I wouldn't expect the Explorer window to deal...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 10, 2018 at 5:03 am
And yet they can't do a shrinkfile like Peter Norton did 30 years ago and nor can they rebuild an index without temporarily doubling its size and blowing out the...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 10, 2018 at 12:28 am
DECLARE @FirstMonth DATE = GETDATE();
;WITH [cte]...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2018 at 8:03 pm
Viewing 15 posts - 12,361 through 12,375 (of 59,095 total)