sql server - How to edit SSMS Script Table As templates? -


in context menu of table in sql server management studio there several items under common item script table as:

select insert update delete .. 

and same objects, e.g. stored procedures, functions, etc.

how can edit templates used menus?

you cannot edit templates used sql server management studio (which nice feature).

you can create own (parameterised templates) in c:\users\username\appdata\roaming\microsoft\microsoft sql server\100\tools\shell\templates\sql (for sql server 2008)


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -