Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.
waterduck Aged Yak Warrior
982 Posts
declare @a table(col1 int, col2 int)insert into @a values (1,2)declare @c int, @d intselect @c = col1, @d = col2from @aselect @c, @d
khtan In (Som, Ni, Yak)
17689 Posts
SQLTeam.com Articles via RSS
SQLTeam.com Weblog via RSS
- Advertisement -
Articles
Forums
Blogs
Contact Us
About the Site