Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
simondeutsch
Aged Yak Warrior
547 Posts |
Posted - 2002-08-25 : 21:59:24
|
Sorry, real newbie regarding MSDE: How does it network? From the docs, it seems it is embedded into the actual application on a machine, so will installing the application again on another machine install another MSDE? How will the data be synched, replication?Sarah Berger MCSD |
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2002-08-26 : 04:27:48
|
msde is the sql server database engine.You can install it on one client then just install the application on another (with just the client connection layer) and connect to the first database.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
|
|
|
|
|