I used to use SQL Server 2005 Express and recently upgraded to 2008. SQL Management Studio 2005 won’t connect to 2008 – it gives an error, so I went looking for management studio express 2008, which I couldn’t find anywhere. I then tried downloading SQL Server 2008 Express to dig it out from there, which does work, but requires several pre-requisites. You might want to bear this in mind (and I might have missed something – let me know if I have)…
- Make sure you have .NET Framework 3.5SP1 installed
- Make sure you have Windows Installer 4.5 installed
- Make sure you have Windows Powershell installed
- Uninstall management studio 2005 if you have it installed
- Reboot (might not be necessary, but probably sensible)
- Download and run SQL Server 2008 Express With Tools
- Installation > New SQL Server stand-alone installation or add features to an existing installation
- follow through until you get to the features list
- Select Management Tools – Basic
- You’ll probably have to reboot again
That should be it. You should be able to download everything that you need freely from Microsoft’s site (I usually find it easiest googling it – Microsoft’s search engine seems a bit rubbish).
No related posts.
Tags: SMSS, SQL, SQL Management Studio











