First I am not a SQL person. Done some things with it over the years.
I have a SQL Express 2014 database on Server 2008R2 that I need to move to a new Server 2019 with SQL Express 2019.
I have 2 users that connect to the SQL database from their computers.
This is a domain environment if that matters.
Right now it looks like they logon with windows authentication.
They have 4 queries? or something they run against the database now. I don't know if those are on their workstations or if part of the database.
Basically I need a How To to copy the database to the new server.
If you say something like just detach and copy it over, I need a Step by Step on what you are talking about.
If their is a good article out their written for something like this that would be great. A Microsoft article explaining how to do it as well.
I haven't found either of...