Is it possible to run an update query which is part of another database?
I have an update query that I would like to run but it's in a different database than the current one. I know I can import queries etc but I just need to run it as it updates tables in that database.
I don't think I'm...