Viewing 15 posts - 13,906 through 13,920 (of 59,095 total)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2017 at 5:19 pm
Heh... Right now I'm thinking, "Check-valve".
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2017 at 3:53 pm
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2017 at 3:44 pm
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2017 at 3:07 pm
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2017 at 2:53 pm
I still think it hilarious (I laughed almost hysterically when I first heard of it) , in a dreadful sort of way, that they took the time to create a function...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2017 at 2:10 pm
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2017 at 11:13 am
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2017 at 11:07 am
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2017 at 10:52 am
--Jeff Moden
Change is inevitable... Change for the better is not.
October 28, 2017 at 8:37 am
For those that may be getting ready to pounce on using a starting position of "0" instead of "1", it's a trick to make it so that you don't have...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 27, 2017 at 7:40 pm
One way is like this...
Select Substring(name,0, ISNULL(NULLIF(Charindex('.',name),0),8000)) as name2
If the CHARINDEX results in a "0", the NULLIF converts it to a NULL. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 27, 2017 at 7:33 pm
dan-572483 - Friday, October 27, 2017 3:03 PMThe Trustworthy setting was it. Thank you.
Was it on or off?
--Jeff Moden
Change is inevitable... Change for the better is not.
October 27, 2017 at 7:09 pm
--Jeff Moden
Change is inevitable... Change for the better is not.
October 27, 2017 at 7:06 pm
It's done and it worked just fine. I reverse engineered all the tables in a 1,391 table, 1.3TB database in 327 seconds with no display turned on, added a table...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 27, 2017 at 5:47 pm
Viewing 15 posts - 13,906 through 13,920 (of 59,095 total)