Viewing 3 posts - 1 through 3 (of 3 total)
I Try:
select * from database2.dbo.table1
where id = @id
and don´t work
October 14, 2004 at 1:37 pm
#526834
All object in the database have "dbo" as owner, and I´m not using a Dynamic SQL, I´m using a SQL Like this:
select * from database2..table1
October 14, 2004 at 10:40 am
#526789
Yes, is the same owner.
Dynamic SQL? What is this?
October 13, 2004 at 2:40 pm
#526586