Looking into the Microsoft documentation, it says when a unique constraint is created, a unique index is created automatically.
Is there a trickstrick/workaroundsworkaround to have a unique constraint and NOT have a unique index, so it does not take space ?