Sql server 2000 management studio windows 7

I need to install SQL Server 2000 on a Windows 7 machine.  When I start the install I get a message "SQL Server 2000 is incompatible with this versions.  For more information contact Microsoft."  I searched the forums but did not find anything about this situation.  Does anyone have any information? And before anyone asks I need to install this version because that is what the customer is using and I need to duplicate their databases.
  • Remove From My Forums
  • Question

  •  I need to install SQL Server 2000 on a Windows 7 machine.  When I start the install I get a message «SQL Server 2000 is incompatible with this versions.  For more information contact Microsoft.»  I searched the forums but did not find
    anything about this situation.  Does anyone have any information? And before anyone asks I need to install this version because that is what the customer is using and I need to duplicate their databases.


    Edward R. Joell MCSD MCDBA

    • Moved by

      Wednesday, January 12, 2011 3:20 PM
      Installation question (From:SQL Server Database Engine)

Answers

    • Edited by
      BalmukundMicrosoft employee
      Wednesday, January 12, 2011 2:16 AM
      typo
    • Marked as answer by
      joeller
      Thursday, January 13, 2011 2:00 PM

We use mostly SQL Server 2005 but have a few SQL Server 2000 servers laying around. Is there a SQL Server Management Studio like application for SQL Server 2000?

Thank you.

asked Nov 19, 2009 at 13:38

user141594's user avatar

SQL Server 2000 Management Tools includes Enterprise Manager (like Management Studio), Query Analizer (a tool to execute scripts) and Profiler (a tool to profile queries).

And you can connect and work in your SQL Management Studio 2005 with SQL Server 2000 :)

Or you can use EMS SQL Manager if you want something different.

answered Nov 19, 2009 at 13:42

silent's user avatar

silentsilent

3,77323 silver badges29 bronze badges

3

In SQL 2000, you can use Enterpise Manager to browse objects and perform many administrative tasks. You can use SQL Query Analyzer to write and run SQL, view query execution plans, etc. SQL Profiler can be used to profile queries.

However, you can use the SQL 2005 version of SQL Server Management Studio (SSMS) to connect to SQL 2000 servers and it works great.

answered Nov 19, 2009 at 13:43

Joe Barone's user avatar

Joe BaroneJoe Barone

3,1103 gold badges23 silver badges20 bronze badges

1

Yes. It comes shipped with SQL Server 2000 and is called Enterprise Manager. It does not do everything SQL Server Management Studio does though (ie. like let you run queries — you have to use Query Analyzer for that).

You can use SQL Server Management Studio to connect to SQL 2000 though, so why not just use that?

answered Nov 19, 2009 at 13:43

adrianbanks's user avatar

adrianbanksadrianbanks

80.4k22 gold badges177 silver badges204 bronze badges

Well, the management tools that actually shipped with SQL Server 2000 were:

SQL Server 2000 Query Analyzer, SQL Server 2000 Query Designer, SQL Server 2000 Profiler & SQL Server 2000 Enterprise Manager

The Enterprise Manager was the main management tool used to create & edit databases and schemas, stored procedures etc. and the Query Analyser tool was effectively the same as the Query Window in SQL Server 2005 Management Studio.

It’s completely fine, however, to use the SQL Server 2005 Management Studio to administer and configure SQL Server 2000 database servers.

answered Nov 19, 2009 at 13:44

CraigTP's user avatar

CraigTPCraigTP

43.7k8 gold badges76 silver badges99 bronze badges

I use the sql server management studio 2005 tools on our sql 2000 server instances. We have licenses for both servers, and I found those tools easier to use than the old enterprise manager tools that come with sql 2000

answered Nov 28, 2009 at 0:07

Jeremy's user avatar

JeremyJeremy

44k66 gold badges200 silver badges326 bronze badges

There was a tool called DBAMgr2K which was extensive and did the job nicely and will handle SQL Server 2000 if you do not have SQL Management tools.

Hope this helps,
Best regards,
Tom.

