Does SQL Server 2005 Express have a problem with installing on single user systems?
|
closed as not constructive by RolandoMySQLDBA, Derek Downey, Leigh Riffel, Marian, Martin Smith Oct 13 '12 at 8:36
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Sql Server 2005 will install just fine on a single user system. A better question is why you would want to. Most of the time when I've seen people want to do this, they're using it as a simple data store for a desktop application they are building. If that's what you're doing, you should probably choose an in-process database like Sqlite, Sql Server Compact Edition, or even MS Access instead. Of course there are exceptions, but really if this is part of an app that must coexist with other apps on a machine that will serve as some user's primary desktop, you should really avoid trying to push a whole server at them. |
|||
|
|
|
If you are facing some sort of problem then look at the There are few links that will go through the detailed step by step approach of SQL Server install. Check these: If you still facing problem in installation then specify the exact error that you are facing.. Hope this help.. |
|||
|
|