SQL Server: How to Avoid Data Loss During Migration From MS Excel

added by lionofdezert
2/11/2011 1:29:15 PM

108 Views

While importing data from excel sheet, keep in mind that, SQL Server export/import utility look into first row of your data in excel sheet to guess data types of different columns. Problem occurs when we want to import columns, which contains both numeric and character data.


0 comments