Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Thursday, July 6, 2017

Return Count(*) Value Into Output Parameter

SQLServerCentral » Latest topics
Return Count(*) Value Into Output Parameter
Hi Guys,

I know that SELECT COUNT(*) FROM table name will return the total number of records for a given table but I'm unsure how to code the SQL statement when you want to store that value in an output parameter.  Normally it is coded somet

No comments: