Rich Hull
Member²
I would like an option to override the sequence starting values to an entered value (like, 1) during export. This would solve a couple of issues for me. (1) it would eliminate the need to run a little SQL script that uses dynamic SQL to reset all the sequences after an install, and (2) I periodically export all user objects to the file system into a folder that is part of Tortoise SVN. If a sequence's current value has changed since the last export, SVN registers this as a change. Of course, it actually is a change, but it is a meaningless change that I would rather avoid (dealing with). Thanks much!