Filtering out specific types of differences?
robpaveza
Posts: 2
I'm trying to sync up our development and production databases. I've got this for basically every table, view, and stored procedure:
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.
-- 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
Redgate Software