Click here to Skip to main content
15,895,829 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i create a database with sql server enterprise edition. now i think when we want execute software in other systems must install 3.5 GB sql server enterprise in those systems. which is bad because cant create Independent setup for this software and this size is large

really is true? and it is how can convert this database to express? at the end what can i do?

thanks.
Posted
Comments
Raje_ 13-Jul-12 6:18am    
As far as i understood your question you want to run your software on a computer which has not installed SQL Server. If you want to do this then attach a software called SQL Native Client to your software while creating set up. it is very light weight software.

1 solution

The only limit to SQL Express is the size of database you can have (4gb for 2005-8, 10gb for 2010 last time I checked), the database files are interchangeable with backup and restore so you don't need to do anything.

It is bad practice to install a database server for everyone with-in the same network, try installing 1 instance and connecting to that instance from other machines (change your connection string at runtime etc.).
 
Share this answer
 
Comments
Prasad_Kulkarni 13-Jul-12 7:06am    
Exactly +5!
Mehdi Gholam 13-Jul-12 7:08am    
Thanks Prasad!

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