It's common to see "table does not exist" errors during initial creation, since it'sbest practice to check if something already exists before creating it. SQL doesn'tgenerally have an "exists" function, so you query permissions and let the "tablenot found" error stand as an answer. It's perhaps misleading to use a singleerror-handling function when you *expect* an error, but we're just talking abouta setup log, after all.- V
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.