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 |
shifis
Posting Yak Master
157 Posts |
Posted - 2005-05-11 : 18:13:24
|
I have SQL Server 2000, and I want to know if when you install it, automatically it install MSDE.I don't know how to install it, I download a file from the MSDE page, and run this line from the Start+ RunC:\SQLServer\Downloads\MSDE2000A.exeC:\MSDERelA\setup.exe sapwd="none"The second one sent me this error:The instance name specified is invalidand here the installation ends, ones I download another file and it said that I already have a MSDE installation, so I am really confuse, I am not good with installations, but I really need to mak this work.Thanks for your time |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2005-05-11 : 18:27:43
|
If you have SQL Server 2000 already, then why do you need to install MSDE as well?Have you looked at the developer edition for SQL Server 2000? It's only 49 bucks and is much better than MSDE.Tara |
|
|
shifis
Posting Yak Master
157 Posts |
Posted - 2005-05-11 : 18:41:17
|
We have to development a new proyect that will work has a point of sale, we are going to have a register cashers that work with MSDE and a central server with SQL Server 2000, that will be connected to another central server that will be the one that update each store.So the idea is to make the program to work locally to be faster, so here in the main office we change the prices ( for example), then we replicate to each store, and each store replicate to each register casher.That is why I need to uses MSDE.And in case that the main store server fail, the operation never ends.(I hope you undestand my English) |
|
|
|
|
|
|
|