Understand Group by Clause in SQL Server - SQL Server / TSQL Tutorial Part 130
Scenario: You are working as SQL Server Developer. You have a dbo.Customer table which has CountryShortName and SaleAmount. You are asked to write a query that should return Sum of SaleAmount , count...
View ArticleHow to Install SQL Server 2016 Management Studio - SQL Server 2016 DBA Tutorial
How to Install SQL Server 2016 Management Studio1. How to install SQL Server 2016 Management Studio using SQL Server 2016 Media2. How to direct download SSMS 20163. What pre-requisites of...
View ArticleHow to Install and Configure SQL Server 2016 Master Data Services - SQL...
Scenario:How to install Master Data Services in SQL Server 2016?Solution : The video demo shows how to install SQL Server Master Data Services Step by Step in SQL Server 2016.How to Install and...
View ArticleHow to Configure Availability Group in SQL Server 2016 - SQL Server 2016 DBA...
Scenario:How to Configure Availability Group in SQL Server 2016?Solution :The video demo will walk you through all the steps required to create / configure AlwaysOn availability Group in SQL Server...
View ArticleHow to apply Having Clause with Group by in Select Query - SQL Server / TSQL...
Scenario:You are working as SQL Server developer, you are asked to write a query that should return Total SaleAmount from dbo.Customer table by CountryShortName. You are also asked to filter the...
View ArticleHow to find duplicate records by using Group by and Having clause in SQL...
Scenario:You are working as SQL Server developer. You need to write the query for dbo.Customer table that should return the duplicate records and count of duplicate record.Solution:You can use Group by...
View ArticleHow to Create Availability Group with Automatic Seeding in SQL Server 2016 -...
Scenario:How to create Availability Group with Automatic Seeding in SQL Server 2016?Solution:The video demo will cover below items to perform Automatic Seeding in SQL Server 2016 for AlwaysOn...
View ArticleHow to Add Contained Databases in SQL Server 2016 Availability Group - SQL...
Scenario:You are working as SQL Server DBA and you are asked to add a Contained Database in AlwaysOn Availability Group. What steps you will follow?Solution:In this video demo, you will go through all...
View ArticleHow to setup Distributed Availability Group in SQL Server 2016 - SQL Server...
Scenario:You are working as SQL Server DBA and you are asked to setup Distributed Availability Group in SQL Server 2016, What steps would you follow?Solution:The video demo, will explain all the steps...
View ArticleHow to Install SQL Server 2016 in Cluster Mode - SQL Server 2016 DBA Tutorial
Scenario:You are working as SQL Server DBA, you are asked to install SQL Server 2016 in cluster mode, what steps you will take to perform the installation?Solution:In this video demo, you will learn...
View ArticleHow to find Number of Processors, Cores and Logical Processors on Machine
Scenario:You need to find the Number of CPUs, Cores and Logical Processors on a computer, how would you do that?Solution:There are multiple ways you can find Number of CPUs, Number of Cores and Number...
View ArticleUnderstanding Replication in SQL Server 2016 - SQL Server 2016 DBA Tutorial
Scenario : What is Replication in SQL Server?Solution :This video demo can be used to Understanding Replication in SQL Server 2016. It explains all the components for Replication step by step.Demo...
View ArticleHow to setup Transactional Replication in SQL Server 2016 - SQL Server 2016...
Scenario:How to setup Transactional Replication in SQL Server 2016?Solution:In this demo, you will learn how to setup Transactional Replication in SQL Server 2016. Demo covers below topics1.What is...
View ArticleHow to create Merge Replication in SQL Server 2016 - SQL Server 2016 DBA...
Scenario:How to create Merge Replication in SQL Server 2016?Solution:In this video demo, you will learn how to create Merge Replication in SQL Server 2016.1.What is Merge Replication in SQL Server...
View ArticleHow to Create Snapshot Replication in SQL Server - SQL Server 2016 DBA Tutorial
Scenario:You are working as SQL Server DBA. You are asked to perform Snapshot Replication in SQL Server 2016. What steps you will follow to perform Snapshot Replication setup?Solution:Video demo...
View ArticleHow to Setup Peer To Peer Replication in SQL Server 2016 - SQL Server 2016...
Scenario:You are working as SQL Server DBA. You are asked to setup Peer to Peer replication in SQL Server 2016. What steps you will follow to perform Peer to Peer Replication in SQL Server?Solution:As...
View ArticleSSRS Error : The user or group name 'Group Name' is not recognized.
Scenario:Today I got the request to provide permission to a AD Group on one of the SSRS report. When tried to provide browse or any other permissions such as Content Manager, My Reports, Publisher or...
View ArticleHow to find SQL Server Instance Name by using TSQL
Scenario:Often as SQL Server DBA or SQL Server Developer we have to find the SQL Server instance name. Below query can be used to find out the SQL Server Instance name.Solution:You can use global...
View ArticleHow to Install MariaDB on Windows 10
MariaDB Administration Tutorial How to Install MariaDB on Windows 10TechBrothers has started a new Tutorial " MariaDB Administration". This is first video of Tutorial which covers below topicsHow to...
View ArticleHow to Change MariaDB Data Directory on Windows 10
In this video you will learn how to change data directory for MariaDB from current/default to new data directory.Below steps are required when you perform this action.Find current/default data...
View Article