SQL Setup - lenzhin/QBXML_Importer GitHub Wiki

I use MSSQL Express with Management Studio because it's free and easy.

  1. Create a QBXML database.
  2. Create BillingData, Customers and Payments tables.
  3. Create stored procedures using the .sql provided.
  4. Create a linked server: (you'll need the Access Database Engine if you want to link text files.) LinkedServer

I'll go more in-depth with the SQL setup later.