SQL Setup - lenzhin/QBXML_Importer GitHub Wiki
I use MSSQL Express with Management Studio because it's free and easy.
- Create a QBXML database.
- Create BillingData, Customers and Payments tables.
- Create stored procedures using the .sql provided.
- Create a linked server:
(you'll need the Access Database Engine if you want to link text files.)
I'll go more in-depth with the SQL setup later.