Monday, March 12, 2012

passing a query into a variable

What is the easiest way to pass a value into a variable...
TSQL...
declare @.@.test int
--select count(*) from authors
select count(*) into @.@.test from authorsstupid question... resolved it... guys...
my apologies....

No comments:

Post a Comment