Installing SQL Management Studio
I have installed SQL Server with Microsoft Visual Studio and now I need to use SQL Server Management Studio and there is no such application in the Start menu. It just has Import and Export Data and SQL Server Configuration Manager. What do I do next?
when i tried to install the sql server 2008 from the given link by MrKow it gives the following error
TITLE: SQL Server Setup failure.
SQL Server Setup has encountered the following error:
Invoke or Begi开发者_如何学编程nInvoke cannot be called on a control until the window handle has been created..
BUTTONS:
OK
so now help what to do next ??
It is a different download and not part of Visual Studio.
It is part of SQL Server and can be found on the install media (CD/DVD) - you can also download the express edition for free, SSMS 2005 here and SSMS 2008 here.
By default, the SQL Server installation does not install the client tools, including SQL Server Management Studio. You can relaunch the SQL Server installation and add the client tools.
You can download the Express edition of SSMS here.
Put the SQL Server CD Rom in the drive and follow the step. When you see the screen : "Feature selection" under "Shared Features" choose "Management Tools - Basic" and "Management Tools - Complete"
Leave the rest unchecked as you already installed the database.
精彩评论