Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: FTP from Sql Server stored procedure

    Nope I wasn't able to find a solution without raising permissions. I ended up making the proxy account used to run cmdshell to be a server sysadmin. But...

  • RE: FTP from Sql Server stored procedure

    Strange though, this setup has been working for like 2 yrs at least, the only change I can indentify is that we did a upgrade to windows server 2003 SP2...

  • RE: FTP from Sql Server stored procedure

    It works from my account, my account is sysadmin. But the stored proc is run through SQL Agent job and is owned by a user with no sysadmin........... would...

  • RE: FTP from Sql Server stored procedure

    Actually, I had a similar problem, but just not on the exact environment,

    Our stored proc code first builds a ftpcommand text file with statments like:

    open blah.blah.com

    MyLoginUser

    loginpassword

    CD /blah/

    Get abc.123

    bye

    Then the...

Viewing 4 posts - 1 through 4 (of 4 total)