Viewing 15 posts - 4,411 through 4,425 (of 26,490 total)
Ed Wagner (10/5/2015)
October 5, 2015 at 5:07 pm
I started work at a previous employer where the COBOL/ISAM system ran using DG COBOL and INFOS ISAM files for the data. It was already 12 years old when...
October 5, 2015 at 4:35 pm
Welsh Corgi (10/5/2015)
Someone removed the article.
What article?
October 5, 2015 at 4:11 pm
Assuming this is a data warehouse load, start checking the logs for the ETL process. If there is a problem hopefully the process logs the errors.
October 5, 2015 at 3:33 pm
roryp 96873 (10/5/2015)
Lynn Pettis (10/5/2015)
October 5, 2015 at 10:32 am
Can anyone tell me what PUP means? I The definition must be snake because I can't seem to find it and it is going to bite me.
October 5, 2015 at 10:16 am
Eirikur Eiriksson (10/2/2015)
Lynn Pettis (10/2/2015)
How do I clear the DMVs without restarting SQL?Why?
😎
Because I don't necessarily want to restart SQL just to clear some of the DMVs I am using....
October 2, 2015 at 3:21 pm
How do I clear the DMVs without restarting SQL?
October 2, 2015 at 10:59 am
WayneS (10/2/2015)
Lynn Pettis (10/2/2015)
I love the code that looks like this:WHERE ISNULL(SomeColumn,'') > ''
What I love is when SomeColumn is defined as NOT NULL
I have seen that. Makes you...
October 2, 2015 at 9:07 am
Brandie Tarvin (10/2/2015)
You mention it starts when 6 ore more users are logged in. Is the program...
October 2, 2015 at 9:02 am
I love the code that looks like this:
WHERE ISNULL(SomeColumn,'') > ''
Uh, this would also work:
WHERE SomeColumn > ''
Same issue, though, getting them to make the changes in the application code...
October 2, 2015 at 1:18 am
Jeff Moden (10/1/2015)
Kristen-173977 (9/28/2015)
Jeff Moden (9/28/2015)
+1000
My new high score :w00t:
FWIW a +1000 pet-hate of mine is using short mnemonics for the datepart parameters e.g. DATEADD(dd, ... instead of DATEADD(Day, ...
I...
October 2, 2015 at 1:15 am
Eirikur Eiriksson (10/2/2015)
Lynn Pettis (10/2/2015)
October 2, 2015 at 1:11 am
That's two against and one for (me). I'm not going to apologize, though. He makes that same comment in many posts where there is code like that in...
October 2, 2015 at 1:07 am
Eirikur Eiriksson (10/2/2015)
😎
+---------------+ ...
October 2, 2015 at 12:42 am
Viewing 15 posts - 4,411 through 4,425 (of 26,490 total)