Hi
i want to execute multiple DB Scripts in single executing with in SSMS, And also want to terminate the execution if any error occures and keep track in log file.
file list
1) DDL
DB Script1.sql
DB Script2.sql
2)SP
DB Script1.sql
DB Script2.sql
i want to execute this 4 file in one execution with in SSMS
Any help would be appreciated, please help me here