Are there any differences in the syntax of MS Access and MS SQL server in processing queries? If there are, where can I find a list of these.

I am sending queries on a socket from a computer that has Jet database to one that has an MS SQL server datbase, so that the latter executes them. I thought I could plug a class in between to translate the syntactical differences just in case.