After installing the release version of VS2012, I am unable to find SQL CLR proect template.
How can I go about creating a project of this type.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
All of the various database objects are now created inside of SQL Server database projects.
They’ve removed the distinction between database projects (SQL Scripts) and SQL CLR projects.
So it’s just
File -> New -> Project,Installed -> Templates -> SQL Server,SQL Server Database Project.Then, if you go to
Add -> New Item, you’ll find various categories on the left, including (confusingly)SQL CLRandSQL CLR C#. The first is for generating SQL Scripts for adding CLR objects, the second is for creating the actual CLR objects themselves.