I had an import process that imported Excel data. But I didn't want to hard-code the name of the table being imported. To handle this, I found this article online by David Hayden with a solution: using the GetSchema method to get the schema of the underlying connected database. Check it out at: http...