如何将SSMS脚本表编辑为模板?

发布于 2024-10-14 07:27:11 字数 212 浏览 2 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

玉环 2024-10-21 07:27:11

您无法编辑 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)

吾家有女初长成 2024-10-21 07:27:11

你想用这个做什么?

您是否见过添加了一些右键单击选项的 SSMS 工具包

What do you want to do with this?

Have you seen the SSMS tools pack which adds some right click options?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文