Rowcount_big() is a function introduced in SQL Server 2000. It returns the number of affected records in the form of a bigint number.
This is same @@ROWCOUNT but the difference is interms of the output. This retuns Int and Rowcount_BIG() returns BIG Int.
Saturday, October 4, 2008
@@ROWCOUNT
Labels:
SQL,
SQL Server Tips,
Vijaya Kadiyala
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment