Hi guys.
I have an application that uses an instance of SQL Server Express (database) upon installation, but it is created locally where the application is installed.
The requirements for the application have changed and the application now needs to connect to a remote server that's hosting the SQL Server 2014 Standard Edition.
On the current application, we are using a separate file where the database connection string and parameters are located.
My question is this: What are the important things that I should consider when switching to from local database to a remote server database (i.e. on the connection string, security, detach attach database)?
Any help would truly be appreciated. Thanks!