Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Return Count(*) Value Into Output Parameter

$
0
0
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

Viewing all articles
Browse latest Browse all 3145

Trending Articles