I want to be able to access a table from another server for example
using a stored procedure:
I am in server A
I want to do a select in a table (dbo.test) that is located on server b. so how can i connect to server b using windows
authentication then access the table dbo.test
thanks