Is is possible to run a query across different machines from a stored procedure.
i implemented a solution where i created a .net dll which i wrapped with vb.6 [sql2000].This takes a sql query ,database , machine UID and PWd as parameter.
the object connects to and returns a table with the above which i inserted into a temp table.
but i was wondering if their is a easier way which i do not know.
thanks
satz