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.
Luuk123 Yak Posting Veteran
52 Posts
declare @sql varchar(1000), @string varchar(100)select @string = 'O'Sullivan';set @sql = 'select ' + @string + '';insert into person (name)exec (@sql)
webfred Master Smack Fu Yak Hacker
8781 Posts
madhivanan Premature Yak Congratulator
22864 Posts
SQLTeam.com Articles via RSS
SQLTeam.com Weblog via RSS
- Advertisement -
Articles
Forums
Blogs
Contact Us
About the Site