01 Introduction to SSIS | Create your first SSIS package

Поділитися
Вставка
  • Опубліковано 1 гру 2024

КОМЕНТАРІ • 243

  • @cooldwnload
    @cooldwnload Рік тому +16

    This is the best of all SSIS on UA-cam. One stop place to ramp up yourself on SSIS. thank you!

    • @learnssis
      @learnssis  Рік тому

      Thank you so much Dev for your appreciation.

  • @HarshaV44
    @HarshaV44 3 роки тому +21

    Hello Sir, Thanks for uploading the SSIS videos Just today I have started to learn SSIS and found your channel the video is very easy to understand clearly and to start SSIS. Thank you I'll continue to watch your next videos

    • @learnssis
      @learnssis  3 роки тому +5

      Thank you so much Harsha vardhan for your appreciation. Welcome to the world of SSIS. I hope you will find the videos informative. Stay tuned.

  • @rams_here
    @rams_here 4 місяці тому +3

    This is the TOP channel and content for SSIS, Thank god I found this channel at right time :)

    • @learnssis
      @learnssis  4 місяці тому +1

      Thank you. Glad you found the channel helpful.

  • @kunchapusrikanth4919
    @kunchapusrikanth4919 Рік тому +3

    thank you so much for SSIS Videos 😊😊😊 I think definitely useful for my career

    • @learnssis
      @learnssis  Рік тому +1

      Thank you Kunchapu Srikanth for your comment.

  • @tahirsyed1346
    @tahirsyed1346 Рік тому +1

    The best tutorial in a few minutes, thanks

  • @muhammadnadeemmn
    @muhammadnadeemmn 3 роки тому +2

    This is really a great video, Very precise explanation - Was looking for such video for a long time and finally found it. Thanks for your help.

    • @learnssis
      @learnssis  3 роки тому

      Thank you so much Nadeem for your kind words. Its good to know that you liked the video.

  • @marketfinds
    @marketfinds 6 місяців тому

    Had to Install the SQL Provider Manually but after that worked a treat!
    Great Introduction and Tutorial.

  • @dipeekagiradkar6661
    @dipeekagiradkar6661 2 роки тому

    It is very helpful, and I was able to create my first SSIS package successfully. Thank you!

    • @learnssis
      @learnssis  2 роки тому

      Good to know Dipeeka that you started learning SSIS. All the best for learning SSIS.

  • @mugdhaapte
    @mugdhaapte 11 місяців тому

    Hi Aqil. Thanks for such a simple and to the point explanation of this topic. I have subscribed to your channel and would like to learn more about such topics. Thanks for making a non-jazzy, shoo sha videos like others do with their fake english accents, obnoxious commentary and graphics. Your ease of navigating things shows how skilled you are in your work. Congratulations and many thanks.

    • @learnssis
      @learnssis  11 місяців тому

      Thank you Mugdha for appreciating. If you got any questions then you can comment on the video or email me at aqil33@gmail.com. Happy Learning.

  • @kamizanamirudin4017
    @kamizanamirudin4017 Рік тому

    bro, i respect you so much. your video is in english, even your pronunciation not really good, but you did well. i hope others indian people can take you as example. also, the cc is really helping me a lot. this video help me to understand the concept of ssis even just a glimpse, with some effort, i believe i can gain understanding in ssis, since this will help a lot in production on my company for century updated related flat files. thanks again, more respect to you

  • @ramchandra833
    @ramchandra833 3 місяці тому

    you deserve the best bro, very Informative and usefull. Thanks keep doing!!

    • @learnssis
      @learnssis  3 місяці тому

      You are most welcome Bro.

  • @hassanalianees5530
    @hassanalianees5530 Рік тому +1

    Brilliant Boi

  • @jigneshvyas3105
    @jigneshvyas3105 3 роки тому +11

    Hi Aqil. I can not thank you enough for the videos. Great work. You have made the whole series available for free, which is very kind.
    A quick question. Can a flat file source only work when csv files are sitting on a local computer? what are the other approaches when you want to import csv files from a server and load them into sql tables? Sorry if my question sounds stupid.

    • @learnssis
      @learnssis  3 роки тому +10

      Thank you so much for your kind words. If you want to load the CSV file into sql server table, then other than flat file source
      1. We can use Bulk Insert Task in SSIS to load the csv file into sql server table.
      2. We can use a Bulk Insert sql query to import the csv file into a sql server table like below
      BULK INSERT SchoolsTemp
      FROM 'C:\CSVData\Schools.csv'
      WITH
      (
      FORMAT = 'CSV',
      FIELDQUOTE = '"',
      FIRSTROW = 2,
      FIELDTERMINATOR = ',', --CSV field delimiter
      ROWTERMINATOR = '
      ', --Use to shift the control to next row
      TABLOCK
      )

  • @yuvrajb4696
    @yuvrajb4696 2 роки тому +1

    I will watch all videos now onwards

    • @learnssis
      @learnssis  2 роки тому

      Sounds great. I am sure they will help you to learn the SSIS concepts.

  • @madhavanrao3626
    @madhavanrao3626 11 місяців тому

    Thanks a lot for sharing valuable information 👏👏👏👏👏👏👍👍

    • @learnssis
      @learnssis  11 місяців тому +1

      Thank you Madhavan.

  • @quackaddict9810
    @quackaddict9810 Рік тому

    Hi Sir, thanks for uploading these videos. I want to become more proficient with SSIS and this will help.

    • @learnssis
      @learnssis  Рік тому

      Glad you found the video helpful.

  • @chinenyeelochukwu2279
    @chinenyeelochukwu2279 Рік тому

    Great teaching and detailed explanations. Thank you so much

  • @khajarasool
    @khajarasool 11 місяців тому

    Thank you so much for your tutorial. It was very helpful to us..

    • @learnssis
      @learnssis  11 місяців тому

      Thank you Rasool Basha.

  • @fisherchi
    @fisherchi 2 роки тому

    Thanks for tutorial. Very helpful in understanding what SSIS is really used for.

    • @learnssis
      @learnssis  2 роки тому

      You are most welcome Ervin S.

  • @arafahnugroho5347
    @arafahnugroho5347 Рік тому

    Jazakallah Khairan Aqil Bhai :)

  • @narayanaredde8721
    @narayanaredde8721 Рік тому

    Good bro This video's helps lot to me ,sharing your experience with this course is a great idea .Thank you bro

    • @learnssis
      @learnssis  Рік тому

      Thank you so much Narayana for appreciating the video.

  • @kunwarmaurya2025
    @kunwarmaurya2025 2 роки тому

    Thanks Very Much for such a detailed information: I was confused before watching your video😊

    • @learnssis
      @learnssis  2 роки тому

      Very nice to hear that you liked the video. Thanks for your response.

  • @rhoylleEmpire
    @rhoylleEmpire 9 місяців тому +1

    Beautiful

    • @learnssis
      @learnssis  9 місяців тому

      Thank you John Bosco.

  • @sathya8242
    @sathya8242 Рік тому

    simple and superb explanation with a great execution skill

    • @learnssis
      @learnssis  Рік тому

      Thank you Sathya for appreciation.

  • @akhilvulli
    @akhilvulli 2 роки тому

    Very helpful brother will finish entire SSIS videos.

  • @trumbaron
    @trumbaron Рік тому

    Very good stuff@ Thank you!

    • @learnssis
      @learnssis  Рік тому

      Thank you so much for appreciating.

  • @draishwarya-s5c
    @draishwarya-s5c Рік тому

    while adding a connection in OLE DB , in dropdown SSIS is not showing. i tried various methods but not useful?
    can you please with this issue?

    • @learnssis
      @learnssis  Рік тому +1

      SSIS is a test database that I created, you can create the SSIS database on SQL Server then it will show up.

  • @MD-lu6lb
    @MD-lu6lb 2 роки тому

    Do you have a video on how to tune a package that runs in visual studio fast but run very slow in in initial catalog after deployment. The package doesn’t have any transformation.

    • @learnssis
      @learnssis  2 роки тому +1

      I don't have the video on the exact topic but I have the video on performance tuning of SSIS packages which you might take a look
      ua-cam.com/video/3pacxWeTce4/v-deo.html
      ua-cam.com/video/7sKEgm2uQEM/v-deo.html
      ua-cam.com/video/CYZmMnGf_j4/v-deo.html

  • @josejesusanez5536
    @josejesusanez5536 9 місяців тому

    Hello Sir, I have this issue when trying to connect SQL Server "The specified provider is not supported. Please choose different provider in connection manager." VS 2022 any idea ?

    • @learnssis
      @learnssis  9 місяців тому

      Right click on OLE DB Connection Manager, Select Edit, From Provider, select "Microsoft OLE DB Provider for SQL Server"

    • @josejesusanez5536
      @josejesusanez5536 9 місяців тому

      you are very kind, I appreciate your time ! @@learnssis

  • @engincolak3517
    @engincolak3517 9 місяців тому

    Hello sir, I downloaded SSIS from Microsoft, but the install button does not work during the installation process, I wonder why?

    • @learnssis
      @learnssis  9 місяців тому +1

      There are 2 things to install Visual Studio and SSDT which one are you talking about there ?

  • @wiktormigaszewski8684
    @wiktormigaszewski8684 3 місяці тому

    Concise, thank you!

    • @learnssis
      @learnssis  3 місяці тому

      You are most welcome.

  • @shahiinalam
    @shahiinalam Рік тому

    Excellent Work

  • @laser1915
    @laser1915 Рік тому

    Great Introduction

    • @learnssis
      @learnssis  Рік тому

      You are most welcome @laser1915.

  • @cargouvu
    @cargouvu 8 місяців тому

    Are there any performance issues with stand alone ssis compared to ssis through Azure Data Factory that orchestrates the data process? I had an interview and the hiring manager said they are having this issue. I hope to read up on it ahead of the start date.

    • @learnssis
      @learnssis  7 місяців тому

      I have not worked with ssis through Azure Data Factory. Just worked SSIS as a stand alone, thus not sure about this.

  • @finalcrusade777
    @finalcrusade777 2 роки тому +2

    Hello sir
    Can you help me how to transform a cloumn and its respective records with float data type to DATE data type and all the records of the column accordingly in SSIS?

    • @learnssis
      @learnssis  2 роки тому +2

      You can use a data conversion transformation in between the Excel Source and and OLE DB Destination and select the data type as DT_DBDATE or DT_DBTIMESTAMP. You can watch a video below like how to use data conversion transformation in SSIS
      ua-cam.com/video/aQJCky2qfCs/v-deo.html

    • @finalcrusade777
      @finalcrusade777 2 роки тому

      @@learnssis yeah i did sir...but didn't happen
      ...would you please make a video by converting the above mentioned column....step by step sir??

    • @learnssis
      @learnssis  2 роки тому +1

      @@finalcrusade777 Sure I will. Currently I am out of the station, once I reach home then I will surely make a video on this one. Can you please send the test excel file to aqil33@gmail.com so that I can use that file in the video.

    • @finalcrusade777
      @finalcrusade777 2 роки тому

      @@learnssis sure sir...by the way...your suggested video helped me in converting the data...thank you so much sir...

    • @learnssis
      @learnssis  2 роки тому +1

      @@finalcrusade777 Glad it worked for you.

  • @nagoorshaik-j4s
    @nagoorshaik-j4s 8 місяців тому

    Sir Your Explanation SUPER 👌in SQL and SSIS, Could you please also added the classes power bi and ADF

    • @learnssis
      @learnssis  8 місяців тому

      Thank you, I was planning but right now I am a lot of busy on other assignments and not getting time to make videos.

  • @Latif127
    @Latif127 Рік тому

    Very good tutorial, thank you

    • @learnssis
      @learnssis  Рік тому

      Thank you Latif for appreciating.

  • @houssam5638
    @houssam5638 Рік тому

    Thanks a lot for your effort .

    • @learnssis
      @learnssis  Рік тому

      You are most welcome Houssam.

  • @MdOwaisRumi
    @MdOwaisRumi 3 місяці тому

    I'm facing problem in creating a OLE DB Connection . I have tried a lot please help me how to fix it .

    • @learnssis
      @learnssis  3 місяці тому

      Email me the screenshot of creating it or make a very small video and send it to me at aqil33@gmail.com
      When creating the OLE DB Connection manager, from the Provider, make sure you have selected "Microsoft OLE DB Provider for SQL Server"

  • @MdOwaisRumi
    @MdOwaisRumi 3 місяці тому

    please help....im facing problem in creating OLE DB Connection. i have tried a lot ...please tell how to fix it

    • @learnssis
      @learnssis  3 місяці тому

      Email me the screenshot of creating it or make a very small video and send it to me at aqil33@gmail.com
      When creating the OLE DB Connection manager, from the Provider, make sure you have selected "Microsoft OLE DB Provider for SQL Server"

  • @venulook9942
    @venulook9942 2 роки тому

    hi aqil , can we instal multiple ssdt tools like I have already ssdt 2017 in my system so can i install 2019? or what step shoud i take according to videos i have to follow ssdt 2019 or wahtever it may be its fine ahh?

    • @learnssis
      @learnssis  2 роки тому +1

      yeah we can install multiple versions of SSIS tools. Even I have both SSDT 2017 and SSDT 2019 installed on my machine.

  • @srinathgaddam1569
    @srinathgaddam1569 6 місяців тому

    Hi sir, SSIS is still worth to learn in 2024? can you give me idea about its future scope

    • @learnssis
      @learnssis  6 місяців тому

      Hi, yes it is worth to learn SSIS in 2024. Currently SSIS is one of the widely used ETL tool in the market. its future scope might be somewhat limited compared to newer cloud-based solutions. However, learning SSIS can still be beneficial, especially if you're working with legacy systems or organizations heavily invested in Microsoft technologies.

  • @akmaaaloa
    @akmaaaloa Рік тому

    Hi Aqil. Do you have a tutorial on how to stop/pause an existing job in SSIS? Thank you.

    • @learnssis
      @learnssis  Рік тому

      Hi Akmal, I don't have a video on that one, you can right click on the sql agent job, click Stop to stop it.

    • @akmaaaloa
      @akmaaaloa Рік тому

      @@learnssis Thanks for your feedback Aqil. If I stop the job, does that mean it stops the overall job of the flow and it will restart all over again once I restart it OR it stops that specific activity and pauses it, and will continue to run after I restart the job? Hope my question is understandable. Thanks again Aqil

    • @learnssis
      @learnssis  Рік тому

      @@akmaaaloa When you stop the job the overall flow of the job will be stopped and when you will run it again then it will start from the beginning.

  • @Iamyou0075
    @Iamyou0075 2 роки тому

    sir this tutorial will help me to work on realtime scenarios

    • @learnssis
      @learnssis  2 роки тому

      Good to know that it can help you Shahul Shaik.

    • @Iamyou0075
      @Iamyou0075 2 роки тому

      Tq Sir And i hope it will give full strength In ssis realtime work

    • @learnssis
      @learnssis  2 роки тому

      @@Iamyou0075 Yeah sure it will. I have created a lot of videos those covers a lot of different scenarios those you can face while working on ssis projects.
      If you check the description of video you will find 3 playlists related to SSIS which can help you to learn SSIS.

  • @mohangundu3060
    @mohangundu3060 2 роки тому

    Hi, how to import data from multiple excel sources to sql db respective multiple (individual) tables by using SSIS script task (C#)

    • @learnssis
      @learnssis  2 роки тому

      You can take a look at below video
      ua-cam.com/video/arPNYlzi-kQ/v-deo.html

  • @nagoorvali987
    @nagoorvali987 8 місяців тому

    Hi Aqil I have one doubt in SSRS I have all filters values 'ALL' showing slowly run any reason

    • @learnssis
      @learnssis  8 місяців тому

      Sorry don't have experience with SSRS.

  • @nareshchowdary6543
    @nareshchowdary6543 11 місяців тому

    Thanks nice start. What is the diff. B/wSsdt and visul studio. Package format version 8 means.. Which version of ssis pkg.. Thanks in advance..

    • @learnssis
      @learnssis  11 місяців тому

      Visual Studio is a tool from Microsoft which is used to develop application for a wide verities like you can develop a web app, windows app, console app, DLL, SSIS package, SSRS reports etc. SSDT is for developing SSIS, SSRS and SSAS projects. Sorry I am not sure where are you looking at Package format version.

    • @nareshchowdary6543
      @nareshchowdary6543 11 місяців тому

      @@learnssis thanks for your response. Really good to learn ssis from your channel. So, Without visual Studio we can't use ssdt.? Both are licensed or free of cost.. Thanks again

    • @learnssis
      @learnssis  11 місяців тому

      @@nareshchowdary6543 You are most welcome. Visual Studio community version is free. SSDT is just a part of Visual Studio so that is free as well. SQL Server developer edition is free as well for development.

  • @knawazali5225
    @knawazali5225 Рік тому

    Bro, Connection manager ek top up araaa like the specific provider is not supported please choose different provider in configuration manager

    • @learnssis
      @learnssis  Рік тому

      It seems like there is some issue with SSIS installation, try to uninstall SSIS and reinstall SSDT
      learn.microsoft.com/en-us/answers/questions/1258009/vs-19-ssis-project-getting-and-error-the-specified

  • @yasirkhan1278
    @yasirkhan1278 Рік тому

    Hi Aqil,
    Please suggest me the best solution.
    I have data in my SQL SERVER DATABASE, Whenever there is insertion or update of records in table named "tableA". I need to trigger my Azure Data Factory.
    Earlier I was planning to HIT Azure Function App from SQL SERVER and then from Azure Function App I will hit AZURE DATA FACTORY. But this solution is not sounding best to me.
    Please suggest me if using SSIS could help me in having best solution which also be less expensive.
    THank You

    • @learnssis
      @learnssis  Рік тому

      Hi Yasir Khan, unfortunately I don't know how we can trigger the azure data factory from SQL Server. I have very little experience on Azure data factory. I know how to trigger an ssis package from sql agent job but not sure how we can trigger the azure data factory whenever there is some change to the sql server table data.

    • @yasirkhan1278
      @yasirkhan1278 Рік тому

      @@learnssis No Worries,
      But thank you very much for your reply

  • @DataJuggler
    @DataJuggler Рік тому

    It's a shame VS 2022 doesn't have Integration Services Project. I have another project that has to use VS 2019, so I have it also, I just prefer VS 2022 whenever possible.

  • @dillivemala4323
    @dillivemala4323 3 роки тому

    Excellent explanation.

    • @learnssis
      @learnssis  3 роки тому

      Glad to know that you liked the video dilli vemala.

  • @GreenDimond-o2e
    @GreenDimond-o2e 2 роки тому

    I like your teaching sir

  • @SAMEERUNAWANE-w6p
    @SAMEERUNAWANE-w6p Рік тому

    sir i want to create a SSIS package of store procedure with parameter but i want to exclude those parameters. plz guide me

    • @learnssis
      @learnssis  Рік тому

      Sorry I did not get you. You want to create ssis package of stored procedure with parameter but do not want those parameters ?

    • @SAMEERUNAWANE-w6p
      @SAMEERUNAWANE-w6p Рік тому

      yes
      @@learnssis

    • @SAMEERUNAWANE-w6p
      @SAMEERUNAWANE-w6p Рік тому

      actually is ssms it has parameters so it generates a report based on that but i want to exclude those parameters

    • @learnssis
      @learnssis  Рік тому

      @@SAMEERUNAWANE-w6pSo you have a stored procedure that has parameters. Now you want to call that stored procedure from ssis ? if yes then how you will pass the value of input parameter to stored procedure ?

    • @SAMEERUNAWANE-w6p
      @SAMEERUNAWANE-w6p Рік тому

      @@learnssis that is my doubt. because that sp is fetching data from different tables to generate new table

  • @abhishekmukherjee9004
    @abhishekmukherjee9004 6 місяців тому

    If I choose an sql serverdestination instead of OlDB.. Is it do the same?

    • @learnssis
      @learnssis  6 місяців тому

      yes it will work same however sql server instance should be installed on the same machine from where you are running the package.

  • @Firatayrilik
    @Firatayrilik 2 роки тому

    KING!

    • @learnssis
      @learnssis  2 роки тому

      ha ha. Happy Learning.

  • @zealbehappy5896
    @zealbehappy5896 2 роки тому

    I have file location path store in sql and i want move only store path file from particular folder by ssis

    • @zealbehappy5896
      @zealbehappy5896 2 роки тому

      Pls guide me

    • @learnssis
      @learnssis  2 роки тому

      @@zealbehappy5896 You can use a foreach loop container with ado enumerator and loop through those files, inside foreach loop container you can use a file system task to move the files.
      ua-cam.com/video/IbieDAatf5M/v-deo.html
      ua-cam.com/video/4o2vBi2okn4/v-deo.html

    • @learnssis
      @learnssis  2 роки тому

      Can you tell more if the source file path is stored in the sql table or just file name without full file path, and what about the destination folder where that information is stored ?

  • @antoniolupen6138
    @antoniolupen6138 11 місяців тому

    Opening VS 2019 in ' Create a new project' , there is no 'Integration Service project' option. What i´m missing?

    • @learnssis
      @learnssis  11 місяців тому +1

      You need to download and install SSDT for Visual Studio 2019.
      ua-cam.com/video/0NozIVoNyY4/v-deo.html

  • @pathanataraj6739
    @pathanataraj6739 11 місяців тому

    How to switch debug mode to design mode before we start executing

    • @learnssis
      @learnssis  11 місяців тому

      We don't need to switch them. Just write your code inside SSIS package and then you can execute it after click on Start or press F5.

  • @narendrapawar7347
    @narendrapawar7347 11 місяців тому

    Is this useful for data analyst or data scientist.......?

    • @learnssis
      @learnssis  11 місяців тому

      I don't know what is their roles and responsibilities. This can be load to load the data into datawarehouse which can further be analyzed by data analyst.

  • @MahmoodEqubal-c7q
    @MahmoodEqubal-c7q Рік тому +1

    Thanks a lot Aqil sir for providing so much of good content on SSIS. If you have time, I have a quick question for you. Following your steps trying to connect to OLE DB, but the databases are not showing in the drop down. When trying to "Test Connection", this message is coming.
    One more thing, to fix this thing I tried many options without any success. Then I uninstalled SSIS and now when I am trying to re-install it, the installation is not happening. And this below message is coming.
    "Fatal error during installation 0x80070643 for microsoft as OLE DB provider for sql server 2016. an error occurred during the installation of assembly
    Microsoft.VC80.CRT,type="win32",version="8.0.50727.6229",publicKeyToken="1fc8b3b9a 1e18e 3b",processorArchitecture="x86"."
    NOTE: I am using Visual Studio 2022 Community Edition, SQL server dev. ed., and on top of it I have SSMS.
    Thanking in anticipation.

  • @archanam4224
    @archanam4224 3 роки тому

    ssis packages->gcp(airflow)

  • @mohammedgouse7704
    @mohammedgouse7704 3 роки тому

    How to run a sp only once in a day, even if we schedule a job for it. Suppose if we manually run it, it will execute again. How to prevent it

    • @learnssis
      @learnssis  3 роки тому

      Thanks for your question.
      What I will do is I will create a config_table for it. And the config_table will have below schema
      create table config_tbl(Id int identity, ProcessName varchar(100), Dated date, Count int)
      Now in my SSIS package, after executing the SP, I will insert a record into above table with sp_name, getdate() and count will be 1.
      Now in my ssis package before calling the sp, I will check the sum of count for current date from the config_tbl and if count will be zero only then sp will be called otherwise it won't be called.

    • @learnssis
      @learnssis  3 роки тому +1

      I will try to make a video on it very soon.

    • @mohammedgouse7704
      @mohammedgouse7704 3 роки тому

      @@learnssis tnq you bro I am learning alot from Your videos

    • @learnssis
      @learnssis  3 роки тому

      @@mohammedgouse7704 Keep watching 😀

    • @learnssis
      @learnssis  3 роки тому

      Hi, I made a video on this topic
      Execute SSIS package only once in a day regardless called multiple times
      ua-cam.com/video/OMdFEKlrtBI/v-deo.html

  • @ExonaQ
    @ExonaQ 3 роки тому

    Keeep going

  • @marciofranco6085
    @marciofranco6085 Рік тому

    Thanks for vídeo 👌

  • @kishanbhise4733
    @kishanbhise4733 3 роки тому +1

    Hi Aqil, does this playlist cover all that is required for a BI developer

    • @learnssis
      @learnssis  3 роки тому +2

      It covers all that is required to become an SSIS developer. If you want to learn SSRS and SSAS then you might need to watch other videos as well, but to learn SSIS this is more than enough 😀. I have 3 playlists on SSIS
      SSIS Tutorials: ua-cam.com/play/PL_YF--8vjjEVEXMf2hEFn0D5tEJV9kRqi.html
      SSIS real time scenarios examples: ua-cam.com/play/PL_YF--8vjjEU1Hdlqp2U_q0JNyFPYUIKY.html
      SSIS Interview questions and answers: ua-cam.com/play/PL_YF--8vjjEVYkoxioTCEKAkBxjLEUUB7.html

    • @kishanbhise4733
      @kishanbhise4733 3 роки тому

      @@learnssis Thanks for your response,I will watch all the playlists

    • @learnssis
      @learnssis  3 роки тому +1

      @@kishanbhise4733 thanks. I am sure, they will help you.

  • @bz86054
    @bz86054 2 місяці тому

    Thanks!!!

    • @learnssis
      @learnssis  2 місяці тому

      You are most welcome.

  • @saihuman3840
    @saihuman3840 2 роки тому

    One interviewer asked to me I have number of files in a folder today didn't get any file how can we check plz do the vedio

    • @learnssis
      @learnssis  2 роки тому

      Sorry did not get your question. Can you please explain in detail.

    • @saihuman3840
      @saihuman3840 2 роки тому

      @@learnssis how can we exists the folder files or not by using ssis

    • @learnssis
      @learnssis  2 роки тому

      @@saihuman3840 Do you mean you want to check if some specific files like Customer.CSV and Employee.CSV those files exists in a folder or not ?

    • @saihuman3840
      @saihuman3840 2 роки тому

      @@learnssis yes

    • @learnssis
      @learnssis  2 роки тому

      @@saihuman3840 Okay great. I will try to make a video on it, that for example if a file exists then we will make an entry into a table that file exists and if file does not exists then we will make an entry into a table that file does not exists.

  • @jerryiriri1655
    @jerryiriri1655 3 роки тому +1

    Is SSIS still worth learning 2021?

    • @learnssis
      @learnssis  3 роки тому +1

      Yeah huge databases are stored in SQL Server on premises and SSIS is used to migrate the data to SQL from any other system, or you can migrate to Oracle\MySQL from SQL Server. Thus SSIS is still in demand.

    • @jerryiriri1655
      @jerryiriri1655 3 роки тому

      @@learnssis I appreciate you response. Thank you.

    • @learnssis
      @learnssis  3 роки тому +1

      @@jerryiriri1655 You are welcome.

  • @givonzirkind957
    @givonzirkind957 10 місяців тому

    Good intro. The volume is a bit low.

    • @learnssis
      @learnssis  10 місяців тому

      Thank you Givon, yeah you are right volume should have been higher.

  • @tulasiramaallada2169
    @tulasiramaallada2169 3 роки тому +1

    Which version is this ?

  • @Dubai_Cnu
    @Dubai_Cnu Рік тому

    Hi Aquil,Is this classes covered all topics including real time scenarios?

    • @learnssis
      @learnssis  Рік тому +1

      yes, I have covered almost all kind of scenarios and topics in SSIS.

  • @krisy8434
    @krisy8434 Рік тому

    firstly Thanks a lot! Just want to know is this the complete ssis tutorial?

    • @learnssis
      @learnssis  Рік тому

      You are most welcome Kris.
      Yes in the description of each video you will find the link to playlists on SSIS videos. I have covered almost each and every topic tasks\component of SSIS.

  • @inGENIEur1992
    @inGENIEur1992 2 роки тому

    machaa Allah thank you very much

  • @RiadhCHIBANI
    @RiadhCHIBANI 5 місяців тому

    Hi, great video, i had a problem , when i click on test conection i got an error "est connection failed because of an error in initializing provider. Délai d'attente de connexion expiré" anyone can help me pls

    • @learnssis
      @learnssis  5 місяців тому

      Can you check the server name and database name ? Try to connect to the same server using sql server management studio ?

    • @RiadhCHIBANI
      @RiadhCHIBANI 5 місяців тому

      @@learnssis i did the same you did i write SELECT @@SERVERNAME and i did copy paste, btw i made a local server and thank you for you response appreciate

    • @learnssis
      @learnssis  5 місяців тому

      @@RiadhCHIBANI Right click on the connection manager, edit, uncheck the Work Offline option.

  • @divyaarunarajan6733
    @divyaarunarajan6733 9 місяців тому

    Hi can you please add header and trailer to the same file .

    • @learnssis
      @learnssis  9 місяців тому

      If you want to import a csv file to sql server, then it can easily import the file with header information, however if there are trailer in the file then we need to handle them separately.

  • @kiranshetty-xb8mn
    @kiranshetty-xb8mn Рік тому

    Hi Bhai. Thanks for the video. Can you please make a video on how to validate a txt file in ssis . that will check if header is as expected it will print valid file then it has to check for footer if it's valid - print message it's valid file. And If there is any line after footer or before header - it should give invalid file.And next it should check if data is present between header and footer if it's present it should give valid file. Can you please help me I have searched everywhere I didn't get how to finish this task

    • @learnssis
      @learnssis  Рік тому +1

      This is not an SSIS task, but this is a C#.NET or VB.NET task and you would need to write code in C# to check this one. Try to ask chatgpt to write code for this scenario and try to write a console app for this requirement. If code works fine in console app then we can write the same code inside script task in SSIS.

    • @kiranshetty-xb8mn
      @kiranshetty-xb8mn Рік тому

      @@learnssis ok Thanks Bhai, I'll try to search in chatgpt and use that code

  • @user-qf4ew3hh9n
    @user-qf4ew3hh9n Рік тому

    I didn't watch this - captioning, even automatic captioning is disabled. I'm hearing-impaired & would love to watch this great video, but I can't.

    • @learnssis
      @learnssis  Рік тому +1

      Sorry for that C.Law. I will upload the subtitles for the video soon.

    • @learnssis
      @learnssis  Рік тому

      I added the sub tiles for this video and will try to create and upload sub titles for all of my videos. Thank you.

    • @user-qf4ew3hh9n
      @user-qf4ew3hh9n Рік тому

      @@learnssis Wow, thank you for replying and for following through with uploading captions. I applaud you and appreciate you. I'll be watching this soon!

    • @learnssis
      @learnssis  Рік тому

      @@user-qf4ew3hh9n You are most welcome.

  • @gvscreations4182
    @gvscreations4182 2 роки тому

    Hi sir .... ssrs videos available in UA-cam sir .....

    • @learnssis
      @learnssis  2 роки тому

      Hi, currently they are not available but I am planning to make those in future.

  • @gagansingh3481
    @gagansingh3481 2 роки тому

    Do you give training on ssis and ssrs

    • @learnssis
      @learnssis  2 роки тому

      Email me at aqil33@gmail.com

  • @nobodyanybody1174
    @nobodyanybody1174 3 роки тому

    Hi Aqil by watching ur videos can we learn ssis from scratch we only have sequel knowledge

    • @learnssis
      @learnssis  3 роки тому +1

      Yeah of course, you can learn from scratch. I have covered almost every topic of SSIS from beginners to expert level.

    • @nobodyanybody1174
      @nobodyanybody1174 3 роки тому

      @@learnssis Thank you Aqil

    • @learnssis
      @learnssis  3 роки тому +1

      @@nobodyanybody1174 You are most welcome.

  • @yuvrajb4696
    @yuvrajb4696 2 роки тому

    Thanks a lot

  • @mohankagankar
    @mohankagankar Рік тому

    please make hindi series

  • @ericsos101
    @ericsos101 3 роки тому

    Nice video and great explanation.. can you share dataset to follow through practically?

    • @learnssis
      @learnssis  3 роки тому

      Sure Eric. I shared the link in the description of the video, please download it from there. Thanks.

    • @ericsos101
      @ericsos101 3 роки тому

      @@learnssis Thx . received it

    • @learnssis
      @learnssis  3 роки тому

      @@ericsos101 Glad.

  • @manpt123
    @manpt123 Рік тому

    Thank you sir

    • @learnssis
      @learnssis  Рік тому

      You are most welcome Metaman.

    • @manpt123
      @manpt123 Рік тому

      Sir, I have a task to convert ssis deletation process to python code. I am little confused what i have to do exactly because I have no idea about ssis but I know python. Could you please just explain what I should do !

    • @learnssis
      @learnssis  Рік тому

      @@manpt123 I have the same issue that I know SSIS but I don't know Python.

  • @Everything4Babies
    @Everything4Babies Рік тому

    perfect

    • @learnssis
      @learnssis  Рік тому

      Thank you so much for your comment.

  • @GangiredlaBalajiRamaSunil
    @GangiredlaBalajiRamaSunil 7 місяців тому

    SSIS its Required Coding or not

    • @learnssis
      @learnssis  7 місяців тому

      Its better that you understand a language like C#, Java, PHP, or Python so that you understand how we write code and logic in a programming language. 90% work can be done without C# but 10% coding might be required time to time to complete the project.

  • @a.kharshith2169
    @a.kharshith2169 3 роки тому

    Hi sir i can't find ssis in my visual Studio y it is so

    • @learnssis
      @learnssis  3 роки тому +1

      Did you checked this ?
      ua-cam.com/video/0NozIVoNyY4/v-deo.html
      I have shown how to install it.

    • @a.kharshith2169
      @a.kharshith2169 3 роки тому

      @@learnssis ok thank you

    • @learnssis
      @learnssis  3 роки тому +1

      @@a.kharshith2169 You are most welcome.

  • @solomong.gebrhana1204
    @solomong.gebrhana1204 2 роки тому

    Hello, I am working with bulk Insert in Microsoft SQL studio which I need to automate so badly so it can run daily. I have this code .........
    BULK INSERT [dbo].[Transactions]
    From 'Y:\Imports\Paytronix\Transaction\20221110_transactions.txt'
    With(
    firstrow =2,
    rowterminator = '0x0a'
    );
    The code works but I have to change the file name every day, and unfortunately, the txt file includes "a quotation mark and I have to find and replace that as well before importing it to my table. So, if you could help me how I can create some kind of job to run daily without me changing the filename daily and to get rid of that quotation mark. I would really appreciate it.

  • @lamiaaelammari5172
    @lamiaaelammari5172 Рік тому

    Hello Aqil thank you very mutch
    ,I have a csv file that contains disorganized data, scattered, incoherent with the same id, there are multiple lines, the difference there is of the value null the other row of the same id the field is filled how I can do to extract the data, I fill the null fields with the value of another row and if the date is different, I take the most recent .
    for example:
    id;name;birthdate;gender;address
    1;null;02/10/2000;null;ad1
    1;ali;null;null;null
    1;null;01/03/2020;m;null
    I want as result like that (1;ali;01/02/2020;m;ad1) group all the lines in a single line because it is the same id
    you have an idea how I can solve this problem thks so mutch

    • @learnssis
      @learnssis  Рік тому

      I think first you can import the data as it is to a sql table, and then you can easily update data for the records where one of the field is null from another record where data is not null.

    • @lamiaaelammari5172
      @lamiaaelammari5172 Рік тому

      @@learnssis thks Aqil
      I do the update query even it is the Big table with 2,336,000 records ??

    • @learnssis
      @learnssis  Рік тому

      @@lamiaaelammari51722.3 Million records are not very big. If there were 2.3 Billion records then it was a big table.
      You can use below approach to update the data and get the desired result
      drop table if exists tblData
      create table tblData(id int, col1 varchar(100), col2 varchar(100), col3 varchar(100),
      col4 date)
      insert into tblData values
      (1 ,null, 'dd', null, CONVERT(date, '12/12/2000', 105)),
      (1 ,'ali', null, null, null),
      (1 ,null, null, 'tt', CONVERT(date, '23/01/2022', 105))
      go
      --select * from tblData
      update a
      set a.col1 = b.col1
      from tblData a inner join tblData b on a.id = b.id
      where a.col1 is null and b.col1 is not null
      go
      update a
      set a.col2 = b.col2
      from tblData a inner join tblData b on a.id = b.id
      where a.col2 is null and b.col2 is not null
      go
      update a
      set a.col3 = b.col3
      from tblData a inner join tblData b on a.id = b.id
      where a.col3 is null and b.col3 is not null
      go
      update a
      set a.col3 = b.col3
      from tblData a inner join tblData b on a.id = b.id
      where a.col3 is null and b.col3 is not null
      go
      ;with cte
      as
      (
      select ROW_NUMBER() over (partition by id order by col4 desc) as rn, * from tblData
      )
      select Id, col1, col2, col3, col4 from cte where rn=1

    • @lamiaaelammari5172
      @lamiaaelammari5172 Рік тому

      @@learnssis Thank you very much Aqil for your collaboration I applied your logic ,and it works well

    • @learnssis
      @learnssis  Рік тому

      @@lamiaaelammari5172Glad it worked for you.

  • @sandeepnagurla9982
    @sandeepnagurla9982 2 роки тому

    👌

    • @learnssis
      @learnssis  2 роки тому

      Thank you Sandeep 😊

  • @omkarsaste6998
    @omkarsaste6998 2 роки тому

    can nonprogramber do the MSBI?

    • @learnssis
      @learnssis  2 роки тому

      If you know SQL then yes it is easy. You should be aware about at least one database language either SQL or MySQL Or Oracle then it will be quite easy to learn the MSBI.

    • @zealbehappy5896
      @zealbehappy5896 2 роки тому

      @@learnssis thank you.

    • @learnssis
      @learnssis  2 роки тому

      @@zealbehappy5896 You are most welcome.

    • @omkarsaste6998
      @omkarsaste6998 2 роки тому

      @@learnssis How much SQL knowledge is required?

    • @learnssis
      @learnssis  2 роки тому

      @@omkarsaste6998 Basic level of SQL knowledge is fine, you can learn more while working on the SSIS package.

  • @thepriestofvaranasi
    @thepriestofvaranasi Рік тому

    What is flat files?

    • @learnssis
      @learnssis  Рік тому

      Flat file is any file that has data in either delimited format like the column values are separated by a delimiter like comma. OR the file can be a fixed width file as well in which every column has a fixed given width according to the length of data. The extension of the file can be either txt or csv.

  • @ericsos101
    @ericsos101 3 роки тому

    Great video, i sent you an email .. please can you advice? thank you

    • @learnssis
      @learnssis  3 роки тому +1

      Thanks. I responded. You can take OLE DB source to read the data from the sql server table where you can pull those 2 additional columns and in between you can use derived column transformation to add any additional column to the data flow, now finally you can use Excel destination to write the data into an excel file.

    • @ericsos101
      @ericsos101 3 роки тому

      @@learnssis ok 👌🏽 so in the derived columns, what expression should I use to be able to write these two columns from sql sever table and who do not exist in the excel sheet

    • @ericsos101
      @ericsos101 3 роки тому

      @@learnssis replied to you in the email box Thx

    • @ericsos101
      @ericsos101 3 роки тому

      @@learnssis When I do that I do not see the two columns in the destination mapping added.. where did I go wrong?

    • @learnssis
      @learnssis  3 роки тому

      @@ericsos101 You need to check the Excel destination, and see do you see those 2 columns there, if not, you need to create those 2 column in the excel sheet.

  • @ericsos101
    @ericsos101 3 роки тому

    Hi , I sent you an email in you box..let me know asap

    • @learnssis
      @learnssis  3 роки тому

      Thank you Eric, I just replied to you.