Viewing 15 posts - 20,926 through 20,940 (of 59,072 total)
I've never "implemented" and never will "implement" DevOps because, as the article said, it's a culture. It didn't have a name back in 1980 when I got my first...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 23, 2015 at 8:20 pm
DennisPost (4/23/2015)
Could you please demonstrate.
Actually, I can't because I screwed up and misread. This thread is about a "GREATEST" function and I thought it was something else entirely. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 23, 2015 at 7:10 pm
BSavoie (4/23/2015)
We have an application that essentially sits and waits for external text files to arrive. Some of the files can be quite large. The problem is...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 23, 2015 at 5:17 pm
Smells like an "EDI" file.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 23, 2015 at 5:07 pm
What's wrong with just adding a counter to the loop?
Ah... never mind. Didn't look to see how you were deleting the files.
You could use xp_Dirtree before and after each...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 23, 2015 at 4:56 pm
Charles Kincaid (4/22/2015)
In Japan would that be floor 4, and for the same reason?
Jeff:
Are you older than me? I guess that it could happen.
Also don't mess with disabled folks....
--Jeff Moden
Change is inevitable... Change for the better is not.
April 23, 2015 at 4:20 pm
SQL-DBA-01 (4/23/2015)
I have a rmeote location where I want to copy all the files...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 23, 2015 at 4:12 pm
Hmmm... depending on what it is, joint article?
--Jeff Moden
Change is inevitable... Change for the better is not.
April 22, 2015 at 8:11 pm
dwain.c (4/22/2015)
Jeff Moden (4/22/2015)
dwain.c (4/22/2015)
Jeff - that is extremely clever!
Heh... thanks Dwain. As you can immediately tell, I've never had to do such a thing before. 😀 ...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 22, 2015 at 8:10 pm
dwain.c (4/22/2015)
Jeff - that is extremely clever!
Heh... thanks Dwain. As you can immediately tell, I've never had to do such a thing before. 😀 I've had to...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 22, 2015 at 7:54 pm
Matt Miller (#4) (4/22/2015)
Jeff Moden (4/22/2015)
grant-665832 (4/22/2015)
The code...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 22, 2015 at 7:52 pm
Ok, here we go.
As I previously stated and most on this thread implied, generating and storing all 3+ billion values of the complete sequence isn't just going to...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 22, 2015 at 7:43 pm
grant-665832 (4/22/2015)
I'd do this in a C# CLR. Or in a simple program to generate the sequence and write it to DB table.The code would be straightforward.
Why? In...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 22, 2015 at 2:38 pm
Why not just use MAX(columname) OVER () in any queries you have?
--Jeff Moden
Change is inevitable... Change for the better is not.
April 22, 2015 at 11:35 am
SumOfDavid (4/21/2015)
I think there...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 22, 2015 at 11:23 am
Viewing 15 posts - 20,926 through 20,940 (of 59,072 total)