Hi there SVA
Thanks for using QandA platform'
first install an SQLite ODBC driver on the SQL Server machine. Then, configure an ODBC data source pointing to your SQLite database. In SQL Server Management Studio, create a new linked server under Server Objects
by choosing the Microsoft OLE DB Provider for ODBC Drivers
, and entering the DSN for your SQLite connection. Set up security options, and then you can query the SQLite database using OPENQUERY
in SQL Server to import data.
For more info follow this documentation
If this helps kindly accept the answer thanks much.