I am new to SQL Server CE and use Visual Studio 2008, SQL Server CE 3.5. I want to know what is the best way to insert bulk records into a SQL Server CE database? BULK INSERT work for SQL Server CE? I have almost 45 tables, and some of these tables should have a lot of data. Is using command.Prepare sufficient or is there a more efficient and faster way?
Cem
source share