Re: Quick Question on SQL Server 2005 Express
- From: "Andrew J. Kelly" <sqlmvpnooospam@xxxxxxxxxxxx>
- Date: Tue, 1 Jul 2008 09:54:23 -0400
That is correct. None of the versions of SQL Server support the database files residing on a networked share. But you don't attach the db from the server to a client anyway. The client should not be the sqls server service itself, it should be an application suing the client / server approach. The client talks to the server and hence the db thru the SQL Server service on the server and thus the client has no need to access the files directly.
--
Andrew J. Kelly SQL MVP
Solid Quality Mentors
"David Clifford" <someone@microso> wrote in message news:%23xkWz432IHA.4988@xxxxxxxxxxxxxxxxxxxxxxx
Hello All
A quick question. We are moving an Access database over to SQL Server 2005. No problems. The SQL Server database will be located on it's own server. To test the system, I installed SQL Server 2005 Express onto the server, got the database attached etc. No problems. I installed the same Express version onto a client computer so that the operator could use the database from his workstation, tried to attach the database, but the network drive was not listed in the file dropdown box..only the local C: and D: drives. My gut says that Express won't look at network drives, anyone care to comment?
Thank you
David.
.
- Follow-Ups:
- Re: Quick Question on SQL Server 2005 Express
- From: David Clifford
- Re: Quick Question on SQL Server 2005 Express
- References:
- Quick Question on SQL Server 2005 Express
- From: David Clifford
- Quick Question on SQL Server 2005 Express
- Prev by Date: Quick Question on SQL Server 2005 Express
- Next by Date: Re: Quick Question on SQL Server 2005 Express
- Previous by thread: Quick Question on SQL Server 2005 Express
- Next by thread: Re: Quick Question on SQL Server 2005 Express
- Index(es):
Relevant Pages
|