Ray's Asp.net Blog
Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Pages
(Move to ...)
Event registration app with QR/Paypal
Home
▼
Sunday, March 20, 2011
How to select value into variable in MS SQL
Declare @RowCount int
set @RowCount = (select COUNT(*) from INFORMATION_SCHEMA.TABLES)
select @RowCount
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment