Comments
Sort by recent activity
I'm looking for flexibilty in creating the script file.
For example, developers do not control (or own) user roles and permissions on objects. It would be nice, for example, if when doing script - db synchronization, that all the users/roles/permissions could be scripted in its own files, while each stored procedure difference be scripted in its own file, etc.
But yes, it looks like I will have to use SQL Compare to generate a list of differences, and then use my own scripting tools to copy the scripts to form my own deployment package to install on the database. Thanks. / comments
I'm looking for flexibilty in creating the script file.
For example, developers do not control (or own) user roles and permissions on objects. It would be nice, for example, if when doing script - ...