Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 536 Bytes

File metadata and controls

15 lines (8 loc) · 536 Bytes

HELPFUL SQL QUERIES TO BOOST YOUR PRODUCTIVITY

This repository will contain the queries to help you to work easier with T-SQL

1. Finding_All_Data_SQL

This query will help you look through all the tables in the system to know which table contains your data keywords.

2. Get_All_Queries_Are_Executing_And_Kill_It

This query will help you get all the queries which are executing in the system.

3. Search_All_Colums_In_The_System

This query will help you get all the columns of the tables in the system by your keywords.