sql

  • 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.

  • Check the following link http://technet.microsoft.com/en-us/library/dd776381(v=sql.105).aspx#OtherTables

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply