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
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:
Post a Comment