Viewing 15 posts - 10,996 through 11,010 (of 59,095 total)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 10, 2018 at 3:49 pm
--Jeff Moden
Change is inevitable... Change for the better is not.
October 10, 2018 at 9:14 am
--Jeff Moden
Change is inevitable... Change for the better is not.
October 10, 2018 at 8:32 am
Keith Oliver - Wednesday, October 10, 2018 7:58 AMDECLARE @ndate nvarchar(50) = N'2010/03/15 01'
SET @Ndate = @ndate + ':00:00'
SELECT CONVERT(datetime, @ndate, 101)
The...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 10, 2018 at 8:30 am
SELECT CONVERT(DATETIME,REPLACE('03\15\2010 01' --Jeff Moden Change is inevitable... Change for the better is not.
RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
First step towards the paradigm shift of writing Set Based code:
________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.
Helpful Links:
How to post code problems
How to Post Performance Problems
Create a Tally Function (fnTally)
October 10, 2018 at 7:52 am
I think that's above my SQL knowledge unfortunately. I'll do it the...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 10, 2018 at 7:46 am
--Jeff Moden
Change is inevitable... Change for the better is not.
October 10, 2018 at 7:44 am
Grant Fritchey - Wednesday, October 10, 2018 5:16 AMTry the veal.
😀
--Jeff Moden
Change is inevitable... Change for the better is not.
October 10, 2018 at 7:27 am
--Jeff Moden
Change is inevitable... Change for the better is not.
October 10, 2018 at 7:26 am
Let's consider what can actually happen with some software that's actually capable of monitoring "enterprise wide" or even just "domain wide" if someone learns the password(s) for the user login(s)...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 10, 2018 at 6:47 am
--Jeff Moden
Change is inevitable... Change for the better is not.
October 10, 2018 at 6:29 am
--Jeff Moden
Change is inevitable... Change for the better is not.
October 10, 2018 at 6:11 am
Heh.... on the humorous side, I'd say both words were appropriate considering some of the DBA candidates I've interviewed where I was left wondering how they managed to administer anything....
--Jeff Moden
Change is inevitable... Change for the better is not.
October 9, 2018 at 10:27 pm
I know this is a common problem but I just don't see how folks...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 9, 2018 at 10:16 pm
And I disagree with NOLOCK being useless (although it should be WITH (NOLOCK)). It does have its uses.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 9, 2018 at 10:09 pm
Viewing 15 posts - 10,996 through 11,010 (of 59,095 total)