Click here to Skip to main content
15,903,175 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

Recently I thought of Upgrading my Visual Studio 2005 to 2008. I have uninstalled
every thing SQL Server as well as Visual Studio and tried to Install VS 2008. I was able to Install it successfully but I cannot see Microsoft SQL Server 2005. I can see other options like MS SQL Configuration, etc., but not the Microsoft SQL Server 2005 under start menu.

Can you please post your comments/suggesstions on how to install Microsoft SQL Server 2005 with VS 2008.

Thanks
Yashwanth.
Posted

You say, you uninstalled everything including SQL server. Later just installed VS2008 and you still seek for SQL server 2005?

SQL Server 2005 has a separate installer and it will not be installed along with Visual studio. if you want it then install it again.


UPDATE:

Post install of VS2008, after you install SQL, if management studio is missing, follow the steps:
1. Find Microsoft Sql Server 2005 in the Add/Remove Programs (Control Panel)
2. Choose "Change Installed Components"
3. Right-Click on "Client Components" and select "Not Available"
4. Click Next, Next, and then "Install/Finish" - This will remove the client components that were installed with Sql Express 2005 and Visual Studio 2005/2008
5. Now, run Sql Server 2005 Setup
6. Click Next, Next... Then click the checkbox "Workstation Components, ...." and then click Next again, and eventualy Install.
7. If you look under your START MENU > PROGRAMS > MICROSOFT SQL SERVER 2005 folder, you should now see that the Enterprise Manager for Sql Server 2005 is now installed.

Reference: Installing Sql Server 2005 AFTER Visual Studio 2005 / 2008[^]
 
Share this answer
 
v2
Comments
YashwanthBathini 10-Jul-12 2:20am    
Ya I did that but still I cant find SQL Server Management Studio.
Sandeep Mewara 10-Jul-12 2:35am    
This should help, try:
http://www.jwc3.net/2008/05/installing-sql-server-2005-after-visual.html
Sandeep Mewara 10-Jul-12 2:40am    
Updated my answer...
YashwanthBathini 10-Jul-12 5:17am    
Sorry I completely removed both SQL and VS and installed SQL Server first. In this case,Is the configuration I should make differs?
Sandeep Mewara 10-Jul-12 5:46am    
I am not sure. Since you have already done that, you should be able to see it by yourself. Follow the steps if needed.
first you install sql Server 2005 then visual studio 2008
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900