logins

  • I have created a particular login . I have given the database level permisisons .

    I can only see the system tables not the other tables which the database has.

    Please help me with this issue

  • Hi Nikki,

    You have to have permissions (any) in order to see anything else, this is new from SQL 2005.

    You can try with:

    USE <your_db>

    GO

    GRANT VIEW DEFINITION TO <user>

    Which will grant the permissions to view all the objects in the DB.

    Regards,

    Jose Santiago Oyervides.

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

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