How to create item templates for SQL files, for Visual Studio Database Projects

Posted by jonathanconway on Stack Overflow See other posts from Stack Overflow or by jonathanconway
Published on 2010-05-05T01:54:05Z Indexed on 2010/05/05 1:58 UTC
Read the original article Hit count: 476

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?

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about database-project