Results 1 to 3 of 3

Thread: run a batch of sql statement

  1. #1
    Join Date
    Sep 2005
    Posts
    8

    run a batch of sql statement

    Hi There,

    I want to able to run a batch of sql statments (execute procedures) in SQl Server at a specific time. Just wondering if there is a method for that.

  2. #2
    Join Date
    Jul 2005
    Posts
    18
    SQL Agent jobs. see BOL.

  3. #3
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    If you can't submit a job in SQL Server because of security issues, you can always use Windows scheduler from a machine that has SQL client installed. You can use osql to run stored procedures.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •