How to import data from Microsoft Excel into Microsoft SQL Server

  Рет қаралды 37,201

SQL Server 101

SQL Server 101

Күн бұрын

Пікірлер: 59
@alexniyonzima2082
@alexniyonzima2082 Жыл бұрын
After a whole day of hitting dead ends I land on this helpful video. Thank you
@Lolomikagi
@Lolomikagi Жыл бұрын
OMG, thank you so much!! I could cry right now. I spent 8 hours trying to figure this out on my own.
@JSTrades_YT
@JSTrades_YT Жыл бұрын
for real... what process just to setup a project
@adewunmiroland8436
@adewunmiroland8436 Жыл бұрын
Likewise
@deannamccloud4906
@deannamccloud4906 11 ай бұрын
Thank you for this video! Took me 2 days plus uninstalling + reinstalling SQL multiple times before landing on your video. Thank You again!
@MuxicMax
@MuxicMax Жыл бұрын
Thank you soo much I spent 2 literal days to understand this after installating tons of connectors and other driver this has eventually worked sir I owe you my life...
@zipporahebede370
@zipporahebede370 Жыл бұрын
thank you so much. this video helped me so much, was almost losing hope. uninstalled my sql server so many times because i thought that was the issue
@marc_aussie
@marc_aussie Жыл бұрын
Thank you, info on using the DB driver instead of native client was very helpful, as well as how to fill out the properties box. Got my data loaded!
@pw3111
@pw3111 11 ай бұрын
Excellent Video. Thanks. Finally got the spreadsheet into SQL. Only problem was it took me days to get the Import Export function up and running. Kept getting an error message saying DTSWizard was missing. Finally solved. Hopefully this method will also work for Access Databases.
@TimelessView
@TimelessView Жыл бұрын
Oh my god thank you, thank you so much. I've been struggling for the past few weeks 🥺🙏♥️♥️♥️
@akindeleadebayo6504
@akindeleadebayo6504 11 ай бұрын
Thank you sir oo. Finally able to import my data😀😀😀 after several attempts.
@genesisrojas6217
@genesisrojas6217 7 ай бұрын
Omg!!!!! THANKS!!!! Finally a useful video
@tosinesther4900
@tosinesther4900 9 ай бұрын
You are such an Amazing tutor!!!
@randalsullivan4453
@randalsullivan4453 Жыл бұрын
A great video, thank you for this series!
@zuyderrathaman2497
@zuyderrathaman2497 Жыл бұрын
Hi there, I still get the error you mention at min 5.43 (import wizard, MS ACE.OLBD 1.6 provider) even when I install the Microsoft Access Database Engine 2016 Redistributable. Kindly assist
@WendersonReisss
@WendersonReisss Жыл бұрын
Thank you so much! Is it possible to conect Sharepoint list to SQL Server?
@SQLServer101
@SQLServer101 Жыл бұрын
Hi Saojoaomeriti. Please have a look at softkeys.uk/blogs/blog/how-to-connect-sharepoint-list-to-sql-server-database . Phillip
@isrick10
@isrick10 Жыл бұрын
Thank you so much, my friend
@adewunmiroland8436
@adewunmiroland8436 Жыл бұрын
Now this is what I call quality content.🤌
@mmtsa
@mmtsa Жыл бұрын
Hello. I've done all the steps and also have installed Microsoft Access Database Engine 2016 Redistributable just like your tutorial and still getting the same error and no OLEDB provider has been installed on my Windows 10. What might be wrong when this happens? It says the installation was successful but the I can't see its reflection on my job. Any suggestion?
@SQLServer101
@SQLServer101 Жыл бұрын
Hi mmtsa. I would see if you have installed the right version. There is a 32-bit version and a 64-bit version. I would try installing the other version and see if that works. Phillip
@markk364
@markk364 11 ай бұрын
@@SQLServer101 No, dont do that - you will end up with tons of issues related to compatability - BAD ADVICE!!
@patryknejmanowski8402
@patryknejmanowski8402 Жыл бұрын
Do files from Excel 365 work too? You only mention Excel 2019 and 2022 working while selecting Excel 2016 during import.
@SQLServer101
@SQLServer101 Жыл бұрын
Hi Patrykenj. The file needs to be accessed through the File Dialog box. If you can access your Excel 365 files through there, you should be fine. Phillip
@patryknejmanowski8402
@patryknejmanowski8402 Жыл бұрын
@@SQLServer101 Thanks for reassuring me. My organization is forcing a move from Office 2016 to Office 365 in 2 months time so I'll know for sure after that and report back.
@hemanthsaimanikantaappari3905
@hemanthsaimanikantaappari3905 13 күн бұрын
working
@JAE-gg1xb
@JAE-gg1xb Жыл бұрын
I know this is completely of topic. But by any chance do you have a udemy course for the Azure Data Engineer DP203 ? (Not the Azure Database Administrator)
@SQLServer101
@SQLServer101 Жыл бұрын
Hi JAE. I don't have a Udemy course for DP-203. Phillip
@JAE-gg1xb
@JAE-gg1xb Жыл бұрын
​@SQL Server 101 I have bought some of your udemy course. And it was truly awesome. You make the concepts very easy to understand, plus I can understand you clearly.
@mestermester6749
@mestermester6749 Жыл бұрын
What happens if in that case the delimiter is the comma "," but you have a column that internally has commas? For example "x value, y value, z value,"... the SQL divides this field into columns and it would be wrong because "it interprets the delimiter of said column as new columns", how is this fixed? Thank you!!!
@SQLServer101
@SQLServer101 Жыл бұрын
Hi Mester. Thank you for your question. You need a text qualifier - for example "first, second, third" will be interpreted as one field if you use quotation marks as the text qualifier. For more, see learn.microsoft.com/en-us/sql/integration-services/import-export-data/connect-to-a-flat-file-data-source-sql-server-import-and-export-wizard?view=sql-server-ver16 and scroll down to "Text qualifier". Phillip
@mf_faqih
@mf_faqih Жыл бұрын
Im following your steps to import Excel data into the Microsoft SQL server, but still get an error. After reading many posts from stack overflow, it said that I needed to install Microsoft Access database engine 2010. But even after installing it, the error is still there. Any advice sir?
@SQLServer101
@SQLServer101 Жыл бұрын
Hi Fadhlurrohmanfaqih. Thank you for your question. There are two types of MS Access database engine 2010 - a 32-bit version and a 64-bit version. You have installed one of them - try installing the other. If that still doesn't work, try the same with MS Access database engine 2016. Phillip
@tcells24
@tcells24 10 ай бұрын
it's been weeks now that I've been trying to fix the import data problem. Unfortunately, I still have the same error when importing an excel workbook like it was shown in this video. Can someone reach out to me directly because I have tried this a million different ways and not sure what other options I have at this point?
@SQLServer101
@SQLServer101 9 ай бұрын
Hi TCells. I suggest going onto the Microsoft forums and asking someone to reach out to you directly from there. Phillip
@tcells24
@tcells24 9 ай бұрын
@@SQLServer101 I figured it out. I had to keep looking at more videos. I realized that since my pc is 64 bit, I have to force download the 32 bit version of access to somehow reverse the import export wizard. Very odd but it worked
@no.more.official
@no.more.official 6 ай бұрын
Thank you
@paulntumbong9568
@paulntumbong9568 Жыл бұрын
I used this method in creating an ssis package, but I could not find the package after setting it up
@huutoan1
@huutoan1 Жыл бұрын
THANK YOU!
@vinayakbhardwaj1776
@vinayakbhardwaj1776 Жыл бұрын
I also did the same steps as you did but am getting extra columns and rows with null values. What can I do now
@SQLServer101
@SQLServer101 Жыл бұрын
Thanks for watching! It looks like your data has some extra columns and rows that you didn't ask for. Don't worry, sometimes the best data sets are the ones that have a few unexpected surprises. I would delete the extra columns and rows after it has been imported. Phillip
@nochu4835
@nochu4835 Жыл бұрын
i have almost 200k data, i tried to import all data but only 40k were imported, may i know how can i solve this?
@SQLServer101
@SQLServer101 Жыл бұрын
Hi Nochu. I would do it in smaller files. Phillip
@nochu4835
@nochu4835 Жыл бұрын
@@SQLServer101 i see, no worries. already solved thankyou for the video!
@huongvi462
@huongvi462 Жыл бұрын
Thank you very much
@PhetoleRamatapa
@PhetoleRamatapa Жыл бұрын
I keep having an error message at the end of the installation. I can send you a screen short
@SQLServer101
@SQLServer101 Жыл бұрын
Hi User. I'm afraid you can't add screenshots to KZbin comments. Phillip
@mohdafsarkhan1525
@mohdafsarkhan1525 Жыл бұрын
Thank you alot ....
@tayyabaabro5345
@tayyabaabro5345 Жыл бұрын
I have followed same steps but getting this error while importing my data. TITLE: SQL Server Import and Export Wizard ------------------------------ Error 0xc002f210: Preparation SQL Task 1: Executing the query "CREATE TABLE [dbo].[CovidDeaths] ( [iso_code] nva..." failed with the following error: "Culture is not supported. Parameter name: culture 3072 (0x0c00) is an invalid culture identifier.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly. ------------------------------ BUTTONS: OK ------------------------------
@SQLServer101
@SQLServer101 Жыл бұрын
Hi Tayya. Thank you for your question. Please have a look at stackoverflow.com/questions/66232087/sql-server-2019-agent-job-execute-error-culture-is-not-supported . Phillip
@bakihanma1680
@bakihanma1680 5 ай бұрын
woah woah woah, that is not fine lmfao, bro just turned the sheet from a database into one table.
@SQLServer101
@SQLServer101 5 ай бұрын
Hi Baki. Thank you for your comment. This video is about importing an Excel spreadsheet into a SQL Server table, not from a database. Phillip
@Majed905
@Majed905 Жыл бұрын
Hello mr.Phillip I have followed your steps but it’s always give me an error I tried everything and it doesn’t work can you help me Messages Error 0xc02020a1: Data Flow Task 1: Data conversion failed. The data conversion for column "OwnerName" returned status value 4 and status text "Text was truncated or one or more characters had no match in the target code page.". (SQL Server Import and Export Wizard) Error 0xc020902a: Data Flow Task 1: The "Source - Nashville Housing Data for Data Cleaning_csv.Outputs[Flat File Source Output].Columns[OwnerName]" failed because truncation occurred, and the truncation row disposition on "Source - Nashville Housing Data for Data Cleaning_csv.Outputs[Flat File Source Output].Columns[OwnerName]" specifies failure on truncation. A truncation error occurred on the specified object of the specified component. (SQL Server Import and Export Wizard) Error 0xc0202092: Data Flow Task 1: An error occurred while processing file "C:\Users\ajhgs\Downloads\Nashville Housing Data for Data Cleaning.csv" on data row 275. (SQL Server Import and Export Wizard) Error 0xc0047038: Data Flow Task 1: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on Source - Nashville Housing Data for Data Cleaning_csv returned error code 0xC0202092. The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing. There may be error messages posted before this with more information about the failure. (SQL Server Import and Export Wizard)
@SQLServer101
@SQLServer101 Жыл бұрын
Hi Majed. At 8'50" I click on "Edit Mappings". You will see in OwerName that the Size is too low for the data you are importing. You need to increase that number. Phillip
@Majed905
@Majed905 Жыл бұрын
@@SQLServer101 I make it 500 and still give me error
@carlanaielyperez4659
@carlanaielyperez4659 8 ай бұрын
THANK YOU!
@Kavi-learn
@Kavi-learn Жыл бұрын
thank you so much
@rakeshmondal6982
@rakeshmondal6982 8 ай бұрын
Thank you so much
How to import data from Microsoft SQL Server into Microsoft Excel
14:51
Use Excel to Connect to SQL Server Data
13:51
Anthony Smoak
Рет қаралды 123 М.
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
How to EASILY Import data from EXCEL to SQL Server Tables [2024]
10:00
Ryan & Matt Data Science
Рет қаралды 18 М.
Run SQL queries in MS Excel
9:25
Office Wiz
Рет қаралды 12 М.
How to import data from Microsoft Excel into Microsoft SQL Server
9:28
Solving one of PostgreSQL's biggest weaknesses.
17:12
Dreams of Code
Рет қаралды 226 М.
What is Database Sharding?
9:05
Anton Putra
Рет қаралды 72 М.