May 29, 2008

Customized SqlServer Project Type

This is 'bout a C# projectype which Niels has created to help facilitate SQLServer projects.
Link: http://nielsb.wordpress.com/sqlclrproject/sqlclrdl/





FeatureSQLCLRProjectBuilt-in
Specific VS project type and item templatesYesYes
Automatic deployment of assemblies and creation of T-SQL objectsYesYes
Debugging support objectsYesYes
Automatic creation of T-SQL deployment scriptsYes-
Automatic creation of T-SQL DML scripts for testing of the created objectsYes-
Create objects in a non-default schemaYes-
Define parameters in the .NET methods to have default values in T-SQLYes-
Define parameters in .NET to be created with different names in T-SQL
Yes-
Redeploying an UDT without manually dropping tables/columns depending on the UDTYes-