需要 Sql server 2008 代码片段或模板建议
有很多工具,有些是免费的,有些不提供代码片段功能。 由于某些原因,我工作的公司他们不想安装或购买任何第三方的东西。
我只需要使用 sql server 2008。 有没有办法修改模板,以便当您选择创建新 SP 时它会加载自定义 sp。 简而言之,我想知道是否可以在不使用第三方工具的情况下在 sql server 2008 中拥有代码片段,或者如何修改模板。
有什么建议吗?
多谢
There are many tools out there some free and some not that offer a codesnippet facility.
For some reasons in the company I work for they dont want to install or buy any third party stuff.
I need to work with just sql server 2008.
Is there a way to modify the templates so that when you choose create new SP it loads the custom sp.
In a nutshell I would like to know either if I can have code snippets in sql server 2008 without using third party tool or how i can modify templates.
Any suggestions?
Thanks a lot
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
SQL Server Mangement Studio 始终支持使用可充当“片段”的模板 - 请参阅 有关如何使用模板的 MSDN 文档。
这是内置的、免费的、无需付费、无需安装 - 只需使用它。 创建自己的脚本集作为这些脚本的自定义模板非常有用您经常使用的。
SQL Server Mangement Studio has always supported the use of templates that can serve as "snippets" - see the MSDN docs on how to use Templates.
This is built-in, free, no cost, no install - just use it. It's quite useful to create your own set of scripts as custom templates for those that you use frequently.
yes
yes
在 Management Studio 中,查看 ->模板资源管理器(或只需 CTRL + ALT + T)
在模板资源管理器中,您只需找到要更改的模板,右键单击并“编辑”
In Management Studio, View -> Template Explorer (or just CTRL + ALT + T)
In the template explorer, you just locate the template you want to change, right click and "Edit"