Welcome to AspAdvice Sign in | Join | Help

Orcs Goblins and .NET

I enjoy reading and writing. I hope you enjoy at least the former. I have moved my blog to Brendan.Enrick.com.

Syndication

Tags

News

Locations of visitors to this page

Navigation

Archives

Advice Sites

Articles

Blogs

Music

SQL Server Client Tools Installation

A while back I blogged about how to install sql server management studio, and it got a reasonable amount of feedback. More recently, Steve Smith posted a response to it where he highlights a better way of installing Management Studio. The method I outlined doesn't seem to work in every instance, so in his response Steve supplied a method which works more often.

The Solution: Run the SqlRun_Tools.msi file found in this folder.

{drive}\ENGLISH\SQL2005\DEVELOPER\SQL Server x86\Tools\Setup\SqlRun_Tools.msi

{drive}\ENGLISH\SQL2005\DEVELOPER\SQL Server x64\Tools\Setup\SqlRun_Tools.msi

Choose the top one for 32-bit systems and the bottom on for 64.

Lots of people keep UAC disabled on Windows, so they'll miss out on nice annoyances like the fact that this method requires you run the msi file as a local administrator. So as I am apt to do, I tried right clicking on it to choose the "Run As Administrator" context menu item. To my surprise it is not there! Below I've supplied the workaround I use in Vista for running as administrator when the context menu item is not present.

One of many ways around running a program as administrator when the context menu item is not present.

  1. In the start menu type "cmd".
  2. When the dos prompt icon is the only remaining icon right click on it and run as administrator.
  3. Copy the file location of the file you wish to run.
  4. Paste the location into the command prompt window.
  5. Click enter.
  6. Watch the program begin with administrator privileges.
  7. Celebrate and enjoy!
Update (9/9/2008): If the software claims that you have nothing to install when you run the SqlRun_Tools.msi then it means that installation has been borked. You will want to try running the Microsoft Installation Cleanup Utility. It will remove the client tools that SqlServer thinks are there, and it will then let you install them.

Sponsor

Published Monday, March 24, 2008 5:33 PM by Brendan

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# Change SQL Server Instance for Visual Studio Database Project @ Wednesday, April 02, 2008 4:39 PM

While installing SQL Server 2005 recently I ran into some difficulty . I use database projects from Visual

Orcs Goblins and .NET

# re: SQL Server Client Tools Installation @ Friday, August 01, 2008 2:40 PM

I dont knowk what version are do you have but in mine in the {drive}\ENGLISH\SQL2005\DEVELOPER\SQL Server x86\Tools\Setup\SqlRun_Tools.msi the SqlRun_Tools.msi file is not there I found a link that might be helpful(for the ones that uses x86) http://support.citrix.com/article/CTX115270

A.G.

# re: SQL Server Client Tools Installation @ Tuesday, September 09, 2008 12:05 PM

Awesome, your update on 9/9/2008 solved my problem. Thanks!

Craig

# Old Blog Favorites @ Wednesday, December 17, 2008 10:56 AM

I am somewhat partial to a few of the posts from my previous blog. For some of these posts, I just like the post, some the content about which the post was written, and some were just popular posts. Installing SQL Server Management Studio with SQL Server:

Brendan Enrick's Blog

# re: SQL Server Client Tools Installation @ Friday, December 26, 2008 5:43 PM

Microsoft Installation Cleanup Utility -> removing sql express / express tools is the key here, thanks

Adam

# Change SQL Server Instance for Visual Studio Database Project @ Wednesday, May 06, 2009 2:19 PM

While installing SQL Server 2005 recently I ran into some difficulty . I use database projects from Visual Studio 2005 Team Edition for Database Professionals. I use Visual Studio 2008 with them now, and I recently made a mistake while using one of these

Brendan Enrick's Blog

# Change SQL Server Instance for Visual Studio Database Project @ Monday, July 26, 2010 3:32 PM

Change SQL Server Instance for Visual Studio Database Project

Brendan Enrick

# Change SQL Server Instance for Visual Studio Database Project @ Friday, July 30, 2010 8:24 AM

Change SQL Server Instance for Visual Studio Database Project

Brendan Enrick

Leave a Comment

(required) 
required 
(required) 
Enter the code you see below