When I run SQL Compare from command line with /scriptfile option to DB it adds FILLFACTOR=90 to every table then I have to undo changes because those aren't in source control of the linked DB that I have.
This comes up often because I delete my db, restore a backup to do some troubleshooting, then use sqlcompare to reload it without unlinking or re-linking. It's a time saver for me because for some reason it takes 10minutes to link our database and it only takes me a few seconds to regenerate the DB from SQL Compare.
This is mostly just a nuisance that I have to go undo changes to get back to work.
This comes up often because I delete my db, restore a backup to do some troubleshooting, then use sqlcompare to reload it without unlinking or re-linking. It's a time saver for me because for some reason it takes 10minutes to link our database and it only takes me a few seconds to regenerate the DB from SQL Compare.
This is mostly just a nuisance that I have to go undo changes to get back to work.