Hi All,
After much research and experimentation I have created a linked Server from Microsoft SQL Management Studio to a copy of the Spiceworks (SQLite) database file.
How did I do this?
- Installed SQLExpress (2014)
- Installed MS SQL Management Studio (2012)
- Installed the SQL Lite ODBC Driver
- Used 'ODBC Datasource Administrator' to create a System DNS (which points to a copy of the Spiceworks database file)
View the Spiceworks Database and Create SQL Reports - Created a New Linked Server in MS SQL Management Studio
Create MS SQL Linked Server to the Spiceworks SQLite Server
Now when I expand the Linked Server I see the following tree structure -
According to the last tutorial which I have been following I should be seeing 'default' under 'System Catalogs'. Furthermore I should be seeing 'Tables' under 'default', as shown below -
I feel like I am so...