In Visual Studio, you can invoke a fragment by typing its shortcut and then tab tab . For example, typing prop tab tab , you get the following:

In SQL Server Management Studio, this does not work. (I am using SSMS 2012).
In both environments, you can type ctrl K X and then go through the snippets folders, but I find it much more awkward.
Is there a way to make shortcut tab tab work in SQL Server Management Studio?
sql-server visual-studio code-snippets ssms ssms-2012
Herb caudill
source share