Mangal

Mangal's Sql With Mangal

A blog on Sql Server, where you learn SQL from a Microsoft
SQL Server MVP.

  • Rated4.3/ 5
  • Updated 7 Years Ago

Recent blog posts from Sql With Mangal


Recover unsaved SQL query scripts
Imagine a situation when you are working on a query for couple of hours and suddenly your management studio is crashed or your PC is restart......
7 Years Ago
BlogAdda
SQL query to get the job error message from SSISDB
In SQL Server 2012 Microsoft did lot of enhancements in SSIS, especially by introducing the “ Project Deployment Model ”.  After this so ma......
8 Years Ago
BlogAdda
Dynamic PIVOT in SQL
Dynamic PIVOT in SQL
Today I’m going to show you how to write a PIVOT query when column names are dynamic.  A dynamic pivot is very necessary when you don’t know......
8 Years Ago
BlogAdda
Fastest way to find the row count of all the tables in SQL
Let me show you 2 simple queries to find the row count of all the tables in a Database. Some time back I shared a trick to quickly find th......
8 Years Ago
BlogAdda
Disk space monitoring of SQL Server
Recently I was working on creating a custom dashboard to monitor the health of all the database servers.  One thing I wanted to add to the d......
8 Years Ago
BlogAdda
Row Count of Temporary Tables
Row Count of Temporary Tables
In this post I’ll show you a quick trick to find the rowcount of temporary tables in SQL Server. Imagine a situation where you are executi......
8 Years Ago
BlogAdda