Connect SQL Server from Excel and retrieve data

  Рет қаралды 165,870

SQL with Manoj

SQL with Manoj

Күн бұрын

Connect SQL Server from Excel and retrieve data
My SQL Blog: sqlwithmanoj.com/
#SQLwithManoj #SQLServer #MSExcel #ExcelSQL
SQL blog: sqlwithmanoj.com/
LinkedIn: / manub22
Facebook: / sqlwithmanoj
Telegram: t.me/sqlwithmanoj

Пікірлер: 67
@VANTYCSolutions
@VANTYCSolutions 3 жыл бұрын
Amazing video. I spent 1 hour trying to export from SSMS to excel with an annoying errors, but with this great tutorial finally my work is done Thank You.
@_-_-.-_-_
@_-_-.-_-_ 2 жыл бұрын
I have been doing SQL for 25 years and decided to watch at random. I do this all day long. If I was not to know how to do this, this video is very good, both in the delivery of how and why. Also, the presenter spoke very clearly. Good job.
@WinserEspinal
@WinserEspinal 2 жыл бұрын
You just saved me hours of research, as a beginner, I thank you from the bottom of my heart.
@pandayprakash
@pandayprakash 3 жыл бұрын
Ur tutorial give soo much guidance 👍
@ayushisahu9926
@ayushisahu9926 3 жыл бұрын
Thanks the vedio was so helpful
@mikegaa
@mikegaa 2 жыл бұрын
great tutorial. thanks
@CapsLock959
@CapsLock959 4 жыл бұрын
You are a modern day hero, sir.
@smellypunks
@smellypunks 3 жыл бұрын
How do you refresh the data? Click refresh or can it be set with a timer e.g. 6am daily.
@wrathofindian6150
@wrathofindian6150 3 жыл бұрын
Excellent English, and great content helped a lot to build WMS
@عابثالأخير-ز9ي
@عابثالأخير-ز9ي 7 ай бұрын
Thank you! It was a great
@tauhidanwar3512
@tauhidanwar3512 8 ай бұрын
Very nice and informative video. I am using office 365 and after connecting to sql server, i am not able to edit the query in connection properties. Please help
@rk_financial6592
@rk_financial6592 2 жыл бұрын
Awesome...exactly what i was looking for!!
@stanknight9159
@stanknight9159 5 жыл бұрын
Fantastic Video! Thank you.
@GaganDeep-mj5hi
@GaganDeep-mj5hi 9 ай бұрын
Awesome video
@funtime12345
@funtime12345 2 жыл бұрын
That was great!!👍👍👌
@IbadassI
@IbadassI 4 жыл бұрын
Fantastic, exactly what I wanted!
@anthonyhernandez3546
@anthonyhernandez3546 4 жыл бұрын
This has so much value
@khdvid801
@khdvid801 3 жыл бұрын
Thank you.
@maynonarauz28
@maynonarauz28 5 жыл бұрын
what if you change something on the excel file? would it change in the SQL table?
@MeyWorking
@MeyWorking 4 жыл бұрын
thank you!! very useful!
@luirm6946
@luirm6946 5 жыл бұрын
HI mate, quick question, how would I be able to update connection if I want connect to the same server but different SQL query and run it on the same excel sheet? Props to your video
@SQLwithManoj
@SQLwithManoj 4 жыл бұрын
I think you will need to change the SQL Query everytime.
@akashkshirsagar3130
@akashkshirsagar3130 2 жыл бұрын
Hello sir ... its great learning as a beginner for me. when I am trying to connect multiple table at the same time, its not working. could u please help me for how to do it?
@rafaelagrava2239
@rafaelagrava2239 6 жыл бұрын
is the data realtime? for example you add data in my sql server do you think it will update to in excel?
@ManojPandeyManub22
@ManojPandeyManub22 6 жыл бұрын
yes :)
@greengarden2994
@greengarden2994 5 жыл бұрын
Same question I had... should pin or highlight Rafael's comment. This video was very helpful, thanks Manoj!
@gabrielgomez2313
@gabrielgomez2313 2 жыл бұрын
Pro!
@omoussalli699
@omoussalli699 5 жыл бұрын
Thank you so much for this!
@tinachaulagai5177
@tinachaulagai5177 5 жыл бұрын
You are the best.............
@hweegeem
@hweegeem 3 жыл бұрын
Hi, how if my data base is from an Excel file? It is .csv file, and the data is keeping on increasing as long as machine working. Do you have any ideas? Means my SQL need to auto update when there are a changes from excel file.
@nohemiwest-phelps534
@nohemiwest-phelps534 3 жыл бұрын
Great video. When I do this, it puts it into a table and I cant run my vlookups without changing the formatting and then the formatting is lost when the data is refreshed. My vlookups are done off loan numbers and that's the formatting that I have to adjust each time to remove the leading zeros. Any suggestions?
@SQLwithManoj
@SQLwithManoj 3 жыл бұрын
Plz do not mix Excel-SQL-connection with vlookup... try to do vlookup in SQL itself and then pull data in XL.
@jacobsearl6192
@jacobsearl6192 2 жыл бұрын
create a macro that copies, pastes, and re formats the refreshed data.
@terasinfo7789
@terasinfo7789 3 жыл бұрын
I have already thanked you
@silverfunnel6819
@silverfunnel6819 4 жыл бұрын
Liked! and subscribed! 4:27 But I could also delete columns in the Get and Transform Editor?
@chandraganji93
@chandraganji93 3 жыл бұрын
Great!
@JamsCademy
@JamsCademy 5 жыл бұрын
Wonder full!
@msn493
@msn493 4 жыл бұрын
Hi Manoj ..the vdo is helpful but what i observed is when u r dealing with huge number of records ..the data in Excel and SQL do not match..over all row count is same in both but the data is mixed.. as in what i see in SQL first row ..i cant see the same in the first row of excel ? Why is that ..? Can u explain ..am i doing anything wrong? Pls help
@hdchiepduc
@hdchiepduc 3 жыл бұрын
a big help
@mohamedjiffry3598
@mohamedjiffry3598 4 жыл бұрын
Is there any risk on database if excel user connect to SQL DB? please advise.
@SQLwithManoj
@SQLwithManoj 4 жыл бұрын
no, as you are using read-only connection from Excel to SQL Server.
@mohamedjiffry3598
@mohamedjiffry3598 4 жыл бұрын
Thank you
@santhosh827
@santhosh827 3 жыл бұрын
Kindly guide me on following query, when I delete 2 years data out of 5 years from a table using where clause it increased log data120 Gb, so how will remove it from log
@SQLwithManoj
@SQLwithManoj 3 жыл бұрын
If its your DEV/Test database, try checking if the DB RecoveryModel is set to "Full", then set it to "Simple", and Shrink the log file. Or if its your PROD database, then try taking log backup and Shrink the log file.
@christianmax4659
@christianmax4659 3 жыл бұрын
really nice Video! does anyone know how I can change numbers in Excel and update it in SQL?
@andersonrodrigues600
@andersonrodrigues600 7 жыл бұрын
Good Job!
@mr.e299
@mr.e299 6 жыл бұрын
Great video but how to connect to a remote Server not on the same network?
@gautamranafounderofbexpert6539
@gautamranafounderofbexpert6539 5 жыл бұрын
Can you pls help me I am unable to connect Heidi SQL database . Thanks in advance
@ItsTarzan100
@ItsTarzan100 4 жыл бұрын
Can you please suggest how to do this in Excel 2016 version, I was able to do it in previous version but some reason after excel is updated i am not able to connect.
@SQLwithManoj
@SQLwithManoj 4 жыл бұрын
This demo is using Excel 2016 only
@ItsTarzan100
@ItsTarzan100 4 жыл бұрын
@@SQLwithManoj sorry I mean office 365
@yogeshm5955
@yogeshm5955 7 жыл бұрын
Thank you I am able to connect sql server. My sql database will be updating every ten minute. I want it should be updated every ten minutes and should save automatically in excell even when file is closed. Please help me.
@SQLwithManoj
@SQLwithManoj 7 жыл бұрын
For this you need to use SSIS, that will run the query and redirect records in an excel file with dynamic file name.
@alltimez5523
@alltimez5523 5 жыл бұрын
Sir can you do it in reverse order Like when we change data in Excel it should update in sql server database
@sabkuchdhela191
@sabkuchdhela191 4 жыл бұрын
have the same doubt
@loomdoby
@loomdoby 4 жыл бұрын
subscribed
@sabkuchdhela191
@sabkuchdhela191 4 жыл бұрын
Wat to do for connection in MySQL with live excel updates.. if i update my excel, table gets updated in mysql
@SQLwithManoj
@SQLwithManoj 4 жыл бұрын
no, updating Excel won;t update your table in database.
@shilpikhetan274
@shilpikhetan274 3 жыл бұрын
Hey hi.. i also have this requirement. Would you successfull in achieving this ?
@sabkuchdhela191
@sabkuchdhela191 3 жыл бұрын
@@shilpikhetan274 there is a MySQL connector available in Excel..as plugin
@nyali2
@nyali2 2 жыл бұрын
This is from SQL to Excel, not Excel to SQL.. that is quite a difference
@smartinvestingideas8483
@smartinvestingideas8483 Жыл бұрын
Hindi bol le bhai
@Evpat2000
@Evpat2000 2 жыл бұрын
Very nice vid, thank you so much!
Import Data from SQL Server to Excel | Create a report in seconds
11:34
Yoda Learning Academy
Рет қаралды 198 М.
Passing Parameter Values from Excel to SQL Server
21:47
Anthony Smoak
Рет қаралды 30 М.
The selfish The Joker was taught a lesson by Officer Rabbit. #funny #supersiblings
00:12
Funny superhero siblings
Рет қаралды 11 МЛН
Un coup venu de l’espace 😂😂😂
00:19
Nicocapone
Рет қаралды 10 МЛН
Миллионер | 2 - серия
16:04
Million Show
Рет қаралды 1,2 МЛН
Зу-зу Күлпаш 2. Бригадир.
43:03
ASTANATV Movie
Рет қаралды 720 М.
Detach and Attach a Database in SQL Server
10:21
SQL with Manoj
Рет қаралды 87 М.
How to import data from Microsoft Excel into Microsoft SQL Server
13:00
How to Automate Excel Reports Using SQL [CSV to SQL to Excel Automation]
23:52
Use Excel to Connect to SQL Server Data
13:51
Anthony Smoak
Рет қаралды 110 М.
Deep dive: Using JSON with SQL Server
43:08
SQL with Manoj
Рет қаралды 21 М.
Data Cleaning in MySQL | Full Project
51:11
Alex The Analyst
Рет қаралды 164 М.
you need to learn SQL RIGHT NOW!! (SQL Tutorial for Beginners)
24:25
NetworkChuck
Рет қаралды 1,6 МЛН
Connect SQL to Excel
10:08
Macro Man
Рет қаралды 12 М.
The selfish The Joker was taught a lesson by Officer Rabbit. #funny #supersiblings
00:12
Funny superhero siblings
Рет қаралды 11 МЛН