Multi-Database View in SQL Server 2000 - Restricting Permissions

  • When going across databasses, the users have to be given access to the base tables in the other databases. The only way around this is to pull the data into your third database and build the view over those tables.

  • In SQL 2000 I agree with Lynn, there is really nothing you can do but copy the data to a single database. In SQL 2005 you could probably build out a signed sproc that could return the data, have never seen a signed view discussed..

    CEWII

  • Wouldn't a distributed partitioned view help achieve that?

    Best regards,

    Best regards,

    Andre Guerreiro Neto

    Database Analyst
    http://www.softplan.com.br
    MCITPx1/MCTSx2/MCSE/MCSA

  • No because you still have to overcome the database level security. And I don't think that it can be overcome with database chaining either.

    CEWII

Viewing 4 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply