We have a C#.net WPF application that uses a SQL Server back end. We will install SQL Express if needed as part of our installation process. What would be the best way to install our database? Backup/Restore?
Would it be best to assume a default instance of SQL Server - if InstallShield Express finds no SQL Server it will require installation. I assume that would be a default instance.