We developed a C# app that uses Express as it's DB. I figured it would be pretty easy to install our database files...then I started considering all scenarios.
I need to be able to restore our database to a named instance if one already exists or the default instance if we install it.
What is the best way to install our database files? Is there anyway to piggyback a database restore onto a SQL installation?
Thanks.