Viewing 2 posts - 1 through 2 (of 2 total)
Setting PrimaryObjects to false works for scripting permissions-only for tables, views and UDFs.
However for sprocs it doesn't - the whole sproc is scripted with the permissions at the end.
Your idea...
February 6, 2008 at 6:55 am
#775560
Useful article. A few typos in the code though maybe?
Module CreateInitialConnection Public ProdServer As New Server()
Public ProdConn As ServerConnection
[...]
should read (note line break)
Module CreateInitialConnection
Public ProdServer As New...
April 20, 2007 at 9:54 am
#701765