Sir I am using flat file source and data conversion and script component I want to capture the row which has error and column name I am inserting the data into script component
@anupampatel6890Ай бұрын
very nice video for beginner
@roshanmaharana367Ай бұрын
Thank you Sir. If table has more than 100 columns then how we will do it
@dineshvishe32 ай бұрын
nice explain
@darrylw992 ай бұрын
Thanks, brilliant
@prashanthtalla3 ай бұрын
Thank you so much. How to change this logic to read the files in parallel and load into the target in parallel instead of sequentially? The actual requirement is a SQL task prior to the Foreach Loop is feeding a list of databases against which same SQL has to be run in parallel (as the SQL runs for a long time) on all the databases that the Foreach Loop receives and the data extracted from each database should be loaded to the same target table in the target database.
@jagadishm82644 ай бұрын
GURUUNATAHAAA
@seemadotiyal53414 ай бұрын
wow, very well explained 👍
@priyankapothuraju28094 ай бұрын
Please don’t stop uploading videos please
@gurunathad134 ай бұрын
@@priyankapothuraju2809 sure will resume recording my videos ... Thanks 👍
@priyankapothuraju28094 ай бұрын
Your Videos are awesome sir
@nimikajadav30045 ай бұрын
Great Explanation and very informative !
@nimikajadav30045 ай бұрын
VEry Nice. Easy to understand.
@nimikajadav30045 ай бұрын
This is very nice video. I am learning SSIS and in 1st watch, i have understood many things from this video. Thank you so much .
@madhusudhanreddyt28386 ай бұрын
apart from using the c# code in script task to extract the file extension, we can also use the ssis expressions which are going to be the combination of ssis functions with literals symbols and operators that we can use to extract the file extension from filepath or filename using the below code.. REVERSE(SUBSTRING(REVERSE(@[User::FileName]), 1, FINDSTRING(REVERSE(@[User::FileName]), ".", 1) - 1)) we can use the precedence constraints and evaluate the expressions and based on the file extension we can move the files to different data flow loads
@gurunathad136 ай бұрын
Agree yes we can do that for these type of scenarios... but what if we want to do more customization ... then that time we require code support.. Thanks
@stutinarayan34436 ай бұрын
Very informative video sir thankyou❤️
@gurunathad136 ай бұрын
Happy Learning
@janjames-xc3fw7 ай бұрын
i am getting the following error when trying to connect excel connection manager. can you please help TITLE: Microsoft Visual Studio ------------------------------ There was an error displaying the preview. ------------------------------ ADDITIONAL INFORMATION: Too many fields defined. (Microsoft JET Database Engine) ------------------------------ BUTTONS: OK ------------------------------
@ANJALISHARMA-yw5sr8 ай бұрын
it will be good if you add files used while creating package.
@jkotsche70358 ай бұрын
Thanks. I did this 5 years ago as an integration developer. This was a great refresher. 👍
@valleywards49128 ай бұрын
I am working on a Data Management Assignment. I am facing some issues with how to approach this task. I need help with designing a data ware house. I have a CSV file and I have to create a data warehouse for this dataset. I also need help with ETL process using MS SQL Server and SSIS. After ETL I have to do some visualizations. I am confused if I shall create tables for the columns that I would use for creating visualizations. The link to pdf file is here: drive.google.com/file/d/1lSRBVq1cOHwXnljHswliZor6bXzJX5AL/view?usp=sharing The link to the CSV file is within this pdf file. Sir I am requesting you to please guide me with this project. Than you.
@thegbfolks8 ай бұрын
The way you explained the ETL process from the scratch is just amazing.
@gurunathad138 ай бұрын
Thanks and happy learning
@CaribouDataScience8 ай бұрын
When do I use join and when do I use lookup?
@swathiputchakayala29979 ай бұрын
What we need to if we don't have 7zip in my VDI
@elurisahadevreddy-ck4sn9 ай бұрын
I am unable to see tool bar in visual Studio when I open a existing package
@maheshdundigala58119 ай бұрын
Very good explanation and please do videos on Team Foundation Server Sir mostly no proper videos in KZbin
@anitabhanja74809 ай бұрын
If I have exported an existing production package as .ispac file then how I should deploy back to production catalog.
@achyuthkumar53689 ай бұрын
Nice video
@tamito929810 ай бұрын
Perfect video And the best explaination Thank you very much for a perfect work
@gurunathad1310 ай бұрын
Happy Learning
@Mahmood-n7s10 ай бұрын
Well explained, thank you Aqil sir
@rosaparks110 ай бұрын
Thanks for the video.Very helpful
@elalami800310 ай бұрын
thank you so much
@nallanpradeep11 ай бұрын
I'm new to SSIS Sir, Your explanation is perfectly clear and helpful.
@samuna895011 ай бұрын
suppose we dont have any pk in fact table?
@Shri-RAM-JaiBajrangBali11 ай бұрын
First Thanks a TON.. i was searching this concept everywhere but when i saw your video i m so much relaxed, please share more videos on SSIS and SQL interview questions...
@koushikdey100 Жыл бұрын
Superb
@SomnathBanerjee-q2m Жыл бұрын
visual studio 2022 error "The connection manager 'Excel' is not properly installed on this computer" I would be grateful for your help
@venkataakhilmanduri8354 Жыл бұрын
Simple and super
@gurunathad13 Жыл бұрын
Happy Learning
@venkatramanareddy9150 Жыл бұрын
How to deploy exsist dtsx package?
@ericsos101 Жыл бұрын
Great video.. The value for my username and my password ? That’s where throw me off.. idk.. i get this error after everything was entered fine in the script task: Error: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.0 Authentication Required. Learn more at Task Send Email Using Script Task failed
@gurunathad13 Жыл бұрын
Yes you need Gmail username and password if you are using Gmail SMTP, you can also use Outlook SMTP
@ericsos101 Жыл бұрын
@@gurunathad13 when including my gmail and password into the value variables, that is that is the error i get:The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.0 Authentication Required.
@ericsos101 Жыл бұрын
@@gurunathad13 i solved the issue.. thx
@priyajaiswal5408 Жыл бұрын
M not able to read that ssms environment variable in my script task need help
@priyajaiswal5408 Жыл бұрын
I wanted to read the password from ssis catalog environment variable
@mariahalt4603 Жыл бұрын
This is a great video. But I have one wish! Is there a way to capture the name of the component that triggered the error handler? What I see in this example is the name of the Task that is inserting the record. I'm more interested in capturing the culprit's name.
@ashishchauhan4723 Жыл бұрын
Good starter example, looking forward to finding more examples where the script is used, multiple tables are being transformed using ETL with proper error handling .NET Application is executed using SSIS, etc. Thanks for the video, much appreciated.
@gurunathad13 Жыл бұрын
Happy Learning !!!
@prameela5253 Жыл бұрын
Hi, Just now i saw your video its very helpful for me can you pls do video for remaining containers means foreach and sequence and can you pls do clear video seperately for data flow and seperately for control flow with live examples
@thawzinmyint8088 Жыл бұрын
thank you for your tutorial . But Can I ask some queries to you ? I saw results, 2 values are being null in Visited Date column in SQL . Please let me know why ?
@paulraj5554 Жыл бұрын
i am getting this error while reading from csv file to oledb : Error at Data Flow Task [OLE DB Destination [276]]: The column "NAME_ID" cannot be processed because more than one code page (65001 and 1252) are specified for it. Error at Data Flow Task [OLE DB Destination [276]]: The column "HIC_NUMBER" cannot be processed because more than one code page (65001 and 1252) are specified for it. Error at Data Flow Task [OLE DB Destination [276]]: The column "MEMBER_ID" cannot be processed because more than one code page (65001 and 1252) are specified for it.
@gurunathad13 Жыл бұрын
I need to check this ...will let you know
@kishoreguptamathamsetty Жыл бұрын
All good sir but i want each from invidual excel files anf each file to be create in sql as separate tables what should i have 300 excel files of all different files
@mangeshmujumdar6488 Жыл бұрын
How to open password protected zip file in ssis if we do have password?