Is it possible to use DML commands like insert, update from cross database in azure SQL.
In my requirement I'm running one SP on DB1 after execution i want to update status in a table that belongs to DB2. I'm using azure SQL. Is there any way to call SPs from cross database?