Question

Basic Question -

I have installed SQL Server Express 2008 with integrated SP1. This is the database engine alone.

I realise now that I also need the express studio in order to perform a few tasks. I have installed it, however I know that it was the original installer from before SP1 was released.

I have tried it and it appears to work fine but should I install SP1 / could something unforeseen happen in the future?

Some background! -

I wrote out the question and just realised that people probably don't care, so I just summed it up above!

After reading many different sites and guides, the install order for Visual Studio 2008 really confused me.

I really wanted to install SQL Server Express 2008 with advanced services, however on my other machine I had so many problems with it not being detected with Visual Studio, I just wanted an easy life!

I found the download from Microsoft that had SQL Server Express 2008 with SP1 integrated, however it was only the basic engine without any addons. (At the end of the day, as much as I wouldn't mind reporting services, I doubt I will need to use it any time soon).

I installed this, and after applying the hotfix (for x64 sql) my Visual studio can detect and use it no problem.

Now, I want to use Management Studio Express to write a few SQL scripts. The installer is obviously the original one. It seems to work fine, but I cannot find out any information - do I need to install SP1 for it?

Was it helpful?

Solution

Just install it, if its found something it can update - it will, if not... it won't....

OTHER TIPS

Thanks to the wonder of Windows Installer (and I don't mean "I wonder why it's doing that?"--I mean like "This is wonderful!") it is unlikely that you have caused any big issues by running the older version afterwards.

So, yeah, you can probably just install the SQL 2008 Express Management Tools with no worries. If you want to be sure, afterwards just run the SP1 installer and it will make sure everything's up-to-date.

I always make sure to apply patches to client tools as well as server services. There is no reason to take the chance that your client tools have fallen behind in servicing.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top