Niels SQL Server Blog

musings about SQL server

<December 2008>
SuMoTuWeThFrSa
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910


Navigation

Subscriptions

Post Categories



Saturday, June 11, 2005 - Posts

New Release of MSBUILD Tasks for Assembly Deployment to SQL Server 2005

My blog has moved to sqlblogcasts.com/blogs/nielsb
The full version of this post can be found here., http://sqlblogcasts.com/blogs/nielsb/New Release of MSBUILD Tasks for Assembly Deployment to SQL Server 2005
The new RSS feed is here

I have updated my yukondeploy task application for the June CTP of SQL Server. A couple of changes:

  • ALTER ASSEMBLY is now fully implemented. In other words, you can change your assembly, add methods etc. and instead of re-deploying the assembly you set the Alterassembly property to true and the task will make sure that only new methods etc are created. The SQL Server Project in Visual studio does not do this.
  • In the documentation I have added instructions how to set up Visual Studio so you can deploy assemblies etc. from inside of VS without having to shell out to a command window.

For more info about what the task does, read the documentation in the docs folder of the download. You can download it from here.

... To read the complete version of this post go here, http://sqlblogcasts.com/blogs/nielsb/New Release of MSBUILD Tasks for Assembly Deployment to SQL Server 2005

posted Saturday, June 11, 2005 3:34 PM by nielsb with 0 Comments




Powered by Dot Net Junkies, by Telligent Systems