Home Forums SQL Server 7,2000 T-SQL Calling a T-SQL script from within a T-SQL script RE: Calling a T-SQL script from within a T-SQL script

  • Thank's for the reply and I am familiar with calling the command procedure running the script in batch.

    Perhaps there is a better way? We have templates defined to create a database and then scripts to create tables, procedures, views, triggers, etc. I am trying to create a script that would call each of these "sub scripts" rather than combine them all into one big script.