Chaohua Wang-372299
SSC Veteran
Points: 209
More actions
October 4, 2006 at 12:42 am
#61835
Thanks in advance.
Ram Ram
Ten Centuries
Points: 1079
October 4, 2006 at 1:23 am
#664018
USE [DBName]
GO
SELECT 'GRANT ALL ON ['+Name+'] TO [User]' -- Change UserName here
FROM SysObjects
WHERE XType = 'P'
get the o/p query and run in QA.
Ram
October 4, 2006 at 2:18 am
#664027
Is there any stored procedure we can use for this purpose?
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply