Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
groston
Yak Posting Veteran
61 Posts |
Posted - 2006-02-21 : 15:14:48
|
I have a license for VS.NET 2005 Developer edition, which comes with SQL Server 2005 Developer edition. Because my current development machine is too anemic to run SQL Server 2005, I am only running Express.Question: Is it possible to install the 'real' management studio on top of Express? When insatlling SQL, one can select the items to install, so it seems that it should be possible.Thanks. |
|
cshah1
Constraint Violating Yak Guru
347 Posts |
Posted - 2006-02-21 : 16:42:24
|
I *think* that is not possible.. |
|
|
mikewa
Microsoft SQL Server Product Team
84 Posts |
Posted - 2006-02-21 : 16:55:34
|
The full version of Management Studio will work against SQL Express without any problems. You may find some features in SSMS are not available when working against Express since those features are not included with Express. As long as you stay within the scope of the licensing agreement for SQL Developer Edition, there is no reason you can't connect to SQL Express from SSMS.Note: This isn't really "on top of" as SSMS is a completely independent program. It won't affect the SQL Express installation in any way, it will just install and work.Regards,Mike WachalSQL ExpressThis posting is provided "AS IS" with no warranties, and confers no rights.Use of included script samples are subject to the terms specified athttp://www.microsoft.com/info/cpyright.htm |
|
|
|
|
|