Language: NoFormat
SQL: temp table with statistic
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
Tags:
Report Abuse
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search

