Posted by Daniel.Peaper@gmail.com on 01/29/07 10:20
Hi All,
I am running SQL2000. Can anyone tell me how I can use the contents of
a table as parameters for a stored procedure that resides on a
different SQL server?
I have a table:
Customers:
Cust_ID
Cust_Name
Cust_Contact
Cust_Phone
I need to execute a stored procedure and pass each of the above as
parameters:
@CustID, @CustName, @CustContact,@CustPhone
The stored procedure also returns an error code.
Thanks,
Danny
[Back to original message]
|