This is probably a very simple noobie question, but I can't find the answer yet.
If I install SQL Express and create a database, I understand it to be that one or more files are created to store all the tables, views, sps, etc.
My question is:
If I place that file(s) on a shared network drive that is on a file server and someone else also has SQL Express installed, can they "link" to the database file to query and work with the tables, views, etc?
I understand if the server itself hosts SQL Express, this can be done, but I want to mimic Access style databases (where access .mdb is stored on server and a client .mdb is on a client machine linked to the tables, queries, etc on the file server). For this particular project, I cannot use a hosted instance of SQL express but the project needs to be multi-user database driven.
Thanks for your help!
Joel
If I install SQL Express and create a database, I understand it to be that one or more files are created to store all the tables, views, sps, etc.
My question is:
If I place that file(s) on a shared network drive that is on a file server and someone else also has SQL Express installed, can they "link" to the database file to query and work with the tables, views, etc?
I understand if the server itself hosts SQL Express, this can be done, but I want to mimic Access style databases (where access .mdb is stored on server and a client .mdb is on a client machine linked to the tables, queries, etc on the file server). For this particular project, I cannot use a hosted instance of SQL express but the project needs to be multi-user database driven.
Thanks for your help!
Joel