如何将SSMS脚本表编辑为模板?
在 SQL Server Management Studio 中表的上下文菜单中,公共项 Script Table as
下有几个项目:
SELECT to
INSERT to
UPDATE to
DELETE to
..
并且对于所有对象都相同,例如存储过程、函数等。
我如何编辑该菜单使用的模板?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您无法编辑 SQL Server Management Studio 使用的模板(这将是一个很好的功能)。
您可以在
C:\Users\Username\AppData\Roaming\Microsoft\Microsoft SQL Server\100\Tools\Shell\Templates\Sql
中创建自己的(参数化模板)(对于 SQL Server 2008)You cannot edit the templates used by SQL Server Management Studio (which would be a nice feature).
You can create your own (parameterised templates) in
C:\Users\Username\AppData\Roaming\Microsoft\Microsoft SQL Server\100\Tools\Shell\Templates\Sql
(for SQL Server 2008)你想用这个做什么?
您是否见过添加了一些右键单击选项的 SSMS 工具包?
What do you want to do with this?
Have you seen the SSMS tools pack which adds some right click options?