November 7, 2013 at 12:46 pm
table1 ( whseid,col1, col2, col3)
table2 (whseid, col5, sqlquery)
table3 ( table1.col1,table1.col2, table2.whseid, result of table2sqlquery)
I need to insert fields from table1 and table2 into table3 including results of a SQLquery stored in table2 as shown. What would the preferrred method? thanks.
November 7, 2013 at 12:56 pm
Check the following link http://technet.microsoft.com/en-us/library/dd776381(v=sql.105).aspx#OtherTables
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply