SQL Server: Is it possible to pin a query to the toolbar? -


i run query , wondering if it's possible pin query menu bar or toolbars of sql server easy access?

or have alternate solution use?

edit: using microsoft sql server 2012

create custom template , can access template explorer in ssms

to create custom template

  1. in template explorer, navigate node store new template.
  2. right-click node, point new, , click template.
  3. type name new template , press enter.
  4. right-click new template, , click edit. in connect database engine dialog box, click connect open new template in query editor.
  5. create script in query editor. insert parameters in script in format . data type , value areas must present, can blank.
  6. on toolbar, click save save new template.

https://technet.microsoft.com/en-us/library/ms179334(v=sql.105).aspx


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -