• Two I can think of;

    "Dynamic SQL is always better than stored procedures".

    and;

    "Stored procedures are always better than dynamic SQL".

    Oh, and a bonus one that I've seen in practice is the assumption that primary- and foreign-keys are optional.

    Paul