Search code examples
sql-server-2005code-snippets

saving code snippets in sql server


There are a lot of code snippets in the internet at articles or Question and answer communities like stackoverflow which worth save them and refer to them whenever we need them. Memorizing all of them is so hard , so I'm wondering if SQL Server has such capability in order to save those code snippets on it ?

If it doesn't , How about other solution you may think?

Thank you


Solution

  • Maybe have a look at

    How to: Use Templates in SQL Server Management Studio

    Snippets for SQL Server Management Studio (SSMS)