395 Views
OPENROWSET function can be used to query on the database exists in different server or query on the stored procedure. Consider that the system procedure sp_who2 gives informations about the current users, sessions, etc. EXEC sp_who2 But note that the...
0 comments