You can use an implicit
pass-through connection to pass implicit SQL statements to the SPD
Server SQL engine. When you use an implicit pass-through connection,
the SAS SQL Planner parses SQL statements to determine which, if any,
portions can be passed to the SPD Server SQL engine. In order for
a submitted SQL statement to take advantage of implicit pass-through
SQL, the tables that are referenced in the SQL statement must be SPD
Server tables, and the SPD Server SQL engine must be able to successfully
parse the submitted SQL statement. If SPD Server cannot successfully
parse the statement, an SPD Server parse error is reported in the
SAS log, and SAS SQL retries the query.