How to create item templates for SQL files, for Visual Studio Database Projects
- by jonathanconway
It's possible to define your own custom templates for normal project types, such as templates for C# files, for a Class Library project.
What about a 'Database Project' scenario?
I would like to define a standard template for adding a stored procedure, which uses the company's conventions for all stored procedures, such as standard comments at the top.
Which folder contains Visual Studio templates for Database projects?