I cannot install SQL Server 2008 R2 express X64 management tools - sql-server

I am trying to install the SQL Server 2008 R2 express X64 but it doesnot install the MANAGEMENT TOOLS because it finds the VS 2008 and it wants the SP1. I have not install any VS edition. How can I overcome this problem? I have windows 7 professional 64.
Thanks

Perhaps is it because Express comes in different editions. Not all them include the management tools.
Check the download page and choose the right version. The one you need is
SQL Server 2008 Express with Tools
If you are sure you have the right download, perhaps you have installed earlier management tools and sql server considers that a kind of light VS? If you go to your installed programmes, do you see there any kind of SQL Server management tools (earlier version?) or VS?

Related

Can I install SQL Server 2014 Express and Visual Studio 2013 Web on Windows Server 2008 R2 sp2?

I would like to know if it's possible to install both SQL Server 2014 Express and Visual Studio 2013 Web on a Windows Server 2008 R2 SP2 machine, and if so, what are the requirements, like what version of the .NET framework should I install given the possibility.
I hope someone can clarify this, thanks.
Regarding SQL Server Express 2014:
Yes you can install it on Server 2008 R2 SP2. The requirements can be found on MSDN
Regarding Visual Studio 2013 Web:
Yes this is also possible. The requirements can be seen at Visual Studio Express
Installing this is possible, just like the other post says. I have these version installed on a machine however and they dont seem to "play nice". VS 13 express web has some issues recognizing the database in this set up. Might/should be a temporary bug and might already be fixed in the latest SQL server 2014, just thought I would share.

how to instal MS SQL Server 2008 management studio in windows 8?

I am using 64bit Windows 8 rtm.
Where can I get Sql server 2008 mgmt. studio for it?I tried installing sql server 2008 express sp1 and SQL Server 2008 R2 Express SP1, but it wont install.(ref: http://blogs.msdn.com/b/sqlexpress/archive/2012/03/02/sql-server-express-and-windows-8.aspx)
Can you provide me a link from where I can download a working setup and give step by step installation instructions?
Well for a start the OS requires the appropriate version of MS SQL to be installed. You may have difficulty in installing just the management studio because express is primarily designed to run on a stand alone machine. There is some configueration work to do to get ports open and protocols enabled. I suggest you install SQL 2008 R2 express with tools: http://www.microsoft.com/en-gb/download/details.aspx?id=26729
You want the WT (with tools versions)
however you may want to install sql 2012 express as this will connect to all earlier versions of MS SQL

Install SQL Server 2005 Standard on a computer with SQL Express

Folks,
Visual Studio installed SQL Server Express on my computer, which to date has satisfied my needs. I now need to do remote database support so need the full version of management studio. I tried to install the standard version but it is blocked, apparently because Express has newer versions of the files. Can I do this? Will they play well together?
Thanks
Doug
You cannot run SQL Server 2005 Express on the same machine as SQL Server Management Studio 2005. However, you can run SQL Server 2008 Express.
I uninstalled 2005 and installed 2008 on my machine to work around that problem.
See this blog post for more info.
You could probably also set up a slipstream for 2k5 install with the latest service packs and install it that way.
Your solution is pretty simple. Uninstall Express & install SQL Server 2005. Why would you need both running side by side when you have the full version besides there's less headache when you have only one instance of it.

Visual Studio 2008 and SQL Server 2005

I installed VS 2008 and then installed SQL server 2005 and choose desktop tools but Management Studio does not show up. Any ideas?
Are you talking about the SQL Management Studio? I just downloaded it and installed it rather than wasting my time with the installer on the VS disc. It's available somewhere on MS's site.
You need to install SQL then visual studio; until V2008 SP1 that was the case for SQL 2008 as well. You might be able to add the tools using add remove programs; if that doesnt work remove VS2008; install management tools; install VS2008 again.

Installing sql server express: VS2008 sp1 problem

I am trying to install SQL server express 2008 on my machine. I get an error message that says that older version of VS 2008 in installed on the computer. Upgrade to VS2008 SP1 before installing Sql server 2008.
I tried to install sp1 but I get an error message that a compatible version of vs2008 is not detected on the system. the upgrade is not compatible with express editions.
I am having trouble installing sql server 2008 express installed on my machine and I am having problems. Please help me.
I had the same problem that ironsavior describes. I had VS 2008 SP1 and no other VS installed (i.e. no Express edition of anything.)
Here's how I solved it, basically a registry incentive.
I went to the the registry key HKLM\SOFTWARE\Wow6432Node\Microsoft\DevDiv\VS\Servicing\9.0\IDE\1033 and changed the following values (they used to be 0, 0, and "RTM" respectively)
SP = dword:00000001
SPIndex = dword:00000001
SPName = "SP1"
You don't even need to quit the installer to do this. Just rerun the checks after the registry tweak and it should pass. At least worked for me.
You need to have the full version of Visual Studio 2008 installed in order to upgrade to Service Pack 1. You should have a look on the MS site for an SP1 specific to the Express editions of Visual Studio.
In fact I'm not certain but try redownloading Visual Studio express and it should have SP1 already integrated. Here's a link.
Best of luck!
It isn't compulsory to install the full version of Visual Studio 2008 to upgrade to Service Pack 1. You can install any of the express editions with sp1, ideally Visual C++ and C#. If you already have them installed on your PC, re-install and remove any old versions of SQL Server Express(2000 or 2005 in Add/Remove Programs). Finally, install SQL Server 2008 Express; this should solve the problem.
Best of luck!
The SQL Express SP1 updater doesnt work on SQL Express, believe it or not. If you patch SQL Express using the "full version of sql 2008 sp1", that will work. I found this to be the case in June of 2009.

Resources