Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Express Edition and Compact Edition (2005)
 Deploying applciation built on SQL Server Express

Author  Topic 

harshnahata
Starting Member

3 Posts

Posted - 2005-11-03 : 08:35:37
hi all,

Can any one clarify me the doubt in deploying the application build with SQL Server Express 2005 as database and Vb.Net 2005 as frontend with the same setup made for delopying application. will the server installation and database creation can be made automatic.

If this is possible then what are the steps in doing so and the files to be included while enbeding with vb.net setup.

thanks

harsh

ward0093
Starting Member

15 Posts

Posted - 2006-02-14 : 09:26:19
I just started this process... Using ClickOnce Deloyment you can make SQL Server Express a prereq but not sure how to automate the rest of the process...

If you have anything on this let me know...

ward0093
Go to Top of Page

mikewa
Microsoft SQL Server Product Team

84 Posts

Posted - 2006-02-14 : 12:19:44
Check out the article on embedding SQL Express in your application at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsse/html/emsqlexcustapp.asp?frame=true.

Regards,
Mike Wachal
SQL Express

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Go to Top of Page
   

- Advertisement -