Microsoft SQL Server Management Studio - ssms

when I try to install Microsoft Server Management Studio I get stuck on "Loading packages, Please wait ...", I tried to uninstall and reinstall SQL Server but nothing works ...

Related

Error installing Microsoft SQL Server MGMT Studio 2016

I've tried to install Microsoft SQL Server MGMT Studio but I have the following error:
Fatal error during installation (0x80070643)
Setup is missing an installation prerequisite: - Microsoft System CLR Types for SQL Server 2016 RC3.
I've searched but not found this requirement.
try with this Feature Pack. Microsoft SQL Server 2016 Feature Pack is a collection of stand-alone packages which provide additional value for Microsoft SQL Server.
Hope this help!
Execute with admin privileges.
Right click in the installer.
Select and click in Run as administrator.
The first time, i run the installer with double click, and haves this error (0x80070643), later.. the second time, i try run this with admin privileges and its completed the installation without problems.
NOTE: Microsoft SQL Server Management Studio Release 17.

Error in installation of SQL Server 2008 Management Studio

I have installed SQL Server 2008 Express on my machine but I can't find the Management Studio.
I downloaded two versions of SQL Server Management Studio, 2008 and R2
This is the result
I don't know what is exactly the problem, on my machine I have VS2008, VS2010 and VS2012 express for web.
I googled about this topic and i installed the SP1 package.
I had SQL Server 2005 with its management tool and it worked very well, but now I need to change to the 2008's version, I don't know if I made an error when I uninstalled one of them.
So :
What is the reason of this error?
How can i fix this problem?

SQL Server Management Studio 2008 install - no option

Ok I've searched everywhere for an answer and can't seem to find an answer.
I've installed VS 2010 and with it came SQL Server 2008 Express. I am currently trying to install SQL Server Management Studio 2008 and it won't give me the option to install.
At first, I thought it wanted me to install SP1 first.. but it says there is nothing to patch!
My SQL patch version: 10.1.2531.0
EDIT: This is the installer I'm using:
http://www.microsoft.com/en-us/download/details.aspx?id=7593
I was having the exact same problem with my installation for SQL Server 2008 R2 RTM - Management Studio Express. Go back to the "Installation Type" step (the previous one), and closely read the text under each radio button. The option under the "New installation or add shared features" reads:
Select this option if you want to install a new instance of SQL Server
or want to install shared components such as SQL Server Management Studio or Integration Services.
You have to select "New Installation", and not "Add Features", as counterintuitive as this may seem.
Back up one step and choose the "Perform a new installation" option. Brilliant, I know.
As far as I remember Management Studio is not bundled with every version of SQL Serever 2008 Express installator. Maybe you could try to install this: Microsoft® SQL Server® 2008 Management Studio Express or this Microsoft SQL Server 2008 R2 RTM - Management Studio Express depending on your version of server.
I ran into this glitch, too. The Shared Features selection list should show [✓] Management Tools - Basic. The checkbox was auto-filled.
I rebooted, then ran the installer as an administrator and it worked as expected.

install SSMSE 2008 after VS 2010

i have installed VS 2010 ultimate on windows 7 machine which by default install sql server 2008. now i want to install SSMSE 2008 i download the following file SQLEXPRWT_x86_ENU and tried to install it but it give me error.
[Window Title]
Program Compatibility Assistant
[Main Instruction]
This program has known compatibility issues
[Expanded Information]
After SQL Server Setup completes, you must apply SQL Server 2008 Service Pack 1 (SP1) or a later service pack before you run SQL Server 2008 on this version of Windows.
[^] Hide details [ ] Don't show this message again [Check for solutions online] [Run program] [Cancel]
TITLE: SQL Server Setup failure.
SQL Server Setup has encountered the following error:
Invoke or BeginInvoke cannot be called on a control until the window handle has been created..
BUTTONS:
OK
how to install SSMSE 2008 after installing VS 2010 please help
I also faced a similar situation, The workaround I tried is,
1)Fire up the Sql Server installation Center from
(start->programs-> Microsoft SQL server 2008-> Configuration Tools)
2)Click on installation(from the navigation menu on the left)
3)Choose the first option(New server installation)
4)A new dialog will appear, click next till you reach 'installation type' screen. Choose new installation here
5)Click next till you reach feature selection, make sure you have ticked Management tools checkbox.
6)Continue installation and if it completes successfully, you can find the SSMSE in the start menu under Microsoft sql server 2008 folder.
Hope this helps.
You must slipstream the SQL 2008 SP1 before installing SQL 2008. The linked article explains how to do that.
An easier workaround is to first install the SQL Server 2008 SP1 package or SQL Server 2008 SP2. The SP1 install will fail, since there is no SQL Server installation to patch, but in the process it will deploy newer setup bits that have the Invoke/BeginInvoke issue fixed. Afterwards you run the normal RTM setup and it will succeed, as it will re-use the newer setup bits already present on the machine from the SP1 instalation. After the installation of SQL Server 2008 RTM succeeds, you still needs to apply SP1 or SP2.
If you're attempting to install SQL Server 2008 Express you should install directly the SP2 bits: Microsoft SQL Server 2008 SP2 Express Edition Service Pack 2, or better yet Microsoft SQL Server 2008 R2 SP1 - Express Edition. The 2008 R2 Express has the database size limit increased to 10Gb.

Why SQL Server Express 2008 install requires Visual Studio 2008 in checklist?

When installing SQL Server Express Edition 2008, checklist says
"Previous version of Visual Studio 2008"
and asked me to upgrade to sp1. Unfortunately sp1 for some reason refuses to install on my brand new pc (Windows 7).
So why can't I just bypass this ? Why would SQL Server Express needs VS2008 to install that's insane.
SQL Server install used to be as easy as 123, now it has become a nightmare like installing Oracle.
Will I have to go back to Windows XP ?
Because Sql Server Management Studio is built upon the Visual Studio standalone Shell.
You will find that if you choose not to install the SSMS this requirement will vanish, but this is probably not what you want to do.
Normally you won't need Visual Studio 2008 in order to install SQL Server. This can be caused by some previous versions that you had installed, beside the SSMS problem. Take a look here for required actions before installing SQL Server 2008.
I have to agree that SQL Server 2008 install is probably the worst SQL install ever.
Having said that, 2008 R2 is out now, perhaps the new management studio is built on VS2010? Alternatively, don't install Management studio and use something else like VS2008, or VS2010 express to access the database.