Skip to content

MoonDav/sqlserver-kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Server KIT

licence badge stars badge forks badge issues badge

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

Headers:

Repo Folders and Files

  • [SQL Server Data Types](/SQL Server Data Types.md)
  • [SQL Server Edition](/SQL Server Edition.md)
  • [SQL Server Name Convention and T-SQL Programming Style](/SQL Server Name Convention and T-SQL Programming Style.md)
  • [SQL Server Licensing](/SQL Server Licensing.md)
  • [SQL Server People](/SQL Server People.md 'Most Valuable SQL Server professionals')
  • [SQL Server Trace Flag](/SQL Server Trace Flag.md 'Complete list - 300 Trace Flags') (Complete list - 300 trace flags)
  • [SQL Server Version](/SQL Server Version.md 'List of all Microsoft SQL Sever versions') (Complete list - from SQL Server 1.0 to SQL Server 2016)
  • Articles
  • CLR procedures
    • SQL# free version - QUICKEST and EASIEST way to extending the power of T-SQL with C#
    • SplitterB_CLR
  • Known Errors
  • Solution
  • SSMS
  • 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/Foreign Key batch rename.sql) (by Wes Henriksen)
    • [Count character matches](/Scripts/Count character matches.sql)
    • and many others...
  • Stored Procedure
  • User Defined Function
  • Utilities (complete list of 124 SQL Server paid and free Utilities and Tools)

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

You likely just want SQL Server 2014 Express with Tools. This download includes SQL Management Studio:

Here's just SQL Server 2014 Management Studio:

SQL Server 2014 Express with Advanced Services:

You likely just want SQL Server 2012 Express with Tools. This download includes SQL Management Studio:

Here's just SQL Server 2012 Management Studio:

You likely just want SQL Server 2008 Express with Tools. This download includes SQL Management Studio:

Here's just SQL Server 2008 Management Studio:

Microsoft Adventure Works Sample Databases download links

PowerShell and SQL Server

TSQL Format Code

SQL Server Test Data Generation

Free SQL Server and R ebooks

License

MIT

If some procedures or scripts are restricted due to ELUA (or we can't find original author), please email or add issue - we remove/update it immediately. Thanks for understanding and patience.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SQLPL 57.5%
  • HTML 22.3%
  • PLSQL 13.0%
  • PowerShell 3.8%
  • C# 1.9%
  • PLpgSQL 1.2%
  • Visual Basic .NET 0.3%