Forum Replies Created

Viewing 15 posts - 901 through 915 (of 1,033 total)

  • RE: What do you use to copy large backups

    RichardB (11/6/2008)


    How do you guys handle moving large files across networks - not just local networks but ones with a high enough rtt that ftp becomes a bit pointless?

    Any good...

  • RE: Absolutely (Not?)

    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...

  • RE: Creating a ROT13 Function

    Matt Miller (10/2/2008)


    Actually - if I were to ignore the cursor in your code for a minute, all you need to do to make your code work is to initialize...

  • RE: Creating a ROT13 Function

    Thanks a ton!

  • RE: Creating a ROT13 Function

    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. ...

  • RE: Creating a ROT13 Function

    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......

  • RE: Trying to join to xp_fileexist

    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...

  • RE: Long running Post Execute Task

    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...

  • RE: Trying to join to xp_fileexist

    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...

  • RE: Trying to join to xp_fileexist

    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...

  • RE: Trying to join to xp_fileexist

    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...

  • RE: Trying to join to xp_fileexist

    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...

  • RE: deleting 22 million records

    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...

  • RE: Split function with store procedure

    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 🙂

  • RE: WHEREClause Problem

    Ummm why not

    SELECT

    vs.[State],

    vs.CountyName,

    vs.City,

    ...

Viewing 15 posts - 901 through 915 (of 1,033 total)