How to create a msde Database
Open the Windows Command Prompt.
In the Windows Command Prompt run the SQL configuration tool
(by default, this is under C:\Program Files\Microsoft SQL Server\80\Tools\binn\:
osql -E).
Enter the following command:
Create database MAILsweeper
Enter the following command:
GO
A confirmation message that the database has been created is displayed.
Enter the command:
EXIT
The Windows Command Prompt closes.
Back