Is it possible to open a sqlite database from within microsoft sql management studio?
- by Brian T Hannan
Is there a way to open a .db file (sqlite database file) from within microsoft sql management studio?
Right now we have a process that will grab the data from a microsoft sql server database and put it into a sqlite database file that will be used by an application later on.
Is there a way to open the sqlite database file so that it can be…