Skip to content

Commit bccf226

Browse files
authored
Add files via upload
1 parent 96bc1ed commit bccf226

File tree

56 files changed

+4778
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+4778
-0
lines changed

SSMS/README.md

Lines changed: 181 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,181 @@
1+
# SQL Server Management Studio
2+
SQL Server Management Studio is an integrated environment for managing your SQL Server infrastructure and Azure SQL Database.
3+
Management Studio provides tools to configure, monitor, and administer instances of SQL Server.
4+
It also provides tools to deploy, monitor, and upgrade the data-tier components, such as databases and data warehouses used by your applications, and to build queries and scripts.
5+
6+
7+
## SSMS Guides
8+
- [40 SSMS Tips](SSMS_Tips.md) (by Konstantin Taranov)
9+
- [36 SSMS Addins](SSMS_Addins.md) (by Konstantin Taranov)
10+
- [SSMS Snippets](SSMS_Snippets)
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)
15+
16+
### Useful Resources
17+
- [Download SQL Server Management Studio (SSMS)](https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms)
18+
- [SQL Server Management Studio - Changelog (SSMS)](https://docs.microsoft.com/en-us/sql/ssms/sql-server-management-studio-changelog-ssms)
19+
- [SQL Server Management Studio (SSMS) - Release Candidate](https://docs.microsoft.com/en-us/sql/ssms/sql-server-management-studio-ssms-release-candidate)
20+
- [Previous SQL Server Management Studio Releases](https://docs.microsoft.com/en-us/sql/ssms/previous-sql-server-management-studio-releases)
21+
- [SQLSentry Latest Builds of Management Studio](http://blogs.sqlsentry.com/team-posts/latest-builds-management-studio/)
22+
- [SQL Server Tools](https://docs.microsoft.com/en-us/sql/ssdt/sql-server-tools)
23+
- [SQL Server Management Studio (SSMS)](https://docs.microsoft.com/en-us/sql/ssms/sql-server-management-studio-ssms)
24+
- [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)
25+
- [Add Transact-SQL Snippets](https://docs.microsoft.com/en-us/sql/relational-databases/scripting/add-transact-sql-snippets)
26+
27+
28+
## Supported SQL Server versions
29+
This version of SSMS works with all supported versions of SQL Server (SQL Server 2008 - SQL Server 2017), and provides the greatest level of support for working with the latest cloud features in Azure SQL Database, and Azure SQL Data Warehouse.
30+
There is no explicit block for SQL Server 2000 or SQL Server 2005, but some features may not work properly.
31+
Additionally, SSMS 17.x can be installed side-by-side with SSMS 16.X or SQL Server 2014 SSMS and earlier.
32+
33+
34+
## Supported Operating systems
35+
This release of **SSMS 17.x Version** supports the following platforms when used with the latest available service pack: Windows 10, Windows 8, Windows 8.1, Windows 7 (SP1), Windows Server 2016, Windows Server 2012 (64-bit), Windows Server 2012 R2 (64-bit), Windows Server 2008 R2 (64-bit)
36+
37+
SSMS 18.x is not supported on Windows 8. Windows 10 / Windows Server 2016 requires version 1607 (10.0.14393) or later:
38+
Due to the new dependency on NetFx 4.7.2, SSMS 18.0 does not install on Windows 8, older versions of Windows 10, and Windows Server 2016. SSMS setup will block on those operating systems. Windows 8.1 is still supported.
39+
40+
41+
### SSMS Version Notes
42+
SSMS 17.X is based on the Visual Studio 2015 Isolated shell, which was released before Windows Server 2016.
43+
Microsoft takes app compatibility very seriously and ensures that already-shipped applications continue to run on the latest Windows releases.
44+
Because of this, we do not anticipate that SSMS with all latest updates applied) will encounter issues when running on Windows Server 2016.
45+
Customers are advised to contact support, should they encounter any issues with SSMS on Windows Server 2016.
46+
Support will then work with customers to determine if the issue is with SSMS or Visual Studio or with Windows compatibility, and route the issue appropriately.
47+
48+
SSMS 18.x is based on the new Visual Studio 2017 Isolated Shell: The new shell unlocks all the accessibility fixes that went in to both SSMS and Visual Studio.
49+
50+
51+
## Available Languages
52+
**SQL Server Management Studio 18.9.2 GA**:
53+
[Chinese (People's Republic of China)](https://go.microsoft.com/fwlink/?linkid=2168063&clcid=0x804) |
54+
[Chinese (Taiwan)](https://go.microsoft.com/fwlink/?linkid=2168063&clcid=0x404) |
55+
[English (United States)](https://go.microsoft.com/fwlink/?linkid=2168063&clcid=0x409) |
56+
[French](https://go.microsoft.com/fwlink/?linkid=2168063&clcid=0x40c) |
57+
[German](https://go.microsoft.com/fwlink/?linkid=2168063&clcid=0x407) |
58+
[Italian](https://go.microsoft.com/fwlink/?linkid=2168063&clcid=0x410) |
59+
[Japanese](https://go.microsoft.com/fwlink/?linkid=2168063&clcid=0x411) |
60+
[Korean](https://go.microsoft.com/fwlink/?linkid=2168063&clcid=0x412) |
61+
[Portuguese (Brazil)](https://go.microsoft.com/fwlink/?linkid=2168063&clcid=0x416) |
62+
[Russian](https://go.microsoft.com/fwlink/?linkid=2168063&clcid=0x419) |
63+
[Spanish](https://go.microsoft.com/fwlink/?linkid=2168063&clcid=0x40a)
64+
65+
66+
## SQL Server Management Studio Download Links and Release Info
67+
- **GA** - General Availability
68+
- **PP** - Public Preview
69+
- Size in Megabytes for English version
70+
71+
| Version/Download Link | Info | Build | Release Date | Size, Mb |
72+
| --------------------------|----------------|---------------|--------------|---------:|
73+
| [18.9.2 GA Release] | **Latest GA** | 15.0.18386.0 | 2021-07-15 | 642 |
74+
| [18.9.1 GA Release] | | 15.0.18384.0 | 2021-04-20 | 635 |
75+
| [18.9 GA Release] | | 15.0.18382.0 | 2021-04-15 | 635 |
76+
| [18.8 GA Release] | | 15.0.18369.0 | 2020-12-17 | 640 |
77+
| [18.7.1 GA Release] | | 15.0.18358.0 | 2020-10-27 | 635 |
78+
| [18.7 GA Release] | | 15.0.18357.0 | 2020-10-20 | 635 |
79+
| [18.6 GA Release] | | 15.0.18338.0 | 2020-07-22 | 534 |
80+
| [18.5.1 GA Release] | | 15.0.18333.0 | 2020-06-09 | 535 |
81+
| [18.5 GA Release] | | 15.0.18183.0 | 2020-04-07 | 535 |
82+
| [18.4 GA Release] | | 15.0.18206.0 | 2019-11-04 | 539 |
83+
| [18.3.1 GA Release] | | 15.0.18183.0 | 2019-10-02 | 534 |
84+
| [18.3 GA Release] | | 15.0.18178.0 | 2019-09-23 | 534 |
85+
| [18.2 GA Release] | | 15.0.18142.0 | 2019-07-25 | 528 |
86+
| [18.1 GA Release] | | 15.0.18131.0 | 2019-06-11 | 527 |
87+
| [18.0 GA Release] | | 15.0.18118.0 | 2019-04-24 | 524 |
88+
| [18.0 RC1 Release] | | 15.0.18098.0 | 2019-03-28 | 484 |
89+
| [18.0 Preview 7 Release] | | 15.0.18092.0 | 2019-03-01 | 478 |
90+
| [18.0 Preview 6 Release] | | 15.0.18075.0 | 2018-12-18 | 457 |
91+
| [18.0 Preview 5 Release] | | 15.0.18068.0 | 2018-11-15 | 457 |
92+
| [18.0 Preview 4 Release] | | 15.0.18040.0 | 2018-09-24 | 456 |
93+
| [17.9.1 Release] | **Latest 17** | 14.0.17289.0 | 2018-11-21 | 807 |
94+
| [17.9 Release] | | 14.0.17285.0 | 2018-09-04 | 807 |
95+
| [17.8.1 Release] | | 14.0.17277.0 | 2018-06-26 | 806 |
96+
| [17.8 Release] | **Deprecated** | 14.0.17276.0 | 2018-06-21 | 806 |
97+
| [17.7 Release] | | 14.0.17254.0 | 2018-05-09 | 803 |
98+
| [17.6 Release] | | 14.0.17230.0 | 2018-03-20 | 802 |
99+
| [17.5 Release] | | 14.0.17224.0 | 2018-02-15 | 802 |
100+
| [17.4 Release] | | 14.0.17213.0 | 2017-12-07 | 802 |
101+
| [17.3 Release] | | 14.0.17199.0 | 2017-10-09 | 801 |
102+
| [17.2 Release] | | 14.0.17177.0 | 2017-08-07 | 819 |
103+
| [17.1 Release] | | 14.0.17119.0 | 2017-05-24 | 784 |
104+
| [17.0 Release] | | 14.0.17099.0 | 2017-04-25 | 729 |
105+
| [17.0 RC3 Release] | | 14.0.17028.0 | 2017-03-09 | 677 |
106+
| [17.0 RC2 Release] | | 14.0.16150.0 | 2017-02-01 | 682 |
107+
| [17.0 RC1 Release] | | 14.0.16000.64 | 2016-11-16 | 687 |
108+
| [16.5.3 Release] | **Latest 16** | 13.0.16106.4 | 2017-01-26 | 898 |
109+
| 16.5.2 Release | **Deprecated** | 13.0.16105.4 | 2017-01-18 | 898 |
110+
| [16.5.1 Release] | | 13.0.16100.1 | 2016-12-05 | 894 |
111+
| [16.5 Release] | | 13.0.16000.28 | 2016-10-26 | 894 |
112+
| [16.4.1 Release] | | 13.0.15900.1 | 2016-09-23 | 894 |
113+
| 16.4 Release | **Deprecated** | 13.0.15800.18 | 2016-09-20 | |
114+
| [16.3 Release] | | 13.0.15700.28 | 2016-08-15 | 806 |
115+
| [July 2016 Hotfix Update] | | 13.0.15600.2 | 2016-07-13 | 825 |
116+
| July 2016 Release | **Deprecated** | 13.0.15500.91 | 2016-07-01 | |
117+
| [June 2016 Release] | | 13.0.15000.23 | 2016-06-01 | 825 |
118+
| [SQL Server 2014 SP1] | | 12.0.4100.1 | 2015-05-14 | 815 |
119+
| [SQL Server 2012 SP3] | | 11.0.6020.0 | 2015-11-21 | 964 |
120+
| [SQL Server 2008 R2] | | 10.50.4000 | 2012-07-02 | 161 |
121+
122+
[18.9.2 GA Release]:https://go.microsoft.com/fwlink/?linkid=2168063
123+
[18.9.1 GA Release]:https://go.microsoft.com/fwlink/?linkid=2161193
124+
[18.9 GA Release]:https://go.microsoft.com/fwlink/?linkid=2160964
125+
[18.8 GA Release]:https://go.microsoft.com/fwlink/?linkid=2151644
126+
[18.7.1 GA Release]:https://go.microsoft.com/fwlink/?linkid=2147207
127+
[18.7 GA Release]:https://go.microsoft.com/fwlink/?linkid=2146265
128+
[18.6 GA Release]:https://go.microsoft.com/fwlink/?linkid=2135491
129+
[18.5.1 GA Release]:https://go.microsoft.com/fwlink/?linkid=2132606
130+
[18.5 GA Release]:https://go.microsoft.com/fwlink/?linkid=2125901
131+
[18.4 GA Release]:https://go.microsoft.com/fwlink/?linkid=2108895
132+
[18.3.1 GA Release]:https://go.microsoft.com/fwlink/?linkid=2105412
133+
[18.3 GA Release]:https://go.microsoft.com/fwlink/?linkid=2104251
134+
[18.2 GA Release]:https://go.microsoft.com/fwlink/?linkid=2099720
135+
[18.1 GA Release]:https://go.microsoft.com/fwlink/?linkid=2094583
136+
[18.0 GA Release]:https://go.microsoft.com/fwlink/?linkid=2088649
137+
[18.0 RC1 Release]:https://go.microsoft.com/fwlink/?linkid=2085742
138+
[18.0 Preview 7 Release]:https://go.microsoft.com/fwlink/?linkid=2078638
139+
[18.0 Preview 6 Release]:https://go.microsoft.com/fwlink/?linkid=2052501
140+
[18.0 Preview 5 Release]:https://go.microsoft.com/fwlink/?linkid=2041155
141+
[18.0 Preview 4 Release]:https://go.microsoft.com/fwlink/?linkid=2014662
142+
[17.9.1 Release]:https://go.microsoft.com/fwlink/?linkid=2043154
143+
[17.9 Release]:https://go.microsoft.com/fwlink/?linkid=2014306
144+
[17.8.1 Release]:https://go.microsoft.com/fwlink/?linkid=875802
145+
[17.8 Release]:https://go.microsoft.com/fwlink/?linkid=875673
146+
[17.7 Release]:https://go.microsoft.com/fwlink/?linkid=873126
147+
[17.6 Release]:https://go.microsoft.com/fwlink/?linkid=870039
148+
[17.5 Release]:https://go.microsoft.com/fwlink/?linkid=867670
149+
[17.4 Release]:https://go.microsoft.com/fwlink/?linkid=864329
150+
[17.3 Release]:https://go.microsoft.com/fwlink/?linkid=858904
151+
[17.2 Release]:https://go.microsoft.com/fwlink/?linkid=854085
152+
[17.1 Release]:https://go.microsoft.com/fwlink/?linkid=849819
153+
[17.0 Release]:https://go.microsoft.com/fwlink/?linkid=847722
154+
[17.0 RC3 Release]:https://go.microsoft.com/fwlink/?linkid=844503
155+
[17.0 RC2 Release]:https://go.microsoft.com/fwlink/?linkid=840957
156+
[17.0 RC1 Release]:https://go.microsoft.com/fwlink/?LinkID=835608
157+
[16.5.3 Release]:https://go.microsoft.com/fwlink/?LinkID=840946
158+
[16.5.1 Release]:https://go.microsoft.com/fwlink/?linkid=837453
159+
[16.5 Release]:http://go.microsoft.com/fwlink/?linkid=832812
160+
[16.4.1 Release]:http://go.microsoft.com/fwlink/?LinkID=828615
161+
[16.3 Release]:http://go.microsoft.com/fwlink/?LinkID=824938
162+
[July 2016 Hotfix Update]:http://go.microsoft.com/fwlink/?LinkID=822301
163+
[June 2016 Release]:http://go.microsoft.com/fwlink/?LinkID=799832
164+
[SQL Server 2014 SP1]:http://download.microsoft.com/download/1/5/6/156992E6-F7C7-4E55-833D-249BD2348138/ENU/x86/SQLManagementStudio_x86_ENU.exe
165+
[SQL Server 2012 SP3]:http://download.microsoft.com/download/F/6/7/F673709C-D371-4A64-8BF9-C1DD73F60990/ENU/x86/SQLManagementStudio_x86_ENU.exe
166+
[SQL Server 2008 R2]:https://www.microsoft.com/en-us/download/details.aspx?id=30438
167+
168+
169+
## SQL Server 2014 RTM Management Studio download links
170+
- [SQL Management Studio x64](http://download.microsoft.com/download/E/A/E/EAE6F7FC-767A-4038-A954-49B8B05D04EB/MgmtStudio%2064BIT/SQLManagementStudio_x64_ENU.exe)
171+
- [SQL Management Studio x86](http://download.microsoft.com/download/E/A/E/EAE6F7FC-767A-4038-A954-49B8B05D04EB/MgmtStudio%2032BIT/SQLManagementStudio_x86_ENU.exe)
172+
173+
174+
## SQL Server 2012 SP1 Management Studio download links
175+
- [SQL Management Studio x64](http://download.microsoft.com/download/8/D/D/8DD7BDBA-CEF7-4D8E-8C16-D9F69527F909/ENU/x64/SQLManagementStudio_x64_ENU.exe)
176+
- [SQL Management Studio x86](http://download.microsoft.com/download/8/D/D/8DD7BDBA-CEF7-4D8E-8C16-D9F69527F909/ENU/x86/SQLManagementStudio_x86_ENU.exe)
177+
178+
179+
## SQL Server 2008 R2 Management Studio download links
180+
- [SQL Management Studio x64](http://download.microsoft.com/download/0/4/B/04BE03CD-EAF3-4797-9D8D-2E08E316C998/SQLManagementStudio_x64_ENU.exe)
181+
- [SQL Management Studio x86](http://download.microsoft.com/download/0/4/B/04BE03CD-EAF3-4797-9D8D-2E08E316C998/SQLManagementStudio_x86_ENU.exe)

0 commit comments

Comments
 (0)