- 158
- 122 889
Vikash DBA (RDMS tutorial)-SQL GUIDE
India
เข้าร่วมเมื่อ 29 มิ.ย. 2020
I am Vikash Kumar Database Administrator, Having experience as Database developer and Administrator
The channel SQL GUIDE provide learning SQL Server with examples, This channel very helpful for beginners help you to learn SQL server, and also help you to clear the interview, So please watch my all demo do not miss, The Channel SQL Server Guide provide SQL Server learning with specialties DBA
FOR PAID SQL TRAINING AND SUPPORT Pleases contact - vikashk.dba@gmail.com
SQL Server
SQL server DBA
DBA
SQL tutorial
MS SQL Server
Azure cloud
Azure SQL
TCS DBA
SQL interview Questions
SQL interview Questions and answers
Database management system
Database Administrator
database developer
T SQL
Infosys DBA interview Questions
HCL and Wipro DBA interview Questions
ETL interview Questions
ETL SQL interview Questions
information technology
IT interview Questions
AWS SQL server
cloud database
Data engineer and data science
Database architecture in DBMS
The channel SQL GUIDE provide learning SQL Server with examples, This channel very helpful for beginners help you to learn SQL server, and also help you to clear the interview, So please watch my all demo do not miss, The Channel SQL Server Guide provide SQL Server learning with specialties DBA
FOR PAID SQL TRAINING AND SUPPORT Pleases contact - vikashk.dba@gmail.com
SQL Server
SQL server DBA
DBA
SQL tutorial
MS SQL Server
Azure cloud
Azure SQL
TCS DBA
SQL interview Questions
SQL interview Questions and answers
Database management system
Database Administrator
database developer
T SQL
Infosys DBA interview Questions
HCL and Wipro DBA interview Questions
ETL interview Questions
ETL SQL interview Questions
information technology
IT interview Questions
AWS SQL server
cloud database
Data engineer and data science
Database architecture in DBMS
ALTER INDEX….ABORT | How to Abort Index Rebuilding After Specific Time?
SQL SERVER - How to Abort Index Rebuilding After Specific Time?
ALTER INDEX ABORT After Specific Time
Abort Index Rebuilding After Specific Time
Skip index rebuild if taking too long
ALTER INDEX….ABORT!
Online rebuild index ABORT_AFTER_WAIT = NONE
Want to timeout or skip SQL Server index rebuild statements if taking too long
Rebuild index SQL Server script
Difference between rebuild and reorganize index in SQL Server
SQL Server rebuild index online
Why we need to rebuild index in SQL Server
Rebuild all indexes on a table
ALTER INDEX REBUILD
ALTER INDEX REORGANIZE example
Rebuild index Oracle, SQL ,Azure SQL server
DBA, DBA SQL Server
ALTER INDEX ABORT After Specific Time
Abort Index Rebuilding After Specific Time
Skip index rebuild if taking too long
ALTER INDEX….ABORT!
Online rebuild index ABORT_AFTER_WAIT = NONE
Want to timeout or skip SQL Server index rebuild statements if taking too long
Rebuild index SQL Server script
Difference between rebuild and reorganize index in SQL Server
SQL Server rebuild index online
Why we need to rebuild index in SQL Server
Rebuild all indexes on a table
ALTER INDEX REBUILD
ALTER INDEX REORGANIZE example
Rebuild index Oracle, SQL ,Azure SQL server
DBA, DBA SQL Server
มุมมอง: 21
วีดีโอ
Create index with where clause | How to create filtered index
มุมมอง 27หลายเดือนก่อน
Create filtered indexes - SQL Server Introduction to SQL Server Filtered Indexes SQL Server Filtered Indexes SQL Server filtered index with multiple columns in where ... How to create filtered index with NOT IN in SQL Server SQL Server: Filtered Indexes versus Indexed Views Unique filtered index with multiple conditions in SQL Server SQL filtered indexes: should I always put a filter on an inde...
SQL Script to return data based on position with LIMIT
มุมมอง 22หลายเดือนก่อน
How do you implement paging in T-SQL queries ? How to return values based on position with LIMIT Offset and limit in SQL server? Why is SQL statement with OFFSET/FETCH not working? What is offset in SQL Server? What is the difference between top and offset in SQL Server? What is offset in SQL ? Offset and limit in SQL server? LIMIT to return values based on position, with practical examples, in...
SQL Server Edition Upgrade | How do I upgrade to a new SQL Server Edition?
มุมมอง 2493 หลายเดือนก่อน
Upgrade to a different edition of SQL Server (Setup) Upgrade SQL Server Edition Upgrade and Downgrade in SQL Server Edition Upgrade and Downgrade in SQL Server Upgrading to a new SQL Server edition SQL Server Edition Upgrade from Standard to Enterprise SQL Server License - Edition Upgrade - Databases MSSQL - How to Upgrade SQL Server Standard Edition to Enterprise Edition How do I upgrade to a ...
SQL query to increase salary by 5% percent for all employees
มุมมอง 1983 หลายเดือนก่อน
How will you update the prices in a product column by increasing 5% of the prices in each row? SQL Query to increase all price in the products table.. How to increase price by 20% How to increase a price by 5%? How do you update a column with increasing number in SQL? How to add 10 percent to a price in SQL query? How to update a price in SQL? Applying a Percentage Increase or Decrease to Value...
How to Troubleshoot SQL Server Service Not Starting | Where to see SQL Server start/stop logs?
มุมมอง 1684 หลายเดือนก่อน
Troubleshoot SQL Server Service Not Starting Windows could not start the SQL Server (MSSQLSERVER) How to fix error “SQL Server (MSSQLSERVER) stopped Can't start SQL Server services - Stack Overflow SQL Server service doesn't start anymore automatically if I cannot start SQL Server browser Why are SQL services not running? How do I force SQL services to start? Why is my SQL Server not opening? H...
How to fix orphaned users in SQL Server | How to Find and Fix Orphan Users in SQL Server
มุมมอง 2024 หลายเดือนก่อน
SQL interview questions-How to Find and Fix Orphan Users in SQL Server How to fix orphaned users in SQL Server. How to Find and Fix Orphaned Users in SQL Server Handling Invalid and Orphaned Users in SQL Server SQL Server Orphaned Users - Detection and Remediation Steps How do I fix an Orphaned User in Log Shipped version of a ... How to Identify and fix Orphaned users in SQL Server? How to fix...
How to find sessions inactive for more than hour| What is a dormant session ?
มุมมอง 1055 หลายเดือนก่อน
Report details on session that have been inactive for more than hour What is a dormant session in SQL Server? How to check session details in SQL Server? How to find idle sessions in SQL Server? How do I get all the sessions in SQL Server? What is dormant in SQL? What is a suspended session in SQL Server? What is a sleeping session in SQL Server? What is idle session in SQL Server? sp_who2 Stat...
How to scripted out the all the indexes of a table?
มุมมอง 506 หลายเดือนก่อน
Script out existing indexes on a table How do you script out indexes in SQL? How can we get the list of all the indexes on a table? How to get table script with their all indexes in SQL Server? How do you generate a create table script for an existing table in SQL? sql server - Generate script of All the indexes in a database Script out existing indexes on a table Script out existing indexes on...
How to disconnect all connections | kill all connections | disconnect all users
มุมมอง 1006 หลายเดือนก่อน
How to disconnect all connections on sql server database KILL (Transact-SQL) - SQL Server SQL Server Kill All Connections Script to kill all connections to a database How to Kill all Database Connections - SQL Server ... Options for Killing All Connections for a Database Killing Active SQL Server DB Connections KILL (Transact-SQL) - SQL Server Kill all sessions for ONE user in MS SQL SQL Server...
What is Auto Increment in SQL and How to Set Up| What is identity in SQL Server with an example?
มุมมอง 247 หลายเดือนก่อน
How to Create Id with AUTO_INCREMENT in SQL Server? SQL Auto Increment - Syntax, Use Cases, and Examples SQL AUTO INCREMENT a Field What is auto increment in SQL? How do I fix auto increment in SQL? What is the value of auto increment in SQL query? How to use auto_increment in Oracle? What is Auto Increment in SQL and How to Set Up ... MySQL AUTO INCREMENT a Field SQL - Auto Increment How to us...
Merge Replication in SQL Server | Configure Merge Replication | How Merge Replication Works
มุมมอง 3497 หลายเดือนก่อน
What is SQL merge replication? What is the difference between merge replication and transactional replication? What are the advantages of merge replication? Merge Replication - SQL Server What is the purpose of MERGE in SQL Server? Tutorial: Configure Merge Replication - SQL Server SQL Server Replication (Merge) Setup Merge Replication In SQL Server SQL Server Merge Replication: 5 Easy Steps Co...
How much time did the last backup take |What type backup was taken last| When was last backup taken
มุมมอง 397 หลายเดือนก่อน
SQL SERVER - SSMS: Backup and Restore Events Report Audit Backup and Restore Event Class - SQL Server sql server - Backup and Restore events TSQL SQL Server Database Backup and Restore reports Back Up and Restore of SQL Server Databases SQL Server Backup and Restore History Queries How to create a backup report in SQL Server? How to get status of running backup and restore in SQL Server? How to...
How to generate INSERT statements for a table? | Auto Generate INSERT Statements for a Table in SQL
มุมมอง 658 หลายเดือนก่อน
What is the best way to auto-generate INSERT statements for a SQL Server table? Generate Insert scripts for existing data in table How to generate insert statements from SQL Server table? How do I make an insert statement faster in SQL? How to generate an insert statement in SQL Developer? How do I generate insert script from results in SSMS? Did you know? You can generate Insert Statement with...
Azure SQL Database Managed Cloud Database Service | What is the Azure SQL | Azure SQL Database
มุมมอง 638 หลายเดือนก่อน
Azure Deployment models Azure SQL Database Deployment Resources type Azure SQL Database How to create an Azure SQL database What is Azure SQL Database? How many databases are there in Azure SQL? Which databases are supported by Azure SQL Database? What is the difference between SQL Server database and Azure SQL Database? Azure SQL Database - Managed Cloud Database Service What is the Azure SQL ...
How do I view client statistic in SQL Server ? What is client statistics?
มุมมอง 859 หลายเดือนก่อน
How do I view client statistic in SQL Server ? What is client statistics?
How to Identify Slow Running Queries | How to monitor T SQL commands in SQL Server ?
มุมมอง 3559 หลายเดือนก่อน
How to Identify Slow Running Queries | How to monitor T SQL commands in SQL Server ?
Which system database is a read-only database and contains copies of all system objects?
มุมมอง 4710 หลายเดือนก่อน
Which system database is a read-only database and contains copies of all system objects?
Top Transaction by lock count SQL SERVER
มุมมอง 11010 หลายเดือนก่อน
Top Transaction by lock count SQL SERVER
What is the command in SQL? What Are DDL, DML, DQL, and DCL in SQL?
มุมมอง 2911 หลายเดือนก่อน
What is the command in SQL? What Are DDL, DML, DQL, and DCL in SQL?
Write Query to list of all Employee names with department followed by the first letter
มุมมอง 4311 หลายเดือนก่อน
Write Query to list of all Employee names with department followed by the first letter
How to check Columnstore index fragmentation | How to List All ColumnStore Indexes with Table Name
มุมมอง 87ปีที่แล้ว
How to check Columnstore index fragmentation | How to List All ColumnStore Indexes with Table Name
How to convert a clustered index to a clustered columnstore index | Columnstore indexes Overview SQL
มุมมอง 259ปีที่แล้ว
How to convert a clustered index to a clustered columnstore index | Columnstore indexes Overview SQL
How to Check the current Isolation Level | How do you find current database's transaction level ?
มุมมอง 88ปีที่แล้ว
How to Check the current Isolation Level | How do you find current database's transaction level ?
Write a SQL Query to get the Quarter from date
มุมมอง 548ปีที่แล้ว
Write a SQL Query to get the Quarter from date
How to generate all possible column combinations in SQL Server | ROLLUP and CUBE | SQL
มุมมอง 86ปีที่แล้ว
How to generate all possible column combinations in SQL Server | ROLLUP and CUBE | SQL
How to Enable or Disable All the Triggers on a Table , Database and Server ?
มุมมอง 164ปีที่แล้ว
How to Enable or Disable All the Triggers on a Table , Database and Server ?
How to Generate Scripts For All Triggers in Database
มุมมอง 158ปีที่แล้ว
How to Generate Scripts For All Triggers in Database
Database auto growth impact the performance of database ?
มุมมอง 164ปีที่แล้ว
Database auto growth impact the performance of database ?
How to check SQL Server Background Processes
มุมมอง 34Kปีที่แล้ว
How to check SQL Server Background Processes
Log Truncation process is automated?
Ty worked….
goood video keep it up sir ❤
by doing this what will happened to existing dbs
Thanks for the info, super helpful!
Keren vidio nya👍👍
I have tried using the same query which you mentioned but i am getting error like cannot drop distribution database because it is currently in use
Not all heroes wear capes ... Salute you sir!
Good work sir
how to add Local Publication in folder Replication, because on my laptop the SQL server does not have a Local Publication folder and there is no menu to add a Local Publication folder
Install replication or you modify an existing instance to install replication features SQL Server Enterprise, Standard and Developer edition replication features supported select @@version If features not installed you can install and on existing instance..
Hi Vikas I am faceing one issue with replication i am getting error of No subscription is on this publication or article. I have create merge replication and added dubscription aswell but sync start tables structure has been added into the subscriber but data is not replicating in the table on subscriber end. Please help what should i do for this.
Please check this content th-cam.com/video/C6qOvXPrt3k/w-d-xo.html
Thanks sir recently attended SQL interview almost 80% questions from this channel only really great helpful channel...
VERY NICE
What is the minimum frequency to back up SQL Server? Can I do it hourly? I'm guarded when it comes to backup.
Database backup depends on the size of your business Critical/importance of data , frequency of data transaction , Database size etc.. 1.If database full recovery model Take full backup every day after business hours and T Log backup every 15 minutes. 2.If database is Simple recovery model Take every day full backup after business hours 3. If database very critical ,Size is more than 500 GB and full recovery model Full backup once week diff backup each day after business hrs. T Log backup every 15 minutes .. 4. If Database is sample mode and size more than 500 GB once a week full backup and every day diff backup So All depends on database size , available space , Importance of data and maximum acceptable data loss by business ...
Thank you for the reminder :). I do forget to add it now and then. Have you seen any measurable improvements with NOCOUNT? Using SET STATISTICS IO ON, and running the procedure with nocount and without?
Thank you for sharing
Thank you for sharing 🤓
What if i want the values from multiple columns into one column and from different tables
Below example I joined two database columns into one results .. SELECT CONCAT( [Name],[GroupName],AHD.[ModifiedDate],AHE.[JobTitle]) AS Result from [AdventureWorks2016].[HumanResources].[Department] AHD Inner join [AdventureWorks2019].[HumanResources].[Employee] AHE ON AHD.[DepartmentID] = AHE.[BusinessEntityID]
Thanks..
In Windows Server 2022 which is the latest, there is no option to scan database for vulnerabilities so how can I scan my database to check its safety?
Hehehe😂😂😂
Why did you laugh bro?
Thank you. This was very helpful. Explained very clearly.
You're very welcome!
Hii Vikas, I have tried to disable ditributor and publisher using wizard and using TSQL as well what u have mention over video , but it gives me an error that publishers are depend on this ditributor. so, u can not delete distributor and first delete the publisher. i have also try to delete publisher but i can't . how can i troubleshoot it ..plzz help me...THANK YOU
this video Remove all publication, subscriber & distributor in SQL Server use [master] exec sp_dropdistributor @no_checks = 1 GO above command will drop distribution and all publisher and subscription configuration ,you have to run Distributor server please let me know error details ..
String_split is not new to 2022.
Thanks ..SQL 22 added new ordinal column, SQL 22 now easily you can find the row number of each split string ..
Nice
Good👍 Thank you❤
NIce Explanation
hi have sql 2019 and its saying replication is holding the log from being truncated , how can i fix this issue
Replication latency problem you will able to truncate only once transactions get replicated to Subscriber wait to get transactions replicated to subscriber. Check Log Reader Agent job must be enabled and ruining if any issues fixe the Log Reader Agent job. Do some investigation and try to find the table and pending transaction details if table not big size you can remove the article and add back to replication try to shrink the log. DBCC OPENTRAN to find the active transaction sp_replcmds -transactions marked for replication sys.dm_repl_traninfo -Returns information on each replicated or change data capture transaction sp_replmonitorsubscriptionpendingcmds -Returns information on the number of pending commands
I was aslo faced same problem but after taking log backup it worked for me
👍🏻👍🏻👍🏻👍🏻
Nice.
thanks the only video which really shows straight a real method
🎊 Promo-SM.
Make detailed video on CTE with few examples
th-cam.com/video/JPA_xXzFp9A/w-d-xo.html
Really useful video sir ❤️
What if there is no 'business id' column in table and all columns contains string values,what will be the solution in that case?
select top 50 percent * from table_name row number function to sequence the data th-cam.com/video/77o3ZgIAnpY/w-d-xo.html
nice question even i had in my mind
@@SQLServer-DBA Thank you sir
Hey there, Pleasured to meet you again. I am new sql learner with a simple question. How temporary table differs from physical or permanent tables? Does a temporary table exist only during the time of session or is it temporary in other terms or sense? THanks a lot.
The temporary table starts with a hash symbol (#) Once you create temporary table name get save system database named tempdb, which can be accessed via the SQL Server Management Studio using System Databases > tempdb > Temporary Tables However, if you open another connection and try the query the temp table you will get error Invalid object name Reason temporary tables are only accessible within the session ========== If you create Global temporary tables starts with a double hash symbol (##) Global temporary tables accessible across connections --------------------- SQL Server drops a temporary table automatically when you close the connection --------------------------------------- Physical tables are stored Permanently
@@SQLServer-DBA beautifully explained
Thanks for the information.
😅🤣🤣😂😅🤣😂😅🤣😂
Hey there, Kudos to your great efforts. I have a general enquiry as i am a totally sql noob. I want to design a form that would be connected to a database server. Where shall this form template be designed? Visual studio, sql management studio.. Is their any form builder tool that you would recommend me to use.. Thanks a lot...
Hey there, god bless your efforts. How to retrieve records deleted by a delete function in sql? Since i learned that i can roll back data if i apply delete function. Thanks for your help.
Hello, what edition of sql server would you recommend for me given my laptop specifications as follows: Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz 2.70 GHz installed ram 4 GB Windows 10 pro
SQL Server Developer is a full-featured free edition, licensed for use as a development and test database in a non-production environment.
Hi Vikash Could you put your script under the description. It will be more helpful for your subscribers.
Thanks Done..
nice ..
Sir How to find most expensive process ?
Sure thanks
Nice way to educate 👍
Hi Sir, Very nice can you please create Performance Tuning session.
Yes, soon
Super 👍
Thank you 👍
Amazing
Great method to explain.
Glad you think so!
Nice way to explain 👍
Thanks for liking