Hello,
Its my very first experience with SQL and on the forum so kindly treat me as a novice. I had been maintaining a database on Access 2013 for a very long time but now that the data is giganitc (for me at least) and I am afraid for not losing the same and because of slow processing of queries I had the SQL Server 2014 (Microsoft SQL Server Management Studio 12.0.2000.8) installed.
I myself am a user of a domain, but the Microsoft SQL Server Management Studio is installed on my local computer.
The SQL Connects to the Server Name: [.\SQLExpress]
Windows Authentication mode is being used by me.
With a research upon ODBC Concepts carried out on the net, I was successful in having a new front-end Access application be made, and links to tables in theSQL Database named for example MyAdventures established in read-write mode.
Now, I want to have a similar Split-Type Database Front-ends be made on Access and be distributed to only a few users on the same domain using Access (versions 2007 or later), with only a read-only access, by having them also be identified on Windows Authentication or LogIn.
If possible. How to do so?
Please see if you can provide a step-wise procedure.
Thanks.