[quoted text, click to view] "Sublant" <Sublant@discussions.microsoft.com> wrote in message
news:49B0A96A-7C90-465D-A45C-30E10E2CC139@microsoft.com...
> No, I have not installed MSDE. I have downloaded it now. Is there any
> special place I should install it?
>
> I really do appreciate your help.
>
> "Peter van der Goes" wrote:
>
Here's an excerpt from my "standard" instructions:
3. Execute the file: SQL2KDeskSP3.exe. This step will extract the contents
of the file to a designated folder. Make a note of the destination folder.
You'll need it later. This step does not install MSDE (although the dialogs
seem to hint that it does)!
4. Navigate to the folder you created in Step 2. In that folder, you will
find a subfolder named MSDE. In MSDE, you will find SETUP.EXE. Executing
SETUP.EXE will install MSDE.
5. To execute SETUP.EXE correctly, you must supply an instance name and a
system administrator password as part of the command: i.e. the command must
be:
SETUP.EXE INSTANCENAME="NetSDK" SAPWD="yourSAPassword"
where yourSAPassword is your actual system administrator password. This
password is needed only to install MDSE, not to use it. Access to MSDE is
controlled by normal "NT Security" which should allow users access based on
network logon and password. It is very important the the INSTANCENAME
parameter be NetSDK, as this name will enable you to generate the sample
databases automatically instead of having to run SQL scripts from the
command line.
6. Once installation is complete, you must reboot the PC before you will see
MSDE. After the reboot, you should see the MSDE icon in SysTray.
7. You now must execute the file: ConfigSamples.exe to configure sample
applications and MSDE system databases. This step will also create user
databases in the following location: C:\Program Files\Microsoft SQL
Server\MSSQL\Data.
Don't mind the step numbers. My early steps are for my students only and
won't affect your outcome.
If you cannot locate the file ConfigSamples.exe as a download, feel free to
email me at:
pvan AT rose DOT edu, and I'll be glad to send it to you. It contains the
SQL scripts to create your sample databases.
--
Peter [MVP Visual Developer]
Jack of all trades, master of none.