exterminator
May 24th, 2009, 04:30 AM
Just wondering, I have an application developed in .NET (Framework 3.5 SP1, Visual C# 2008) and has SQL Server 2005 as it's backend. Is it possible to have the db embedded into the application so that I can make a bundle of the application exe with the DB file and patch into a installer? Or is it that the client machine will need to have SQL Server installed?
What about SQL Server Express? Can SQL Server express be embedded? Do I need to download and install the express edition and move my backend to it to achieve what I want? Is it possible to skip download/install of express edition and have some kind of export from SQL Server 2005 full blown edition to make it compatible to SQL Server express edition?
I want the client machine to not need to download install the DB. Just would want them to have my package with my exe and db files (MDF/LDF?) and start working with it by just unzipping the package. Any hints around this would be very helpful. I am exploring the SQL Server documentation/articles but posting here to see if someone already knows and I can save some time.
Thanks very much in advance.
What about SQL Server Express? Can SQL Server express be embedded? Do I need to download and install the express edition and move my backend to it to achieve what I want? Is it possible to skip download/install of express edition and have some kind of export from SQL Server 2005 full blown edition to make it compatible to SQL Server express edition?
I want the client machine to not need to download install the DB. Just would want them to have my package with my exe and db files (MDF/LDF?) and start working with it by just unzipping the package. Any hints around this would be very helpful. I am exploring the SQL Server documentation/articles but posting here to see if someone already knows and I can save some time.
Thanks very much in advance.