Archive
Archive for October 12, 2012
Count number of rows in stored procedure
October 12, 2012
Leave a comment
Many a times in our daily life of a SQL development/DBA profile, we have to spend our day across stored procedures, and we need to find out how many rows are there in any stored procedures, especially when we have to do some analysis or while we have to review any stored procedure for evaluation or estimation, the very first thing which comes in everyone’s thought is, how big is the stored procedures , the following are the simple ways to get the approximate number of rows in stored procedure. Read more…
Categories: SQL, SQL Server
count number, procedure, sql server