Results 1 to 2 of 2

Thread: SQL Script

  1. #1
    Kevin Guest

    SQL Script

    How do I call a SQL script from another SQL script in a different file??

  2. #2
    Vijay Guest

    SQL Script (reply)

    On 12/29/98 3:14:51 PM, Kevin wrote:
    > How do I call a SQL script from another SQL script in a different file??

    Create the first SQL Script as Stored procedure and just run it in the Second SQL Script as "Exec NameOFStoredProc"

Posting Permissions

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