All Tags »
SQL Server 2005 »
MSBuild »
SQL Server
Sorry, but there are no more tags available to filter with.
-
I have been working with MSBuild and the Microsoft.Sdc.Tasks to deploy my current project’s databases. Some of the SQL scripts that are executed within MSBuild need parameters to be set to create the database objects, which the Microsoft.Sdc.Tasks.Sql.Execute method supports. To use parameters within MSbuild and SQL.Execute; ...