Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Permission on SP

    I Try:

    select * from database2.dbo.table1

    where id = @id

     

    and don´t work

  • RE: Permission on SP

    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

    where id = @id

     

     

     

  • RE: Permission on SP

    Yes, is the same owner.

    Dynamic SQL? What is this?

     

Viewing 3 posts - 1 through 3 (of 3 total)