answered Nov 28, 2009 at 0:21

t0mm13b's user avatar

t0mm13bt0mm13b

33.9k8 gold badges78 silver badges109 bronze badges

I have just upgraded to a 64 bit widows 7 machine from a windows xp machine. I need to have ms sql server management studio express to manage a sql 2000 db as well as a sql
2005 db; I used to have this on my xp machine. My tech rep pointed me to:

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=76ea83da-4797-4f11-a834-456ee9dc3764 soI
went there and downloaded and installed the: ENUx64SQLServer2005_SSMSEE.msi.

the install went fine, I ran some queries and and all seemed fine. I’m not quite sure just when thigs started to go wrong but I think it was when I tried to modify and run a view;
my query returned no recordsand then some things took a very long time to run. then I got an error that said that there wasn’t enough space to run the query that I was trying to run and eventually the circle just kept spinning. So, I shut it down and
restarted. I was able to modify a view and run the query and it ran fine but when I tried to open a file and run the next query, the spinning circle happened again and was spining for about ten minutes and then it shut down.

I started it again and run one query fine but the next one, it said retrieving data but just sat for a long time. I clicked back on the query, got the spinning circle again and
then it just shut itself down again. All of this works well and quickly on my xp machine.

I have to confess :( that I didn’t install the  .NET Framework 2.0, but as it said, if you have already installed SQL Server 2005 or Visual Studio 2005, you already have
Microsoft .NET Framework 2.0. and I also didn’t install the latest
Microsoft Core XML Services (MSXML) 6.0 version mostly
because I didn’t read the full page because the file download was at the begining so I didn’t go any further — dim-witted I know.

So, I went back and installed the  .NET Framework 2.0 which was actually 4.0; and I tried to install the latest
Microsoft Core XML Services (MSXML) 6.0 version but
I didn’t know whether to install msxml6-KB954459-enu-amd64.exe or msxml6-KB954459-enu-ia64.exe

I googled what is the differnce between msxml6-KB954459-enu-amd64.exe and msxml6-KB954459-enu-ia64.exe but got only two results in English, one of which was  an article entitled
Description of the security update for XML Core Services 6.0: November 11, 2008 it said «This article applies to a different version of Windows than the one you are using. Content in this article may not be relevant to you.»‘ but I didn’t know to which version
it was referring, and a second one entitled Security Update for Microsoft XML Core Services 6.0 (KB954459) which included downloads for both version.

I am, due to lack of knowledge, daunted by the descriptions and caveats for installing and upgrading and updates, so I appeal to you. I’ve gone on at length but am trying to give
you as much information as possible — and then some.

I tried again after restarting my system and after one query and a view update, I got a system.outofmemory error thrown.

I know that Kate will have her challenges but she will never have to figure out stuff like this!

I doubt that I’ve even selected the right forum.

Any help would be appreciated.

Thanks

We’re scratching our heads a bit here. We have SQL Server 2000 on our internal systems and I have a new machine.

My old windows XP machine had Mgmt Studio (full version). I have tried to run the SQL 2000 installation disks, but they are not 64 bit so I can’t install the tool.

I have downloaded the express version on MS website which has installed OK, but this doesn’t allow me to run jobs as it’s not a full version.

Where can I find an installation for the full version (64bit) ?

[edit] I am now running windows 7 on my new machine which is where I need to install the mgmt studio![/edit]

asked Jul 5, 2013 at 8:38

Matt Facer's user avatar

Matt FacerMatt Facer

1111 silver badge4 bronze badges

3

Sorry, dude…

I have tried to run the SQL 2000 installation disks, but they are not 64 bit so I can’t
install the tool.

Ever since MS decided to make 64 bit operating systems, they have been able to run 32 bit software. On my windows 8 — 64 bit — the office still is 32 bit.

Your problem is more: you ask a SQL Server 2000 question which is SO end of life… Have you considered hiring an archeologist helping you?

Otherwise just grab your latest Developer version installer and run it.

Btw., why the heck do you tag that with Windows 7 — you seem to run anything except that version.

answered Jul 5, 2013 at 8:48

TomTom's user avatar

TomTomTomTom

51.1k7 gold badges52 silver badges134 bronze badges

1

SQL Server 2000 is not supported on Vista, 7, or server 2008. (2008 — http://support.microsoft.com/kb/948680, Win7 — http://blogs.msdn.com/b/sqlreleaseservices/archive/2009/10/23/sql-server-on-windows-7-and-windows-server-2008-r2.aspx)

You should download a recent version of SQL Server Express, install only the management tools, and use that to connect to your SQL Server 2000 server (register new server, etc.). Bear in mind that SSMS may offer you features that the server doesn’t support, however.

Also, if your newer version of SSMS is not allowing you to run jobs, make sure you’re connecting to a full version of SQL Server instead of the local instance. It’s the express version’s server that’s hobbled for jobs, not SSMS. (I use a version of Express’ SSMS to run/edit full version’s jobs frequently.) If you need to run jobs locally for development, consider a developer edition.

(I use 2008 SSMS to connect to 2008 Server and 2005 Server, but other people I googled are connecting to 2000.)

answered Jul 5, 2013 at 13:58

Katherine Villyard's user avatar

1

Среда SQL Server Management Studio — это интегрированная среда для управления инфраструктурой SQL Server и базы данных SQL Azure.
Среда Management Studio предоставляет средства для настройки, наблюдения и администрирования экземпляров SQL Server.
Она также предоставляет средства для развертывания, отслеживания и обновления данных-уровня компонентов, таких как базы данных и хранилищ данных, используется приложениями, а также для создания запросов и скриптов.

  • Download SQL Server Management Studio (SSMS)
  • SQL Server Management Studio — Changelog (SSMS)
  • SQL Server Management Studio (SSMS) — Release Candidate
  • Previous SQL Server Management Studio Releases
  • SQLSentry Latest Builds of Management Studio
  • SQL Server Tools
  • SQL Server Management Studio (SSMS)
  • Microsoft Download Center SSMS
  • Add Transact-SQL Snippets

Поддерживаемые версии SQL Server

  • Эта версия SSMS работает со всеми поддерживаемыми версиями SQL Server (SQL Server 2008–SQL Server 2017) и предоставляет превосходную поддержку новейших облачных функций базы данных SQL Azure и хранилища данных SQL Azure.
  • SQL Server 2000 или SQL Server 2005 напрямую не блокируются, однако некоторые функции могут работать неправильно.
  • Кроме того, SSMS 17.X можно установить одновременно с SSMS 16.X или SQL Server 2014 SSMS и более ранними версиями.

Поддерживаемые операционные системы

При использовании последнего пакета обновления этот выпуск SSMS поддерживает следующие платформы: 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)

Примечание

SSMS 17.X основана на изолированной оболочке Visual Studio 2015, которая была выпущена до Windows Server 2016.
Корпорация Майкрософт уделяет большое внимание совместимости приложений и гарантирует, что уже выпущенные приложения продолжат работать в последних выпусках Windows. Чтобы минимизировать проблемы с запуском SSMS в Windows Server 2016, убедитесь, что для SSMS установлены все последние обновления.
При возникновении каких-либо проблем с SSMS в Windows Server 2016, обратитесь в службу поддержки. Служба поддержки определит, связана ли проблема с SSMS, с Visual Studio или с совместимостью SSMS и Windows.
Затем ваш запрос будет перенаправлен соответствующей группе для дальнейшего изучения.

Доступные языки

SQL Server Management Studio для других языков:
Chinese (People’s Republic of China) |
Chinese (Taiwan) |
English (United States) |
French |
German |
Italian |
Japanese |
Korean |
Portuguese (Brazil) |
Russian |
Spanish

Ссылки для загрузки и информация о релизах SSMS

  • GA — Стабильная версия
  • PP — Предварительная версия
  • Размер в мегабайтах для Английской версии
Версия/Ссылка для загрузки Примечание Билд Дата релиза Размер, Мб
18.9.2 GA Release Latest GA 15.0.18386.0 2021-07-15 642
18.9.1 GA Release 15.0.18384.0 2021-04-20 635
18.9 GA Release 15.0.18382.0 2021-04-15 635
18.8 GA Release 15.0.18369.0 2020-12-17 640
18.7.1 GA Release 15.0.18358.0 2020-10-27 635
18.7 GA Release 15.0.18357.0 2020-10-20 635
18.6 GA Release 15.0.18338.0 2020-07-22 534
18.5.1 GA Release 15.0.18333.0 2020-06-09 535
18.5 GA Release 15.0.18183.0 2020-04-07 535
18.4 GA Release 15.0.18206.0 2019-11-04 539
18.3.1 GA Release 15.0.18183.0 2019-10-02 534
18.3 GA Release 15.0.18178.0 2019-09-23 534
18.2 GA Release 15.0.18142.0 2019-07-25 528
18.1 GA Release 15.0.18131.0 2019-06-11 527
18.0 GA Release 15.0.18118.0 2019-04-24 524
18.0 RC1 Release 15.0.18098.0 2019-03-28 484
18.0 Preview 7 Release 15.0.18092.0 2019-03-01 478
18.0 Preview 6 Release 15.0.18075.0 2018-12-18 457
18.0 Preview 5 Release 15.0.18068.0 2018-11-15 457
18.0 Preview 4 Release 15.0.18040.0 2018-09-24 456
17.9.1 Release Latest 17 14.0.17289.0 2018-11-21 807
17.9 Release 14.0.17285.0 2018-09-04 807
17.8.1 Release 14.0.17277.0 2018-06-26 806
17.8 Release Deprecated 14.0.17276.0 2018-06-21 806
17.7 Release 14.0.17254.0 2018-05-09 803
17.6 Release 14.0.17230.0 2018-03-20 802
17.5 Release 14.0.17224.0 2018-02-15 802
17.4 Release 14.0.17213.0 2017-12-07 802
17.3 Release 14.0.17199.0 2017-10-09 801
17.2 Release 14.0.17177.0 2017-08-07 819
17.1 Release 14.0.17119.0 2017-05-24 784
17.0 Release 14.0.17099.0 2017-04-25 729
17.0 RC3 Release 14.0.17028.0 2017-03-09 677
17.0 RC2 Release 14.0.16150.0 2017-02-01 682
17.0 RC1 Release 14.0.16000.64 2016-11-16 687
16.5.3 Release Latest 16 13.0.16106.4 2017-01-26 898
16.5.2 Release Deprecated 13.0.16105.4 2017-01-18 898
16.5.1 Release 13.0.16100.1 2016-12-05 894
16.5 Release 13.0.16000.28 2016-10-26 894
16.4.1 Release 13.0.15900.1 2016-09-23 894
16.4 Release Deprecated 13.0.15800.18 2016-09-20
16.3 Release 13.0.15700.28 2016-08-15 806
July 2016 Hotfix Update 13.0.15600.2 2016-07-13 825
July 2016 Release Deprecated 13.0.15500.91 2016-07-01
June 2016 Release 13.0.15000.23 2016-06-01 825
SQL Server 2014 SP1 12.0.4100.1 2015-05-14 815
SQL Server 2012 SP3 11.0.6020.0 2015-11-21 964
SQL Server 2008 R2 10.50.4000 2012-07-02 161

SQL Server 2014 RTM Management Studio download links

  • SQL Management Studio x64
  • SQL Management Studio x86

SQL Server 2012 SP1 Management Studio download links

  • SQL Management Studio x64
  • SQL Management Studio x86

SQL Server 2008 R2 Management Studio download links

  • SQL Management Studio x64
  • SQL Management Studio x86

I would like to update my development machine to SQL Server 2012 but I still manage some (very old) SQL Server 2000 machines. Wil my 2012 SSMS be able to connect to those SQL Server 2000 machines?

SQL Server 2008 R2 works fine (what I have now).

asked Aug 21, 2012 at 14:00

Michael Haren's user avatar

3

Yes, I have done it. My website http://www.rocketclubs.com is on SQL server 2000 and I updated it last night in full windows 8, SSMS 2012 setup.

answered Aug 21, 2012 at 14:05

Nick Larsen's user avatar

Nick LarsenNick Larsen

2362 silver badges4 bronze badges

3

Yes, you absolutely CAN connect to a SQL Server 2000 instance using SSMS 2012 as a client. I do it every day as I still have 5 SQL Server 2000 instances in my environment that I manage. However, keep in mind that SSMS will present you with some options based on functions that are available in the version of SSMS you are using, and you may not be able to perform those functions from SSMS due to differences in commands between the versions.

And there are some things that SQL 2k simply doesn’t like coming from SSMS. For example, if you use the GUI to manage permissions for a database role be prepared for SSMS to crash in some circumstances. For that reason it is always a good idea to keep a copy of SQL 2000 Enterprise Manager handy somewhere.

answered Aug 21, 2012 at 17:09

sqlbattsman's user avatar

sqlbattsmansqlbattsman

5452 silver badges11 bronze badges

I was having «timeout» issue when trying to connect to SQL Server 2000 using Management Studio 2012. Finally the solution for me was to install Microsoft SQL Server 2000 Service Pack 4 — http://www.microsoft.com/en-ca/download/details.aspx?id=18290

I hope that this solution can be useful for someone having this problem.

answered Oct 23, 2014 at 13:19

Marco A. Bravo's user avatar

Microsoft SQL Server Management Studio (SSMS) is an all-in-one place for you to go if you want to manage your databases. SSMS gives you a graphical interface so you can manage your SQL databases from a local SQL server to an on-cloud database stack.

The SQL Server Management Studio can be used to deploy, monitor, and upgrade existing SQL databases. Some might even consider it an all-in-one solution.

This article gives you direct download links for all available SSMS versions that you can use to meet your requirements. But before we begin, let us give you a little insight into the different requirements and prerequisites.

Table of contents

  • What is SQL Server Management Studio
  • SQL Server Management Studio System Requirements
  • SQL Server Management Studio Download Links
  • How to Install SQL Server Management Studio
  • SQL Server Management Studio Available Languages
  • Uninstall SQL Server Management Studio
  • FAQs
    • Is SQL Server the same as SSMS?
    • Can I use SSMS without SQL Server?

As mentioned above, SQL Server Management Studio, or SSMS, is an integrated management environment for a SQL Server architecture. It offers a user interface, a set of tools, and sophisticated script editors that communicate with SQL Server.

The user-friendly interface and convenient manageability of the SSMS make it easier for the developers to manage the many SQL databases, perform maintenance works, and access them when required.

SQL Server Management Studio System Requirements

Before you begin installing SSMS on your device, you’ll need to meet these minimum hardware requirements:

  • Processor: 1.8 GHz or faster x86 (Intel, AMD) processor
  • RAM: 2GB (2.5GB if running on a virtual machine)
  • Storage: Minimum of 2 GB (Can go up to 10 GB depending upon installed features)

Apart from the hardware requirements, you also need to ensure that you have the right operating system. The following operating systems are currently supported:

  • Windows Server 2022 (64-bit)
  • Windows 11 (64-bit)
  • Windows 10 (64-bit) version 1607 (10.0.14393) or later
  • Windows 8.1 (64-bit)
  • Windows Server 2019 (64-bit)
  • Windows Server 2016 (64-bit)
  • Windows Server 2012 R2 (64-bit)
  • Windows Server 2012 (64-bit)
  • Windows Server 2008 R2 (64-bit)

Download all versions of Windows Server.

SQL Server Management Studio Download Links

Here’s the list of the latest builds of SQL Server Management Studio. Click the Download button to immediately begin downloading the tool.

Version Latest version Release Download link
SQL Server Management Studio 18 18.1 (Build 15.0.18390.0) 2019 Download
SQL Server Management Studio 17 17.9.1 (Build 14.0.17289.0) 2017 Download
SQL Server Management Studio 16 16.5.3 (Build 13.0.16106.4) 2016 Download
SQL Server Management Studio 14 2014 SP3 (Build 12.0.6024.0) 2014 Download
SQL Server Management Studio 12 2012 SP4 (Build 11.0.7001.0) 2012 Download
SQL Server Management Studio 2008 R2 2008 R2 SP2 (Build 10.50.4000.0) 2010 Download
SQL Server Management Studio 2008 2008 2008 Download
SQL Server Management Studio 2005 2005 2005 Download

You can also download a specific version if you don’t want the latest build of SSMS:

Version Build Download link Release date
18.10 15.0.18390.0 SQL Server Management Studio (SSMS) 18.10  5 Oct 2021
18.9.2 15.0.18386.0 SQL Server Management Studio (SSMS) 18.9.2 15 Jul 2021
18.9.1 15.0.18384.0 SQL Server Management Studio (SSMS) 18.9.1 20 Apr 2021
18.9 15.0.18382.0 SQL Server Management Studio (SSMS) 18.9 15 Apr 2021
18.8 15.0.18369.0 SQL Server Management Studio (SSMS) 18.8 17 Dec 2020
18.7.1 15.0.18358.0 SQL Server Management Studio (SSMS) 18.7.1 27 Oct 2020
18.7 15.0.18357.0 SQL Server Management Studio (SSMS) 18.7 20 Oct 2020
18.6 15.0.18338.0 SQL Server Management Studio (SSMS) 18.6 22 Jul 2020
18.5.1 15.0.18333.0 SQL Server Management Studio (SSMS) 18.5.1 9 Jun 2020
18.5 15.0.18330.0 SQL Server Management Studio (SSMS) 18.5 7 Apr 2020
18.4 15.0.18206.0 SQL Server Management Studio (SSMS) 18.4 4 Nov 2019
18.3.1 15.0.18183.0 SQL Server Management Studio (SSMS) 18.3.1 2 Oct 2019
18.2 15.0.18142.0 SQL Server Management Studio (SSMS) 18.2 25 Jul 2019
18.1 15.0.18131.0 SQL Server Management Studio (SSMS) 18.1 11 Jun 2019
18.0 15.0.18118.0 SQL Server Management Studio (SSMS) 18.0 24 Apr 2019
17.9.1 14.0.17289.0 SQL Server Management Studio (SSMS) 17.9.1 21 Nov 2018
17.9 14.0.17285.0 SQL Server Management Studio (SSMS) 17.9 4 Sep 2018
17.8.1 14.0.17277.0 SQL Server Management Studio (SSMS) 17.8.1 26 Ju 2018
17.7 14.0.17254.0 SQL Server Management Studio (SSMS) 17.7 9 May 2018
17.6 14.0.17230.0 SQL Server Management Studio (SSMS) 17.6 20 Mar 2018
17.5 14.0.17224.0 SQL Server Management Studio (SSMS) 17.5 15 Feb 2018
17.4 14.0.17213.0 SQL Server Management Studio (SSMS) 17.4 7 Dec 2017
17.3 14.0.17199.0 SQL Server Management Studio (SSMS) 17.3 9 Oct 2017
17.2 14.0.17177.0 SQL Server Management Studio (SSMS) 17.2 7 Aug 2017
17.1 14.0.17119.0 SQL Server Management Studio (SSMS) 17.1 27 Jun 2017
17.0 14.0.17099.0 SQL Server Management Studio (SSMS) 17.0 25 Apr 2017
16.5.3 13.0.16106.4 SQL Server Management Studio (SSMS) 16.5.3 30 Jan 2017
16.5.1 13.0.16100.1 SQL Server Management Studio (SSMS) 16.5.1 5 Dec 2016
16.5 13.0.16000.28 SQL Server Management Studio (SSMS) 16.5 26 Oct 2016
16.4.1 13.0.15900.1 SQL Server Management Studio (SSMS) 16.4.1 23 Sep 2016
16.3 13.0.15700.28 SQL Server Management Studio (SSMS) 16.3 20 Aug 2016
Summary of SSMS versions

There have also been preview releases for some of these versions that have not been mentioned in the table above.

To download any SSMS version in any other language, please visit Microsoft’s Release Notes page for direct download links.

How to Install SQL Server Management Studio

Once you have downloaded the SSMS, here is how to install it:

  1. Download the setup file for the SSMS version from the given links above.

  2. Run the downloaded file.

    The installation wizard will then run.

  3. Click Install.

    install 5

    Begin SQL Server Management Studio installation

    SSMS will now begin installing on your PC. The process should take about 5 minutes but can vary depending on your system’s specifications.

  4. Once installed, click Close.

    close 2

    Close the installation wizard

You can now launch SSMS by searching for it through the Windows Search bar and begin using it.

SSMS

SQL Server Management Studio

SQL Server Management Studio Available Languages

SSMS can be downloaded and installed in the following languages:

  • English (US)
  • Chinese (Simplified)
  • Chinese (Traditional)
  • French
  • German
  • Italian
  • Japanese
  • Korean
  • Portuguese (Brazil)
  • Russian
  • Spanish

Uninstall SQL Server Management Studio

If you ever want to uninstall the SSMS, here is how to do it:

  1. Run the downloaded setup file for SSMS previously used for installation.

    If you don’t already have it, you can download the setup file from the direct download links shared above.

  2. Click Uninstall from the wizard.

    uninstall 5

    Uninstall SSMS

    The wizard will then remove SSMS from your device.

  3. Click Close when it is finished.

    close 2 1

    Close the uninstallation wizard

FAQs

Is SQL Server the same as SSMS?

SQL Server Management Studio (SSMS) is a tool that allows you to create and manage SQL databases, whereas an SQL Server is a database designed to manage and store information. SSMS is included in Microsoft SQL Servers.

Can I use SSMS without SQL Server?

Yes, you can use SQL Server Management Studio without the server itself. This way you can manage and control on-premises SQL databases as well as on-cloud databases.

Also see:

Subhan Zafar is an established IT professional with interests in Windows and Server infrastructure testing and research, and is currently working with Itechtics as a research consultant. He has studied Electrical Engineering and is also certified by Huawei (HCNA & HCNP Routing and Switching).

SQL2005’s Management Studio with SQL2000

Stuck in SQL2000 land

I’ve had SQL2005 installed on my local machine for some time. For a while, I just used a virtual machine for it, but when the release candidate came out, I installed it on my machine proper, and frequently try things out on SQL2005. I’m a developer rather than a DBA, and I happily try things out in SQL2005 when I see some way that I could use the new functionality. I now have several queries that have two versions — the one that I’m using on under SQL2000, and the one that I’ll use when I get to use SQL2005 in production.

A compromise…

A while back, I was talking to the senior DBA where I work about some of the new SQL2005 things, and he mentioned that he loved using SQL2005’s Management Studio. I asked him which of our customers he was using it for, and he said «All of them.» Somehow, I had missed the fact that Management Studio works REALLY well with SQL2000 databases. So I started to do the same, and thought I’d write down some of my tips.

Main benefits…

Firstly, it really does work well. It feels like it’s supposed to. I can even use it to edit DTS packages, because I have the Feature Pack installed, including the SQL Server 2000 DTS Designer Components. My queries run nicely, it’s all the one window, instead of swapping between Enterprise Manager and Query Analyzer all the time, and that’s great.

Object Explorer and Summary page

It’s worth mentioning the Object Explorer and Summary page. The Object Explorer is a mix of the Object Browser within Query Analyzer and the Explorer part of Enterprise Manager. Now, the first thing that I did when I started using Management Studio was to tell it to start with an empty environment. I don’t need it trying to connect anywhere before I’ve decided which particular server I want to connect to. But then I came to a situation where I wanted to delete about 5 tables, and I couldn’t see how to do that easily in Management Studio. So I asked a friend, and he said «Use the Summary page». Doh! Of course. I pressed F7, up it popped, and it showed me everything I needed. Gives me lists of the things that are within the selected item in the Object Explorer. It’s handy, but to be honest, I rarely use it. I would rather have a query window there, which is what I do!

Renaming registered servers

Object Explorer is really great, of course. I love being able to see the linked servers. I love the grouping of functions into table, scalar and system. The way that the windows can dock is great. Personally, I think I’m typically going to use the default layout, but it’s great to have windows like the Registered Servers pane able to auto-hide when you don’t want them. And speaking of Registered Servers — it’s great to finally be able to change the display-name of servers. No more IP addresses or annoyingly named servers for me. I can call them useful things like «Test Server in Sydney» or «Production Server for client XYZ», or «DON’T USE THIS ONE, but if you really need to, then it’s Jeremy’s» — and Management Studio still does the friendly thing of putting the address/servername in brackets after my own description.

Go handled properly

Here’s a thing I came across the other day which has won me over even more:

How many times do you have a bunch of code that you want to comment out in Query Analyzer, so you put a /* and later, put a */. Then you run it, and you find that there was a ‘go’ in there somewhere, giving you not only an error saying that it couldn’t find the pairs of the comment brackets, but also running anything in between that you really didn’t want to have run! Well, Management Studio is nicer than that. A ‘go’ statement surrounded by comment brackets is also ignored. So there’s no need to highlight it all and do Ctrl-Shift-C (or Ctrl-K, Ctrl-C in Management Studio). Actually, there’s another thing — commenting is now consistent with Visual Studio. This is a tremendous thing for anyone in the developer space. Probably not so great if you’re a DBA, but I find it good. I do wish that Ctrl-Shift-C still worked, but only because there are times I hit it and find that nothing happened. And you can now undo comments! In Query Analyzer, I used to get really frustrated that I couldn’t hit Ctrl-Z and undo my bulk-comment. But now, Ctrl-Z will undo a Ctrl-K, Ctrl-C. And I’m a much less frustrated coder.

use pubs
go
select * from authors
/*
select * from titles
go
select * from employee
*/select * from jobs

Copying works better

How much did you hate copying stuff out of the grid in Query Analyzer. You’d copy it, paste it into another query, and automatically hit delete to remove the newline character that it put in there for you. Now, it doesn’t put the newline in there. I know this could be annoying if you want it, but frankly, I don’t! I like the fact that I can now paste a string in between two apostrophes, and not have to hit backspace immediately.

Movement

Finally, I want to point out that Management Studio understands words much better than Query Analyzer. If I use Ctrl-Left or Ctrl-Right to move through a string (let’s say, a URL) in Query Analyzer, then it consider that each word ends at whitespace. Aargh! That used to kill me. But Management Studio will stop at each dot, hyphen, plus, you name it! Unless you name it ‘underscore’ — they get ignored, but that’s fair enough, because underscores are different. I know that if you like the way that Query Analyzer handled these things, then you might get frustrated by Management Studio, but is there really anyone out there who will find that?

So my conclusion…

I have to recommend using Management Studio to anyone who uses SQL2000. If nothing else, you’ll find yourself looking forward to when you get the clearance to use SQL2005 itself. But even if SQL2005 isn’t on the horizon, you can use a much nicer interface to the SQL2000 databases you do have.

Понравилась статья? Поделить с друзьями:
  • Sql plus скачать для windows 10
  • Sql native client скачать windows 10
  • Sql native client windows 7 x64
  • Sql manager скачать для windows 10
  • Sql lite скачать для windows 10