Extracting table/view name(s) from dynamic sql. [message #94144] |
Tue, 30 March 2004 08:10 |
William
Messages: 17 Registered: September 2000
|
Junior Member |
|
|
Has anyone been able to successfully glean the table/view name(s) from a dynamic SQL statement without manually parsing the statement?
I would like to determine if a select statement passed from the command line is for a partitioned table so that I can execute the select by partition in multiple threads.
Seems like is should be an attribute of the statement handle type.
|
|
|
|