Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Preventing usage of "SELECT *..."

    Hello,

    With SQL Server 2008 (at least) there is a problem

    DENY SELECT ON OBJECT::MA_TABLE(DUMMY_COLUMN) TO User1;

    work like a charm (return an error) when I try to make a "SELECT *"

    but...

Viewing post 1 (of 1 total)