Using Microsoft SQL Server Database
- Check the SQL Server Help Pages.
- Download the SQL Server Express.
Check the Download.
SQL Server Express is the free edition, ideal for development and production for desktop, web, and small server applications.
- Configure the installation.
Check the Configuration.
- Launch SQL Server Management Studio (SSMS).
Right-click on Logins, then click Newlogin and the following screen will open:
- Start the management.
- Create a database:
Connect to SQL Server instance and right-click on the databases folder.
Click on new database and the following screen will appear:
⇓ Add
- Start entering SQL commands:
Right-click your server instance in Object Explorer, and then select New Query: