SQL Server 2005 on laptop. Not sure if I can delete

1

I have SQL Server 2005 on this laptop. I probably got installed along with Visual Studio.

The thing is, I don't use it and it's constantly running. Process Explorer reports that it has a virtual Size of 1.5 GB.

I want to uninstall this, but I'm not sure if there are any other processes dependent on this.

KdgDev

Posted 2009-10-27T21:47:54.427

Reputation: 4 708

Answers

1

If you are not using any SQL Server database functionality in any of your projects/ installed products, it should be fine.

In case something complains, and you have to keep it, but you want a smaller footprint, you can try the SQL Server 2005/2008 Express. That is what I use on all my development machines, and it is a complete substitute for SQL Sever pro.

Mostlyharmless

Posted 2009-10-27T21:47:54.427

Reputation: 612

1

Unless you have any database applications running then it's probably safe to uninstall it. From your question I'm assuming that you haven't set up anything.

If you find something that requires a database server you could install Microsoft SQL Server 2005 Express Edition which should take up less resources.

ChrisF

Posted 2009-10-27T21:47:54.427

Reputation: 39 650

1

Personally, I set all the SQL services to disabled when I am not using them.

If you use it occasionally, you may want to do the same. If however, you never use it, it will be safe for you to uninstall it.

William Hilsum

Posted 2009-10-27T21:47:54.427

Reputation: 111 572

0

You could start by turning off the SQL Server services, that should kill most of the memory footprint.

Lance Roberts

Posted 2009-10-27T21:47:54.427

Reputation: 7 895

Indeed, running only the SQLExpress only when you need it can hugely help keep memory footprint low. – Tamara Wijsman – 2012-07-10T20:56:18.113