Can SQL Server Express be used to effectively administrate a SQL Server Standard/Enterprise installation?

StackOverflow https://stackoverflow.com/questions/316340

  •  11-07-2019
  •  | 
  •  

Question

We have a number of MS SQL Server 2005 installations (both Standard and Enterprise editions) on our webservers. From time to time I need to administrate them from home. Right now I'm using Remote Desktop to connect to my work machine, but I'd prefer to install SQL Server Management Studio on my home machine so that I can work more efficiently. I don't have a spare license, so I was wondering... if I installed MS SQL Server 2005 Express on my home machine, could I use it to effectively administrate the higher-end installations on our servers?

Was it helpful?

Solution

See this question:
What's the difference between SQL Server Management Studio and the Express edition?

Also, if you have any trouble doing anything from Managment Studio Express, there are third-party tools out there that have no trouble connecting to SQL Server.

Personally, I've noticed a few things missing out of the box:

  • Import/Export
  • Activity Monitor
  • Job monitor

However, the question I linked to indicated you may be able to restore most of that for use when you connect to a full sql server edition.

OTHER TIPS

If you do a client tools only install of the standard edition (ie. just SSMS) and don't install the database, agent, etc. then I'm pretty sure you don't need another license and won't be violating the EULA. If you want a full install the SQL Server developer edition is only $49 and comes with everything.

http://www.microsoft.com/sqlserver/2005/en/us/developer.aspx

I'm not sure if you can create backup schedules and maintenance plans in Management Studio Express.

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