Is there a list somewhere of all the output message numbers from VSDB Depolyments (VsDbCmd.exe from Visual Studio Database Edition)?
For example,
- TSD01268 = normal action successful
- TSD01236 = missing referenced file (fail)
- TSD01237 = missing script file (fail)
- TSD00566 = deployment script generated to _
The way we are wrapping calls to VsDbCmd.exe means catching the %errorlevel% isn't always reliable so we also like to check the output for certain error conditions. It would be nice to see a consolidated list somewhere.