We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0996e46 commit 4007dccCopy full SHA for 4007dcc
README.md
@@ -1,2 +1,16 @@
1
-# sql-server-stuff
+# SQL Server Stuff
2
List of useful stuff for working with SQL Server (mssql)
3
+
4
+# SSMS
5
6
+### Extensions
7
8
+- [SSMS Schema Folders](https://github.com/nicholas-ross/SSMS-Schema-Folders): Enables grouping tables by schema
9
+- [SQL Shades](https://www.sqlshades.com/): Dark mode and color themes
10
+- [redgate's SQL Search](https://www.red-gate.com/products/sql-search/)
11
12
+# Vscode
13
14
15
16
+- [Poor Man's T-SQL Formatter](https://marketplace.visualstudio.com/items?itemName=piotrgredowski.poor-mans-t-sql-formatter-pg)
0 commit comments