Click here to Skip to main content
15,899,475 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello friends,
i have been developing an application which uses MS-SQL Server as backend/database. but want that application to run without having SQL server installed.

is there any way i can do it...???

some days before i came across one professional application which uses MS-SQL as backend and when installed it ran perfectly without having MS-SQL installed. i checked it for add/remove programs for if/any SQL-server small utility is installed or not to run the application. but there was nothing....

so i think it is possible....i googled for it but not found any topic regarding it.


thanks in advance......
Posted
Updated 13-Oct-11 4:04am
v3
Comments
Jαved 13-Oct-11 10:05am    
Still not solved do anyone can solve my problem?

1 solution

You can connect to another machine and use the SQL server on that machine.

You can use embedded SQL engines like sqlite or Sqlce also.
 
Share this answer
 
Comments
Jαved 13-Oct-11 9:30am    
Thanks Mehdi Gholam but i want the db to run from the same machine.

do i have to install them to run SQL database?
Mehdi Gholam 13-Oct-11 9:34am    
Microsoft SQL server must be installed to work. You can use sqlite or Sqlce which are different things and don't require installation.
Jαved 13-Oct-11 9:38am    
Thanks Mehdi Gholam can u please tell me briefly about it.
Thanks
Mehdi Gholam 13-Oct-11 10:45am    
Search for sqlite or sqlce and there is a lot of resources.

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