PDA

View Full Version : SQL "INSERT INTO" Niggle...


webdev
06-04-2010, 04:11 PM
I have a dynamic SQL statement to insert data into a memory table from a source table. The problem is, one of my variables, when run, evaluates out to a name of a column in the table I'm selecting from. I need it to be the column name, not whats in the column for my result. The cursor @qa is...