Import multiple Record sets from an Excel sheet to SQL Server

preview_player
Показать описание
Import multiple Recordsets from an Excel sheet to SQL Server

#SQLwithManoj #SQLServer #MSExcel #ExcelSQL

Рекомендации по теме
Комментарии
Автор

Really helpful sir, keep going with more video

nirajgaud
Автор

I created a table with two columns in MS SQL Server. First column Date as a date and second Number as an int. My data is inside excel sheet, with same column names and format. Excel datatypes: Column 1 Date as a date (yyyy/mm/dd), Column 2 Number as general (just going from 1 to up). I try to import data to SQL Server using Import/Export Wizard. And I can't import it without warning about potential loss. In editing mapping menu in Import/Export Wizard it shows that my source datatype in Column 2 (Number) is a double and Destination is an int. How can workaround it ?

aleksanderukaszewski
Автор

Sir I have a dataset in excel where in one excel sheet there are 4 different sheets like the main sheet is Database and I have 4 sheets in it. But when I import them to mysql it gives me only 23 rows out of 101 . What could be the reason? But on excel it says change the format to excel or else there will be some lost data in csv format. Please tell me Sir

karishmamanohar
Автор

hi i want to import data from excel table to sql for particular columns ( need to import only 2 columns ) . excel data have total 10 columns but i need only 2 columns to import sql server . can you please explain me how to import?

kishorekumar-ecgn
Автор

i want auto refresh data in sql server after data enter in excel sheet. how it is possible

AjaySingh-ypsv
Автор

how can i append more excel data to the same sql table (same structure from the first import)?

felipesignorellireis
Автор

Helpful video. I am using one application who save data in SQL database every hour. Now I want to export that data to excel with 24 hours data in new excel file. How can I do that?
Thanks

pravinpr
Автор

Awesome easy - I need to pass exam 461 what can I use?

ItsDevOps