Viewing 15 posts - 901 through 915 (of 1,033 total)
RichardB (11/6/2008)
Any good...
November 6, 2008 at 9:58 am
1. Backups are a must... the more backups the better
2. Document your flipping database. With that, consistent naming of database columns and consistent use of the same data types...
October 24, 2008 at 7:50 am
Matt Miller (10/2/2008)
October 3, 2008 at 7:44 am
Well the typical string in this case that I'm considering ROT13'ing is about 10 characters long.
It's a device id... we have several devices that connect to a fax server. ...
October 2, 2008 at 2:23 pm
The problem with this plan is that CLR doesn't work on SQL 2000.
Yes this is the SQL 2005 forum. But... what I'm working on needs to run on both......
October 2, 2008 at 1:54 pm
If I remember right the account running the SQL Agent is used to access the UNC...
Since we lock our service accounts down tighter than drums... likely it doesn't have the...
October 2, 2008 at 8:37 am
After a lot of work on this project... I eventually gave up...
I either had one of two problems.
Since I was working on a proprietary data source
1. corrupted data in the...
October 1, 2008 at 2:50 pm
Neither of them seem to like UNC paths either... :/
I had read that xp_fileexists was supposed to work nicely with UNC's... since it hates mapped drives... but alas...
October 1, 2008 at 12:37 pm
Jeff Moden (9/30/2008)
Mark... you showed the naming convention for the directories... what's the naming convention for the file names and extensions themselves?
The file names are (in/out) + recipientid + .zfx...
October 1, 2008 at 8:31 am
Jeff Moden (9/30/2008)
Ummm... ok... can you use xp_CmdShell or sp_OA* routines?
I can if I must... I'd rather avoid them...
September 30, 2008 at 12:37 pm
Jeff Moden (9/29/2008)
Yep... but I need to know... do you expect that all of the file names are going to be in the same directory, or not?
No the files will...
September 30, 2008 at 7:55 am
The best thing I can think of...
If the number of records you will have left is significantly less than the number you are deleting.
Look into selecting what you want to...
September 29, 2008 at 9:09 am
Yah I was going to jump all over this RBAR stuff... but Phil beat me to it.
I forsee Jeff M coming along and bopping you on your head too 🙂
September 29, 2008 at 8:55 am
Ummm why not
SELECT
vs.[State],
vs.CountyName,
vs.City,
...
September 12, 2008 at 8:54 am
Viewing 15 posts - 901 through 915 (of 1,033 total)