User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the MS SQL section within the Web Development category of DaniWeb, a massive community of 403,010 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,931 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our MS SQL advertiser: Programming Forums
Views: 11111 | Replies: 2
Join Date: Jan 2005
Posts: 33
Reputation: percent20 is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 0
percent20 percent20 is offline Offline
Light Poster

Setup and Run MSDE.

  #1  
Feb 28th, 2005
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.
Last edited by happygeek : Oct 28th, 2006 at 9:11 am. Reason: Formatting
AddThis Social Bookmark Button
Reply With Quote  

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb MS SQL Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the MS SQL Forum

All times are GMT -4. The time now is 9:42 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC