This isn't the safest or most secure way to do this, but perhaps you could write a script on your server that allows a SQL statement to be sent in and then runs it on the server, and then on the local machine have one that goes through your DB and sends SQL statements to the server based on stuff in the local db. You could go the other way too.
Dave