Database

Previous chapterNext chapter Show allShow all    Hide allHide all

Creating an own database.

Start a new instance of the command prompt (cmd.exe).

Start the service program osql.exe.

osql.exe -E -S computer name / instance name

Instructions for creating a database

1> CREATE DATABASE database name

2> GO

Database name

any name for the database. e.g.: Maintenance

Close the service program osql.exe with 'exit'.