Skip to content

amanrajbits/sql

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 - 303 Trace Flags') (Complete list - 303 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 Developer Edition Links

Now it is free!!! SQL Server Developer Edition Download page

For downloading your copy SQL Server Developer Edition you just need to join the Visual Studio Dev Essentials program

Important Note: SQL Server 2016 has a critical pre-requisite for updated Visual Studio VC++ 2013 Runtime Libraries. To install or check if this update is required on your system, please see KB316398.

Edition\Direct Download Link Release Date File name Size, Mb SHA1
SQL Server 2016 Developer (x64) - DVD (English) 2016-06-01 en_sql_server_2016_developer_x64_dvd_8777069.iso 2103 1B23982FE56DF3BFE0456BDF0702612EB72ABF75
SQL Server 2014 Developer Edition with Service Pack 1 (x64) - DVD (English) 2015-05-21 en_sql_server_2014_developer_edition_with_service_pack_1_x64_dvd_6668542.iso 3025 BFEE1F300C39638DA0D2CD594636698C6207C852
SQL Server 2014 Developer Edition with Service Pack 1 (x86) - DVD (English) 2015-05-21 en_sql_server_2014_developer_edition_with_service_pack_1_x86_dvd_6668541.iso 2462 ED3C70507A73BCC63D67CFA272CD849B9418A18E
SQL Server 2014 Developer Edition (x64) - DVD (English) 2014-04-01 en_sql_server_2014_developer_edition_x64_dvd_3940406.iso 2486 F73F430F55A71DA219FC7257A3A28E8FC142530F
SQL Server 2014 Developer Edition (x86) - DVD (English) 2014-04-01 en_sql_server_2014_developer_edition_x86_dvd_3938200.iso 2039 395B35FD80AA959B02B0C399DA1BB0C020DB6310

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

SQL Server:

R:

License

MIT

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