CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Language: NoFormat

SQL: temp table with statistic

175 Views
Copy Code Show/Hide Line Numbers
create proc a
as
select 1 as c1 , 'a' as a into #t
 
--select * from #t
exec bb 
go
 
 
 
create proc bb
as 
select * from #t
go
by bnaya
  May 09, 2010 @ 9:52pm
Tags:

Add a comment


Report Abuse
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate