Skip to content

  • T-SQL
  • Data Quality
  • DBA
  • Tools
Data Quality

Why is Data Quality important

The SQL Mind Team January 7, 2025 No Comments

In recent years, Data quality is becoming more and more crucial for companies and business around the world

Data Quality T-SQL

Finding duplicates in SQL Server

The SQL Mind Team January 7, 2025 No Comments

In a single column: To get duplicates on a specific column, you can use the GROUP BY and COUNT(*) statements. For example, to find duplicates on the “ModifiedDate” column of…

DBA T-SQL

How to search for objects on all the SQL Server databases

The SQL Mind Team December 3, 2023 No Comments

You can seach for objects in all the SQL Server databases within one instance by using the built-in stored procedure: sp_MSforeachdb. For example, let say that you are looking for…

DBA Tools

How to find queries, stored procedures and parameter’s values using SQL Profiler

The SQL Mind Team July 4, 2023 No Comments

Have you ever faced the problem that you want to see that query or stored procedure that was executed from the front-end application, but you are not able to see…

Data Quality T-SQL

How to get the current running queries in SQL Server

The SQL Mind Team March 30, 2022 No Comments

To get the list of current running queries, you can use the following script:

T-SQL

How to insert into a one column (identity) table

The SQL Mind Team March 2, 2022 No Comments

Tables with just one column, which has been specified as identity columns, are not very common, and inserting data into them might be a bit tricky. To do that you…

Recent Posts

  • Why is Data Quality important
  • Finding duplicates in SQL Server
  • How to search for objects on all the SQL Server databases
  • How to find queries, stored procedures and parameter’s values using SQL Profiler
  • How to get the current running queries in SQL Server

Categories

  • Data Quality (3)
  • DBA (2)
  • T-SQL (4)
  • Tools (1)

Copyright © All rights reserved | Blogus by Themeansar.