Private Tables from SQL Query << Run Background, New Data View, table list not updating?
Hi All, I have a script that runs several SQL queries in parallel to get around the character limit in the ODBC driver/SQL server since we frequently need to pull in data for WHERE clauses containing many thousands of strings, e.g "SELECT * FROM [Table] WHERE [id] IN ('id000000001','id000000002',...'id000010000')". My method for doing this works fine, (iterate through a list of queries doing <<R...