SQL Server: Script to find Identity Column of a Database

In this post, I am sharing a script to find all identity columns of a SQL Server Database. We are using identity for generating auto_number in SQL Server table, and this is also one of the standard practice for all SQL Server Database Developers. This script will help us to find the list of identity … Continue reading SQL Server: Script to find Identity Column of a Database