In the context menu of a table in SQL Server Management Studio there are several items under the common item Script Table as
:
SELECT to
INSERT to
UPDATE to
DELETE to
..
and the same for all objects, e.g. stored procedures, functions, etc.
How can I edit the templates used by that menus?