i am new at SQL Server CE and using Visual Studio 2008, SQL Server CE 3.5. I want to know that what the best way of inserting bulk records into SQL Server CE database? Does BULK INSERT
statement work for SQL Server CE? I have nearly 45 tables and some of these tables should have large amount of data. Using command.Prepare
is enough or is there more efficient and fast way?