WITH GRANT Permission Type in SQL Server 2005

Posted Tuesday, May 23, 2006 1:48 PM by C-Dog's .NET Tip of the Day

At some point you may be assigning permissions to execute a stored procedure or something and notice that there is a new column labeled WITH GRANT. As you GRANT gives that user or role permission to perform that activity (i.e.: execute a stored procedure). WITH GRANT gives that user or role permission to GRANT other users or roles that same permission.

Read the complete post at http://www.dotnettipoftheday.com/blog.aspx?id=277