Thread: SQLgetinfo
View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 07:13 PM
Robert
 
Posts: n/a
Default 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?


Reply With Quote