| | |
Setup and Run MSDE.
Please support our MS SQL advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jan 2005
Posts: 33
Reputation:
Solved Threads: 0
Intro
Here is how to set up Microsofts MSDE for personal development.
Getting started
Download the MSDE from:
http://www.microsoft.com/sql/downloads/2000/sp3.asp
Select 'SQL2kdesksp3.exe' and save it to your computer.
Double-click on the SQL2kdesksp3.exe you downloaded.
Once you have run the self extracting exe (SQL2kdesksp3.exe), go to a command prompt.
Start > Run > cmd
Navigate to the directory you expanded the self extracting exe to and change to the MSDE subdirectory.
The default is C:\sql2ksp3
Type Setup SAPWD=(Some password) SecurityMode=SQL
Example:
c:\sql2ksp3> Setup SAPWD=password SecurityMode=SQL
After that gets done running, MSDE is installed.
Start services
To get the SQL Server running and the SQL Agent we need start the services.
right click My Computer > manage > services
Double click the following and set to Automatic.
MSSQLSERVER
SQLSERVERAGENT
Make sure both are on automatic.
Next get MSDE Manager free here: (Only free if used for personal use not corporate use.)
http://www.whitebearconsulting.com/Utilities.htm
Make the folder:
C:\Program Files\MSDE Manager
Extract files to that folder.
Open the folder and Oppsite click the mouse and drag to the desktop and select create shortcut here.
Restart your computer.
You should now have MSDE running and ready to go to start using. Use the MSDE Manager to do your basic SQL Server things.
Here is how to set up Microsofts MSDE for personal development.
Getting started
Download the MSDE from:
http://www.microsoft.com/sql/downloads/2000/sp3.asp
Select 'SQL2kdesksp3.exe' and save it to your computer.
Double-click on the SQL2kdesksp3.exe you downloaded.
Once you have run the self extracting exe (SQL2kdesksp3.exe), go to a command prompt.
Start > Run > cmd
Navigate to the directory you expanded the self extracting exe to and change to the MSDE subdirectory.
The default is C:\sql2ksp3
Type Setup SAPWD=(Some password) SecurityMode=SQL
Example:
c:\sql2ksp3> Setup SAPWD=password SecurityMode=SQL
After that gets done running, MSDE is installed.
Start services
To get the SQL Server running and the SQL Agent we need start the services.
right click My Computer > manage > services
Double click the following and set to Automatic.
MSSQLSERVER
SQLSERVERAGENT
Make sure both are on automatic.
Next get MSDE Manager free here: (Only free if used for personal use not corporate use.)
http://www.whitebearconsulting.com/Utilities.htm
Make the folder:
C:\Program Files\MSDE Manager
Extract files to that folder.
Open the folder and Oppsite click the mouse and drag to the desktop and select create shortcut here.
Restart your computer.
You should now have MSDE running and ready to go to start using. Use the MSDE Manager to do your basic SQL Server things.
Last edited by happygeek; Oct 28th, 2006 at 10:11 am. Reason: Formatting
•
•
Join Date: Oct 2006
Posts: 1
Reputation:
Solved Threads: 0
The white bear MSDE manager has great functionality for administering the SQL Server agent (jobs and scheduling) but is is definitely lacking when it comes to general database administration.
I would highly recommend dbaMgr2K. It's quite close in functionality to SQL Server's Enterprise Manager, but free for any use. The only place it truly has shortcomings is on job scheduling, where the white bear product excels.
In addition, a good general purpose query tool is beneficial. I can highly recomend Query Express. It can connect to Oracle and SQL Server databases (as well as others via ODBC.) It is also free of charge.
Finally, users may also wish to view Deploying MSDE (Microsoft.TechNet) Class
I would highly recommend dbaMgr2K. It's quite close in functionality to SQL Server's Enterprise Manager, but free for any use. The only place it truly has shortcomings is on job scheduling, where the white bear product excels.
In addition, a good general purpose query tool is beneficial. I can highly recomend Query Express. It can connect to Oracle and SQL Server databases (as well as others via ODBC.) It is also free of charge.
Finally, users may also wish to view Deploying MSDE (Microsoft.TechNet) Class
Last edited by loquin; Oct 11th, 2006 at 3:44 pm.
![]() |
Similar Threads
- my windows xp will not start up (Windows NT / 2000 / XP)
- Error during install of sql express 2005 as a pre-requisite in vb.net setup (VB.NET)
- Windows installaton message "Setup didn't find any hard disk drives installed..." (Storage)
- Can't get my new CPU (3200+ barton) to run at 400 FSB (Motherboards, CPUs and RAM)
- Is this network setup ok? (Networking Hardware Configuration)
- Administrator Code unknown on used pc (Windows NT / 2000 / XP)
- windows xp under safe mode help plz (Windows NT / 2000 / XP)
Other Threads in the MS SQL Forum
- Previous Thread: Question 9 is the only one correct, rest of them coming up syntax errors..help me
- Next Thread: Retrieve information
| Thread Tools | Search this Thread |





