tags:

views:

22

answers:

1

Is there tool for automatic apply new scripts for SQL Server, that locate in some folder? Thanks.

+2  A: 

Are you looking for something like SSW SQL Deploy to execute a collection of scripts from a folder on your disk against a SQL Server?

alt text

marc_s