Click here to Skip to main content
15,919,028 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have vs 2005 and sql server 2008 full version installed, it is working fine for me

but i need to install sql 2008 Express to support my standalong system.


1.can i install sql 2008 Express in same lap top and is it compatible with VS 2005?
2. any conflict between sql 2008 Express and sql 2008

please guid me
Posted

If you mean "to support my standalone system" then I wouldn't use Sql Server Express - I would use SQLCE or SQLite instead - they are designed for single user access, which SQL server Express is not. As a result they are much easier to install (SQLCE need no installation beyond that to run your .NET application) and a whole lot easier to manage. In addition, they do not use anywhere near the resources SQL server does.
 
Share this answer
 
what OriginalGriff is right
but even then you want to install sql 2008 express
1. you can install just you will have to create a separate instance
2. if there are 2 separate instance there will not be in conflict
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900