I am looking for advice on how best to achieve the following:-
I am providing a solution to various companies which needs a SQL database hosted on each individual site that will be accessed via RDP connection, there are no client PC's joined to our domain nor is there a future requirement for this. The plan is to use AD authentication for the database access, due to licensing we need to be in control of the users added so don't want to use the sites existing AD or domain.
So the question is can we add our own server with its own domain name to the existing network without introducing problems to the existing domain / network, we don't need DHCP or DNS on our server and the plan would be that our server is configured with a static IP address provided by the site form their existing IP address range.
What would the best option be Server 2012 or SQL Server?
We have piloted the system using MS Azure platform with two DC's and the database setup on server 2012 using SQL Express, we tried just using local accounts on one server with SQL express but as these systems are going to various remote locations we didn't want to have to keep remoting into each end users PC every time we needed to add a new user.
I am only just starting to work with servers to this level so any advice would be welcome.
Thank you.
SQL server is a database product that runs on a Windows Server (the version is probably 2012R2)
You are not clear if you are worried about SQL licenses (expensive) or Windows Licenses (cheap). These are two independent sets of licenses.
Tell us:
How many sites?
How many domains?
How many SQL servers?
How many Windows users?
How many SQL only users?
Do the users already have Windows on their desktops? of are they using some other tools to access the SQL? Do you have an Enterpise agreement?
If you have multiple sites acecssin the same databse oyu could just put it in Azure and let them all access one database.