Unix commands within SQL Agent Job

  • How can I issue a UNIX command from a scheduled SQL Server Agent job? We're using SS2K.

  • Hi GBDBA,

    how about creating a step in your job and use EXEC xp_cmdshell <your_command>?

    What do you want to do?

    Cheers,

    Frank

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

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

You must be logged in to reply to this topic. Login to reply