View Single Post

   
  #1 (permalink)  
Old 02-29-2008, 04:57 AM
Phil
 
Posts: n/a
Default Executing Script Files From Transact-SQL

Hi,

I have my create statments for tables, procedures, views, etc in
individual Transact-SQL script files (.sql).

I wnat to write another script file that executes these scripts in the
correct order to create the database.

What is the syntax for executing script files from Transact-SQL?

Thanks, Phil
Reply With Quote