Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Connect and query SQL Database Server using T-SQL and SSMS
Rating: 3.8 out of 5(4 ratings)
143 students

Connect and query SQL Database Server using T-SQL and SSMS

Create database objects , query database,backup and restore database
Last updated 3/2026
English

What you'll learn

  • Setup Microsoft SQL Database Server
  • Connect to SQL Database Server
  • Create a database
  • Create a table inside a database
  • Insert rows into database table
  • Query table and view results
  • Create views
  • Update Existing Database Records
  • Delete Records from database
  • Backup and restore database
  • Drop table and database
  • Truncate Tables

Course content

3 sections29 lectures2h 1m total length
  • Overview of how to Connect and query SQL Database Server using T-SQL and SSMS2:00
  • Introduction0:55
  • What is SQL3:38
  • What is T-SQL1:54
  • What is SQL Server2:57
  • SQL Server Editions4:45
  • Hardware and software requirements4:21
  • Download SQL Server4:31
  • Install SQL Server9:43
  • SQL Server Configuration Manager8:10
  • Install SSMS5:48
  • Connect to SQL Database Server7:46
  • Database Concepts4:31
  • Data Types5:24
  • Overview of TSQL and SSMS2:27
  • Importance of SQL1:22

Requirements

  • A Computer + internet access is required

Description

SQL SERVER is a relational database management system (RDBMS) developed by Microsoft. It is primarily designed and developed to compete with MySQL and Oracle database.

SQL Server supports ANSI SQL, which is the standard SQL (Structured Query Language) language. However, SQL Server comes with its own implementation of the SQL language, T-SQL (Transact-SQL).

T-SQL is a Microsoft propriety Language known as Transact-SQL. It provides further capabilities of declaring variable, exception handling, stored procedure, etc.

SQL Server Management Studio (SSMS) is the main interface tool for SQL Server, and it supports both 32-bit and 64-bit environments.

SQL Server has four primary editions that have different bundled services and tools.

Two editions are available free of charge:

SQL Server Developer edition for use in database development and testing.

SQL Server Expression for small databases with the size up to 10 GB of disk storage capacity.

For larger and more critical applications, SQL Server offers the Enterprise edition that includes all SQL server’s features.

SQL Server Standard Edition has partial feature sets of the Enterprise Edition and limits on the Server regarding the numbers of processor core and memory that can be configured.

SQL Server Management Studio (SSMS) is an integrated environment for managing any SQL infrastructure. Use SSMS to access, configure, manage, administer, and develop all components of SQL Server, Azure SQL Database, and Azure Synapse Analytics. SSMS provides a single comprehensive utility that combines a broad group of graphical tools with a number of rich script editors to provide access to SQL Server for developers and database administrators of all skill levels.

Who this course is for:

  • Beginners to SQL Server
  • Beginners to T-SQL
  • Beginner to SQL