Loading...

shape shape shape shape

SQL Server

SQL Server Online Training | SQL Server Training Course Details

MS SQL Server is a relational database management system (RDBMS) developed by Microsoft. This product is built for the basic function of storing retrieving data as required by other applications. It can be run either on the same computer or on another across a network. This tutorial explains some basic and advanced concepts of SQL Server such as how to create and restore data, create login and backup, assign permissions, etc. Each topic is explained using examples for easy understanding.

SQL Server Instances

SQL Server allows you to run multiple services at a go, with each service having separate logins, ports, databases, etc. These are divided into two:

Primary Instances

Named Instances

There are two ways through which we may access the primary instance. First, we can use the server name. Secondly, we can use its IP address. Named instances are accessed by appending a backslash and instance name.

For example, to connect to an instance named xyx on the local server, you should use 127.0.0.1\xyz. From SQL Server 2005 and above, you are allowed to run up to 50 instances simultaneously on a server.

Note that even though you can have multiple instances on the same server, only one of them must be the default instance while the rest must be named instances. One can run all the instances concurrently, and each instance runs independent of the other instances.

SQL Server Online Training Course Content

  • Module 1 - Introduction to SQL
  • Module 2 - Database Normalization and Entity Relationship Model
  • Module 3 - SQL Operators
  • Module 4 - Working with SQL: Join, Tables, and Variables
  • Module 5 - Deep Dive into SQL Functions
  • Module 6 - Working with Subqueries
  • Module 7 - SQL Views, Functions, and Stored Procedures
  • Module 8 - Deep Dive into User-defined Functions
  • Module 9 - SQL Optimization and Performance
  • Module 10 - Advanced Topics
  • Module 11 - Managing Database Concurrency
  • Module 12 - Practice Session
  • Module 13 - Microsoft Courses: Study Material

Request For a Free Demo

bg

Start Your Best Online Classes With Us