Viewing 15 posts - 361 through 375 (of 429 total)
I would be okay with messaging you a DB link to some dummy-ish data, but I don't think I'd want any of it out in the wild. Let me know...
June 25, 2013 at 3:08 pm
I don't even have what the final version of these files will be yet. So, no table creation data either. I'd hesitate to waste any of your time on "evolving"...
June 25, 2013 at 1:39 pm
Jeff Moden (6/25/2013)
I'm using a Schema.ini file because when I load these files without one, the data becomes garbled.
"Load these files" how and where? I'm asking because one of...
June 25, 2013 at 12:56 pm
I'll see if I can figure it out when I have some extra time. I'm most likely going to leave this SP as-is (at least for now), since it's working,...
June 25, 2013 at 11:59 am
For the simple file move, I agree with you. But I'm doing a bit more than that with the file name as a variable. I'm not sure I could easily...
June 25, 2013 at 10:39 am
opc.three (6/25/2013)
$SourceFileSpec =...
June 25, 2013 at 9:47 am
A client is switching the way they deliver files to us, from emailing them, to a secure FTP. So, I wrote this and set it up as a SQL Agent...
June 25, 2013 at 9:00 am
Jan Van der Eecken (6/18/2013)
June 18, 2013 at 8:29 pm
They work. They've been in use for years. If there are errors, they're not fatal, and they haven't made too much of a mess of things.
The only data I...
June 18, 2013 at 10:25 am
Sure. Here you go:
https://www.dropbox.com/s/rkzv28ifjfgabed/SProcs_Erik.zip
Let me know if you can't get to Dropbox, and I'll just post the code.
Also, I only mentioned the table create cursor as an...
June 18, 2013 at 9:51 am
Abu Dina (6/18/2013)
If that's the only use for the cursors then I wouldn't waste your time rewriting them if they already work. I doubt you'll notice much performance difference anyway.
It's...
June 18, 2013 at 9:41 am
I'm replying to this mostly because the error I posted was such a quirky little thing that THIS post was coming up (on the only page of results) when I...
June 15, 2013 at 8:42 am
Hi Jeff,
Actually, after a day of on and off tinkering, the SP has changed a bit. I had to make a separate procedure on MSDB that the SP I posted...
June 14, 2013 at 6:19 pm
That is neat. I'll mess with it some this weekend.
Thanks
June 14, 2013 at 3:22 pm
Hm. Is it really necessary, or better, to involve another table? My ID column is PK/Identity, which in my mind at least, seems tallied already, or self-tallying? Something like that....
June 14, 2013 at 2:14 pm
Viewing 15 posts - 361 through 375 (of 429 total)