SQL Server and MS Access database active on the same host computer -


is possible have both active on same computer , available users? i'm asking because have make c# application using sql server client has 1 available computer host sql server , machine has ms access database running on it.

thanks

access utilizes file-based database system, has no server components running, unlike sql server. can utilize both on same machine.


Comments

Popular posts from this blog

java - Static nested class instance -

Python Pandas join aggregated tables -

process - Python What is the difference between a Pool of worker processes and just running multiple Processes? -