Sep 6, 2006 #1 Bell1991 Programmer Joined Aug 20, 2003 Messages 386 Location US How do i grant users the ability to view stored procedures in 2005? Thanks, -bell
Sep 6, 2006 Thread starter #2 Bell1991 Programmer Joined Aug 20, 2003 Messages 386 Location US well i figured it out - but does anyone know what the t-sql is? Upvote 0 Downvote
Sep 6, 2006 #3 mrdenny Programmer Joined May 27, 2002 Messages 11,595 From thread183-1273618 Code: GRANT VIEW DEFINITION ON Object TO [{UserName}] Denny MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005) / MCITP Database Administrator (SQL 2005) --Anything is possible. All it takes is a little research. (Me) http://www.mrdenny.com Upvote 0 Downvote
From thread183-1273618 Code: GRANT VIEW DEFINITION ON Object TO [{UserName}] Denny MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005) / MCITP Database Administrator (SQL 2005) --Anything is possible. All it takes is a little research. (Me) http://www.mrdenny.com