SQL Server: Make a System Stored Procedure for Available to all Databases

In this post, I am going to create system objects which we can use for all SQL Server databases. As a Database Administrator, I created few stored procedures for selecting data from the Master database to find out few important statistics. I required calling the same stored procedure from the different databases, so I don’t … Continue reading SQL Server: Make a System Stored Procedure for Available to all Databases