MSSQL | Azure SQL : SQL Management Studio : Transact SQL
- Description
- Curriculum
- FAQ
- Reviews
MSSQL is a suite of database software published by Microsoft and used extensively within our enterprise. Typically, it includes a relational database engine, which stores data in tables, columns and rows, Integration Services (SSIS), which is a data movement tool for importing, exporting and transforming data, Reporting Services (SSRS), which is used to create reports and serve reports to end users, and also Analysis Services (SSAS), which is a multidimensional database used to query data from the main database engine.
Azure SQL is a family of managed, secure, and intelligent products that use the SQL Server database engine in the Azure cloud.
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.
Transact-SQL (T-SQL) is Microsoft’s and Sybase’s proprietary extension to the SQL (Structured Query Language) used to interact with relational databases. T-SQL expands on the SQL standard to include procedural programming, local variables, various support functions for string processing, date processing, mathematics, etc. and changes to the DELETE and UPDATE statements.
Transact-SQL is central to using Microsoft SQL Server. All applications that communicate with an instance of SQL Server do so by sending Transact-SQL statements to the server, regardless of the user interface of the application.
-
1Course IntroductionVideo lesson
-
2What is SQL ServerVideo lesson
-
3What is SQLVideo lesson
-
4What is MSSQLText lesson
-
5What is Transact SQLVideo lesson
-
6Hardware and Software RequirementsVideo lesson
-
7SQL Server EditionsVideo lesson
-
8Download SQL ServerVideo lesson
-
9Install SQL ServerVideo lesson
-
10Install SQL Server Management StudioVideo lesson
-
11Connect to SQL Server with SSMSVideo lesson
-
12SQL Server Configuration ManagerVideo lesson
-
13Reset SA Account with SSMSVideo lesson
-
14Install sample databaseVideo lesson
-
15Database ConceptsVideo lesson
-
39Connecting to Azure SQLVideo lesson
-
40Inserting Data into Azure SQL DatabaseVideo lesson
-
41Update data in Azure SQL DatabaseVideo lesson
-
42Delete Data from Azure SQL DatabaseVideo lesson
-
43Create tables in Azure SQL with SSMSVideo lesson
-
44Create database diagramsVideo lesson
-
45Install Command line utilitiesVideo lesson
-
46Bulk Load Data using BCPVideo lesson
-
47Query data with SSMSVideo lesson
External Links May Contain Affiliate Links read more