This dbWriteTable statement works fine to create a MS SQL table, but what does the message mean?
dbWriteTable(myDatabase, SQL("dbo.myTable"), myData)
Note: method with signature �DBIConnection#SQL� chosen for function �dbQuoteIdentifier�,
target signature �Microsoft SQL Server#SQL�.
"OdbcConnection#character" would also be valid
Is there some alternate coding that I should be using?