Options

Filtering out specific types of differences?

robpavezarobpaveza Posts: 2
edited September 3, 2007 5:36AM in SQL Compare Previous Versions
I'm trying to sync up our development and production databases. I've got this for basically every table, view, and stored procedure:
-- Permissions

GRANT EXECUTE ON  [dbo].[InsertHomePageSectionBulletedCopyItem] TO [public]
 -->
GRANT EXECUTE ON  [dbo].[InsertHomePageSectionBulletedCopyItem] TO [productionuser]

Maybe I'm spoiled by using tools like BeyondCompare, but is there a way to filter out specific types of differences so that they're not synchronized? For instance, I just need a stored procedure's actual procedure to change, not the user it's set with.

I'm currently using SQL Compare 5.2, but I know that if this was in a newer version we'd upgrade.

Comments

  • Options
    If you don't want to synchronize any permissions on any object, you can set the project option 'Ignore Permissions' (open your project, go to 'Edit Project', go to the 'Options' tab, and it's the second option in the Ignore list).
    Software Developer
    Redgate Software
Sign In or Register to comment.