'Medium: Non-standard Filegroups' even if they exist?
mbourgon
Posts: 32 Bronze 2
Trying to figure this out - coworker said "oh, you'll get used to it".
Pretty much all of our databases have named filegroups - PRIMARY is meant to be system objects, we have named filegroups for indexes, tables, etc. I just installed SQL Source Control and tried to link, and I got these Warnings about "Objects need to be created using one or more non-stnadard filegroups". Why does this occur? Why doesn't it check, see that yes, indeed, it matches prod, and not show these warnings? How can I disable this? Getting warnings over what should be a very basic operation is annoying.
Pretty much all of our databases have named filegroups - PRIMARY is meant to be system objects, we have named filegroups for indexes, tables, etc. I just installed SQL Source Control and tried to link, and I got these Warnings about "Objects need to be created using one or more non-stnadard filegroups". Why does this occur? Why doesn't it check, see that yes, indeed, it matches prod, and not show these warnings? How can I disable this? Getting warnings over what should be a very basic operation is annoying.
Tagged:
Answers
SQL Source Control always asks to acknowledge any warning that the Compare engine is generating in order to proceed with committing.
If you Ignore "Filegroups, partition schemes and partition functions" in the Comparison options, you will stop getting this warning. If not, unfortunately you need to manually accept the warning every time you commit.
Tianjiao Li | Redgate Software
Have you visited our Help Center?
Thanks.