I'm looking for an elegant way to import records from database, into existing list in sharepoint (which already contains some data).
All SQL Server databases, including the one from sharepoint, share the same server instance - so it's probably very easy to do manual INSERT directly to sharepoint database. I'm not sure if it's best approach tho.
Could you advise me some solutions of appending records into the list?