From the course: Microsoft SQL Server 2022 Essential Training
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Database configuration options - SQL Server Tutorial
From the course: Microsoft SQL Server 2022 Essential Training
Database configuration options
- [Instructor] The graphical interface here in Management Studio gives us an opportunity to explore some of the other configuration options that are available when creating a new database without having to know all of the intricacies of the create database transact SQL command. To do this, right click on the databases folder underneath your connected instance and then choose new database from the popup menu. That'll open up the new database graphical workflow, and we have a number of different options that we can move through that are separated into these three pages, general, options and file groups. So let's start at the top on the general page. The first thing we need to do is name our new database. I'll create a database for another company that I want to work with called Red30 Tech. Notice that when I fill the name up here in the top, it updates the name of the database files that are going to be created. These…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
Create the first database7m 55s
-
(Locked)
Database configuration options7m 29s
-
(Locked)
Table structures5m 23s
-
(Locked)
Create a simple table8m 8s
-
(Locked)
Edit a table's structure2m 56s
-
(Locked)
Enter data into a table using the GUI4m 10s
-
(Locked)
Import data from CSV files8m 49s
-
(Locked)
Create tables from flat files4m 44s
-
(Locked)
Install a sample database3m 33s
-
-
-
-
-
-
-
-