SQLgetinfo I am new to Access/SQL server. I need to determine for performance which
aggregate functions are not supported by SQL Server. I understand one way
is to query the server to see if the function has to run locally or it can
run remote. How can I poll the server? |