Hi
Please suggest an idea of the getting the count of records in a table and assign to the variable in sql
thanks in advance.
DECLARE @Count INT SELECT @Count = COUNT(*) FROM YourTable
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.