Channel Avatar

Vikash DBA (RDMS tutorial)-SQL GUIDE @UCwbFdUkGku18hjYI5aIMy3g@youtube.com

769 subscribers - no pronouns :c

I am Vikash Kumar Database Administrator, Having experience


04:12
SQL query to increase salary by 5% percent for all employees
03:32
How to Troubleshoot SQL Server Service Not Starting | Where to see SQL Server start/stop logs?
06:00
How to fix orphaned users in SQL Server | How to Find and Fix Orphan Users in SQL Server
03:09
How to find sessions inactive for more than hour| What is a dormant session ?
02:15
How to scripted out the all the indexes of a table?
03:40
How to disconnect all connections | kill all connections | disconnect all users
02:49
What is Auto Increment in SQL and How to Set Up| What is identity in SQL Server with an example?
13:11
Merge Replication in SQL Server | Configure Merge Replication | How Merge Replication Works
02:28
How much time did the last backup take |What type backup was taken last| When was last backup taken
03:26
How to generate INSERT statements for a table? | Auto Generate INSERT Statements for a Table in SQL
05:52
Azure SQL Database Managed Cloud Database Service | What is the Azure SQL | Azure SQL Database
02:57
How do I view client statistic in SQL Server ? What is client statistics?
04:01
How to Identify Slow Running Queries | How to monitor T SQL commands in SQL Server ?
02:20
Which system database is a read-only database and contains copies of all system objects?
02:55
Top Transaction by lock count SQL SERVER
04:58
What is the command in SQL? What Are DDL, DML, DQL, and DCL in SQL?
02:10
Write Query to list of all Employee names with department followed by the first letter
03:17
How to check Columnstore index fragmentation | How to List All ColumnStore Indexes with Table Name
04:47
How to convert a clustered index to a clustered columnstore index | Columnstore indexes Overview SQL
02:09
How to Check the current Isolation Level | How do you find current database's transaction level ?
02:37
Write a SQL Query to get the Quarter from date
04:56
How to generate all possible column combinations in SQL Server | ROLLUP and CUBE | SQL
04:24
How to Enable or Disable All the Triggers on a Table , Database and Server ?
01:59
How to Generate Scripts For All Triggers in Database
03:33
Database auto growth impact the performance of database ?
03:07
How to check SQL Server Background Processes
03:12
SET NOCOUNT ON - Improves SQL Server Stored Procedure Performance
04:43
Logon Triggers - SQL Server
05:03
Introduction to DDL Triggers | Difference Between DDL and DML Triggers
06:46
Introduction to Triggers in SQL Server | Learn SQL: SQL Triggers
03:18
Is a NULL value same as zero or a blank space?
02:38
Is there a way to issue compressed backups for all databases on a SQL Server?
02:25
How to Create an Excel Connection to a SQL database
02:04
When last DBCC check performed on SQL databases?
02:08
How to Find SQL Server Configuration Changes History?
02:26
How to create SQL Server database split backup files ? SQL SERVER - Creating Multiple Backup Files
05:07
What is Pattern matching in SQL and how it is done?
03:53
Concept and basics of DBCC Commands in SQL Server
03:51
What is the default port SQL Server? Identify SQL Server TCP IP port being used
05:30
What is the case when in SQL Server?
03:20
How to find the nth highest value and Nth Highest Salary in SQL Server
04:45
How to Print A to Z Alphabetic Letters In SQL Server | SQL Interview Questions
02:50
How to Remove all publication subscriber & distributor database in SQL Server ?
06:56
SQL Server replication: Configuring Snapshot replication
03:14
How to Add/Drop articles from existing publications in SQL Server
04:30
How to monitor SQL Server replication agent status ? SQL interview questions
04:04
How to improve the performance of workload file in sql server?
01:57
How To Drop Multiple Tables in SQL Server ?
04:31
How to create database snapshot in SQL Server step by step ?What is snapshot database in SQL Server?
01:59
Can we restrict the number of connections to a database in SQL Server?
01:53
How to determine total number of open/active connections in sql server?
02:22
How to generate a range of numbers between two numbers? Most asked SQL Interview questions
02:08
SQL Interview questions How to hide tables name in SQL Server database ?
01:49
How to speed up the DBCC CHECKDB execution process? SQL Interview questions
01:16
How to shrink tempDB without SQL Server Restart? Most asked SQL interview question
02:27
How to select first letter uppercase in SQL Server ? Capitalizing the first letter of the string
05:40
What is the difference between Union and Union All operators? union vs union all
01:50
How to keep database offline in SQL Server ?
02:51
How to split comma separated values in SQL server?
03:04
How To Change MAXDOP Setting ? How to Configure the max degree of parallelism?