Im trying to find all .cfm and .asp templates on our server
that reference any of the following column names in the SQL where
clauses. But having trouble pulling back just the SQL select
statements.
Column Names to find:
emplid|emplno|empl_no|empno|emp_no|deptid|dept|department
You will not see sql with asp when using view source and the
like. The
server executes the query and send the results. You need to
have
access to the source documents.