Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Moving Stored procedure from Staging to Production

Author  Topic 

kpsreenath
Yak Posting Veteran

52 Posts

Posted - 2006-03-28 : 10:40:10
Hi

I am moving the stored procedures from the Staging to production. During this, I see that the permissions are not getting moved.
I create the script for the move using the enterprise manager -> All tasks -> Generate SQL Script.

Is there any way, we can move the permissions along with the stored proc move or am i doing something wrong.

Thanks in advance
Sreenath

Thanks
Sree

nr
SQLTeam MVY

12543 Posts

Posted - 2006-03-28 : 10:48:17
When you script go to the 3rd tab and select script object level permissions.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

kpsreenath
Yak Posting Veteran

52 Posts

Posted - 2006-03-28 : 10:56:38
cool..thanks

Thanks
Sree
Go to Top of Page
   

- Advertisement -