Viewing post 1 (of 1 total)
This Sample uses OPENQuery and works!
1) Create a new Linked Server: (Configure: Data Acess, RPC In, RPT OUT).
2) Create 2 functions below:
go
create FUNCTION fnteste(@name varchar(50))
RETURNS TABLE
AS
RETURN
(
select * from...
March 4, 2010 at 8:12 pm
#1128931