Shortcut: XML editor in SSMS and increasing XML output size
Most people use SQL Server Management Studio (SSMS) to edit SQL queries. No big surprise there. The files will have a file type of .sql.
But what many people don’t understand is that SSMS inherits many of its underlying Visual Studio’s abilities to edit other document types.
For example, if you open a .txt text file, you can edit it just fine, and you can also include files like this in SSMS script projects. That can be useful for additional notes and documentation.
2018-10-04