PDA

Click to See Complete Forum and Search --> : how to create a database through installation to another computer


ggantoni
Sep 9th, 2010, 07:12 PM
Hello there,
I am working on a project (visual studio 2010) which is using a database made in sql server 2008. i am planning to make the installation pack with installshield. My question is what do i have to do so the database will be created on the other machine so the application will be able to run properly.

Thanks in advance

dilettante
Sep 10th, 2010, 02:43 PM
Embedding SQL Server Express into Custom Applications (http://msdn.microsoft.com/en-us/library/bb264562(SQL.90).aspx#emsqlexcustapp_topic3) might be one place to begin.