Skip to content

dgrishenkova89/sqlserver-kit

 
 

Repository files navigation

SQL Server KIT

Useful links, scripts, tools and best practice for Microsoft SQL Server Database

Headers:

Repo folders and files

  • [SQL Server Name Convention](/SQL Server Name Convention.md)
  • [SQL Server Edition](/SQL Server Edition.md)
  • [SQL Server Trace Flag](/SQL Server Trace Flag.md 'Complete list from many resources - 162 Trace Flags') (Complete list - 162 trace flags)
  • [SQL Server Version](/SQL Server Version.md 'List of all version Microsoft SQL Sever') (Complete list - from SQL Server 1.0 to SQL Server 2016)
  • Articles
  • Base line Collector script (by Robert Virag)
  • CLR procedures
    • SQL# free version - QUICKEST and EASIEST way to extending the power of T-SQL with C#
    • SplitterB_CLR
  • dbWarden a free SQL Server Monitoring Package (by Stevie Rounds and Michael Rounds)
  • Known Errors
  • Ola Maintenance Solution (by Ola Hallengren)
  • SSMS addons
  • Useful scripts
    • Awesome SQL Server Diagnostic Information Queries (by Glenn Alan Berry)
      • [SQL Server 2016 Diagnostic Information Queries](/Scripts/SQL Server 2016 Diagnostic Information Queries.sql)
      • [SQL Server 2014 Diagnostic Information Queries](/Scripts/SQL Server 2014 Diagnostic Information Queries.sql)
      • [SQL Server 2012 Diagnostic Information Queries](/Scripts/SQL Server 2012 Diagnostic Information Queries.sql)
      • [SQL Server 2008 R2 Diagnostic Information Queries](/Scripts/SQL Server 2008 R2 Diagnostic Information Queries.sql)
      • [SQL Server 2008 Diagnostic Information Queries](/Scripts/SQL Server 2008 Diagnostic Information Queries.sql)
    • [Table count alternative](/Scripts/Table Count alternative.sql) (by Jes Schultz Borland)
    • [Foreign Key batch rename](/Scripts/FK Rename.sql) (by Wes Henriksen)
    • [Count character matches](/Scripts/Count character matches.sql)
    • and many others...
  • SSMS snippets
  • Stored Procedure
  • User Defined Function
  • Utilities

SQL Server Web Resources

SQL Server Express direct download links

Original post written by Scott Hanselman: http://www.hanselman.com/blog/DownloadSQLServerExpress.aspx
Official Microsoft SQL Server Express page: https://www.microsoft.com/en-us/server-cloud/products/sql-server-editions/sql-server-express.aspx

Microsoft Adventure Works Sample Databases download links

PowerShell and SQL Server

TSQL format code

Free SQL Server ebooks

About

Useful links, scripts, tools and best practice for Microsoft SQL Server Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SQLPL 73.7%
  • HTML 24.1%
  • PLSQL 1.6%
  • Other 0.6%