all groups > sql server msde > may 2005 >
You're in the

sql server msde

group:

MSDE sharing on peer-to-peer network


Re: MSDE sharing on peer-to-peer network Lars Broberg
5/4/2005 12:00:00 AM
sql server msde:
Terry,

The answer is yes, giving that MSDE (SQL Server) is running on
workstation 1 (it is a program, not just a database "file") and that the
user on Workstation 2 has the necessary "rights" to access the database.

Lars Broberg
Elbe-Data AB
http://www.elbe-data.se
Remove "nothing." when replying to private e-mail!


[quoted text, click to view]
MSDE sharing on peer-to-peer network Terry
5/4/2005 12:58:06 AM
We have a Front End/Back End database. The Back End is stored in a shared
folder on a per-to-peer network.
1. Can we use MSDE to back-end the database and have up to five users access
it from each of their workstations if we change the front-end to an Access
project using ADO?
2. If this can be done how will the performance compare? There are up to 40
tables containing up to 150MB of data.

Thanks
Re: MSDE sharing on peer-to-peer network Terry
5/4/2005 7:04:11 AM
Hello Andrea
Thanks for the information.
I think I worded the question badly in terms of sharing - I understand where
you are coming from (I think). Can a user on, say Workstation 2 access the
data in an MSDE database on Workstation 1?
Terry
=================================
[quoted text, click to view]
Re: MSDE sharing on peer-to-peer network Andrea Montanari
5/4/2005 10:40:02 AM
hi Terry,
[quoted text, click to view]

you should not store SQL Server/MSDE databases in a network share, nor
should they be on a remote one..
users only needs to access MSDE, and thus data throught it's service and do
not need physical access to the database os files, both for security reasons
and technical perspective...
regarding Access/ADO, you actually do not need this path as you could go
with other model (c#/ADO.Net or whatever), but it's ok..

[quoted text, click to view]

it dependes on your code quality and logic... avoid SELECT * FROM
myMillionTable and follow standard code quality and best practice for
database applications :)
you have to test your scenario...
--
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtm http://italy.mvps.org
DbaMgr2k ver 0.11.1 - DbaMgr ver 0.57.0
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
--------- remove DMO to reply

AddThis Social Bookmark Button