Skip to content

Commit 443dd4b

Browse files
committed
Add new useful info
1 parent 05d5b17 commit 443dd4b

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ Useful links, scripts, tools and best practice for Microsoft SQL Server Database
167167
- [Module Signing Info](https://modulesigning.info/) - Info and resources related to module signing (i.e. Certificates, Asymmetric Keys, `ADD SIGNATURE`, etc) in T-SQL and SQLCLR
168168
- Free Videos <a id="free-videos"></a>
169169
- [Youtube Brent Ozar](https://www.youtube.com/user/BrentOzar/videos)
170+
- [Youtube Free SQL Server Statisctics Class](https://www.youtube.com/playlist?list=PLDYqU5RH_aX05ajDAH-6sYXr4i1Mjh9lT)
170171
- [SQLPASSTV videos](https://www.youtube.com/user/SQLPASSTV/videos)
171172
- [IDERA Resource Center](https://www.idera.com/resourcecentral)
172173
- [MSSQLTips SQL Server Webcasts and Videos](https://www.mssqltips.com/sql-server-webcasts/)
@@ -289,6 +290,9 @@ Useful links, scripts, tools and best practice for Microsoft SQL Server Database
289290
- [Microsoft Ignite](https://www.microsoft.com/en-us/ignite)
290291
- [Microsoft Build](https://www.microsoft.com/en-us/build)
291292
- [Devintersection](https://devintersection.com/)
293+
- [SentryOne SQL Server Virtual Conference](https://info.sentryone.com/accelerate-2020)
294+
- [Red Gate SQL Server Online Events](https://www.red-gate.com/hub/events/online-events/)
295+
- [EigthKB Sql Server Internals Conference](https://eightkb.online/)
292296
- Open Source Projects <a id="open-source">
293297
- [sp_whoisactive](http://whoisactive.com/) (documentation) and github repo for it [sp_WhoIsActive](https://github.com/amachanic/sp_whoisactive) (by Adam Machanic)
294298
- [Brent Ozar SQL Server First Responder Kit](https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit) (Github)
@@ -373,6 +377,7 @@ Useful links, scripts, tools and best practice for Microsoft SQL Server Database
373377
- [Data-Blogger-Resource-Kit - Includes resources for use by bloggers, microbloggers, vloggers, and origami enthusiasts who focus on SQL Server](https://github.com/amtwo/Data-Blogger-Resource-Kit) (by Andy Andy Mallon)
374378
- [SQL-Server-Multi-Thread - a framework to do multi-threading in T-SQL using SQL Server Agent jobs.](https://github.com/jobbish-sql/SQL-Server-Multi-Thread) (by )
375379
- [SQL Server and Azure SQL Labs and Workshops](https://microsoft.github.io/sqlworkshops/) (by Microsoft)
380+
- [MsSqlDependencyBrowser - Simple tool to browse between dependent objects on MS SQL Server](https://github.com/usharik/MsSqlDependencyBrowser) (by Aleksej Usharovskij)
376381
- Other
377382
- [SQL# SQLCLR functions](https://sqlsharp.com/) (by Sql Quantum Lift)
378383
- [SQL Server Latch Classes Library](https://www.sqlskills.com/help/latches/) (by Paul S. Randal)
@@ -424,6 +429,7 @@ Useful links, scripts, tools and best practice for Microsoft SQL Server Database
424429
- [Azure Database Migration Guide](https://datamigration.microsoft.com/) (by Microsoft)
425430
- [Hermitage: Testing transaction isolation levels in relation databases](https://github.com/ept/hermitage) (by Martin Kleppmann)
426431
- [csv to INSERT online converter - translates your tab-delimited data into a T-SQL INSERT statement](https://table.strd.co/) (by Structured Concepts AB)
432+
- [SQL Server Diagrams](http://www.e-squillace.com/techdiagrams-sqlserver/) (by George Squillace)
427433

428434
**[⬆ back to top](#table-of-contents)**
429435

SSMS/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ It also provides tools to deploy, monitor, and upgrade the data-tier components,
55

66

77
## SSMS Guides
8-
- [40 SSMS Tips](SSMS_Tips.md)
9-
- [36 SSMS Addins](SSMS_Addins.md)
8+
- [40 SSMS Tips](SSMS_Tips.md) (by Konstantin Taranov)
9+
- [36 SSMS Addins](SSMS_Addins.md) (by Konstantin Taranov)
1010
- [SSMS Snippets](SSMS_Snippets)
11-
- [SSMS Shortcuts](SSMS_Shortcuts.md)
11+
- [SSMS Shortcuts](SSMS_Shortcuts.md) (by Konstantin Taranov)
12+
- [A month of SSMS tips and tricks](https://blog.waynesheffield.com/wayne/archive/2018/02/ssms-tips-tricks/) (by Wayne Sheffield)
13+
- [SSMS Tricks & Shortcuts](http://www.e-squillace.com/ssms-tricks-shortcuts/) (by George Squillace)
14+
- [SSMS Tricks and Tips Ebook](https://sql-down-under.newzenler.com/f/ssms-tips-tricks-book) (by Greg Low)
1215

1316
### Useful Resources
1417
- [Download SQL Server Management Studio (SSMS)](https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms)
@@ -20,7 +23,6 @@ It also provides tools to deploy, monitor, and upgrade the data-tier components,
2023
- [SQL Server Management Studio (SSMS)](https://docs.microsoft.com/en-us/sql/ssms/sql-server-management-studio-ssms)
2124
- [Microsoft Download Center SSMS](https://www.microsoft.com/en-us/download/search.aspx?q=sql%20server%20management%20studio&p=0&r=10&t=&s=Relevancy~Descending)
2225
- [Add Transact-SQL Snippets](https://docs.microsoft.com/en-us/sql/relational-databases/scripting/add-transact-sql-snippets)
23-
- [A month of SSMS tips and tricks](https://blog.waynesheffield.com/wayne/archive/2018/02/ssms-tips-tricks/)
2426

2527

2628
## Supported SQL Server versions

0 commit comments

Comments
 (0)