المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : import many .sql to one .sql



C# Programming
01-14-2010, 05:00 PM
I have more than 60 stored procedures files with .sql extension but it's really crazy to create and update every time I make changes in some of the files. Is there any way to pro grammatically import all .sql files into one .sql so I can run all in one click using T-SQL or .NET code?