We are working on a huge IT reconcile project. To do this we are pulling data from all the cloud applications we use, AD, Spiceworks, etc and then using this data to ensure that when an employee is separated from employment, that we have a good idea of the assets they were responsible for and the permissions\access they had on our cloud apps.
We are pretty much solely a MS shop, so SQL Server is the database server that I am using. I have been working with SSIS to pull in other data that we need and would like to do the same thing with the data from Spiceworks.
I took a backup of Spiceworks' SQLite dbs and am able to connect to them via ODBC, and I can see columns and such, but I run into a bunch of truncation issues when trying to do just a simple import via SSIS. Apparently there is a mismatch between the schema in SQLite and MSSQL's...