I created a simple website (using C#) that import 70k rows data from a text file to my database but I got this problem:
It takes 3 minutes to import 70k rows data to database on my desktop (DELL optiplex 3010, 4GB ram, Windows7, no RAID) but takes more than 15 minutes to import to database on server IBM (IBM 3650 M3, Windows Server 2008 Enterprise SP1, 60GB ram, RAID 10, instaled only SQL Server 2012 and its features).
Could you explain and give me some idea to solve the problem ? Thank you.