Great video on incremental load.. Good to see other techniques as well
@ssunitech68905 жыл бұрын
Thanks.. uploaded other techniques as well..watch SSIS playlist..
@pranaychonkar20373 жыл бұрын
Great way to handle the incremental data insert and update the existing.👍 Just 2-3 days back, I've come accross this scenario where I've used SQL queries (with merge statement) to insert new and update the existing records. I had 40-50 tables and in each table atleast 30-35 columns. So to manage this I've used SQL queries but your solution is great too. 👍 Nice video keep it up. Keep posting such a great informative videos ❤️
@ssunitech68903 жыл бұрын
Thanks for your lovely appreciation ❤️😘 Keep watching and sharing your thoughts. Thanks
@nallareddypavanreddy56253 жыл бұрын
Thank you soo much Bhai you saved my day... Less time with more information!! 😊👍
@ssunitech68903 жыл бұрын
Thanks for your appreciation, Please share to others
@oladman9058 Жыл бұрын
Very good video. Many thanks.
@ssunitech6890 Жыл бұрын
Thanks for your appreciation Please share to others
@jahangirkabir92715 жыл бұрын
simple but super!
@ssunitech68905 жыл бұрын
Thanks Jahangir.. Share to your friends.. Thanks- SS Unitech
@sayanbanerjee2722 Жыл бұрын
Very good vide Sirji
@ssunitech6890 Жыл бұрын
Thanks 🙏
@dharmenderchouhan88125 жыл бұрын
Great video
@ssunitech68905 жыл бұрын
Thanks
@amkytube52424 жыл бұрын
keep going bro. It is nice video to understan
@ssunitech68904 жыл бұрын
Thanks brother. Can you please share the videos to others.? Thanks
@amkytube52423 жыл бұрын
@@ssunitech6890 my pleasure
@trungtranthanh2132 жыл бұрын
tks
@ssunitech68902 жыл бұрын
Thanks 🙏
@abhijith5014 жыл бұрын
Sir thanks a lot for the video. Lets say a record is deleted from the source table so how do we handle that using lookup we will be either inserting or updating based on EMPID.
@ssunitech68904 жыл бұрын
I have already recorded video on this and uploaded. Please check below link kzbin.info/www/bejne/g4qUfIlqp7-iiqs
@darrylw9910 күн бұрын
Ive assumed that the Update will update ALL records and not just the changed records. Am I correct?
@ssunitech68905 күн бұрын
Yes
@vishwajitd98444 жыл бұрын
Hi Sir, Incremental load is better or CDC is better , when to use both of them , are they same or different?
@ssunitech68904 жыл бұрын
Hello Vishwajeet, Both are the incremental load techniques. Thanks.
@vishwajitd98444 жыл бұрын
@@ssunitech6890 thank you, I wanted to ask lookup should be used or cdc should be used , what's the difference?
@kaushalsingh80005 жыл бұрын
Thanks sir for this great video. All doubt gets cleared. Sir, Could you please upload 1 more video on sequence container with example like this?
@ssunitech68905 жыл бұрын
Thanks Kaushal, Sure will record a video on sequence container and upload soon . Stay tune .keep watching and please share to others.. Thanks
@ssunitech68905 жыл бұрын
Hey, Check out the video on sequence container. kzbin.info/www/bejne/eJatZKxpqZmNrsU Thanks
@kirubalan-i2o Жыл бұрын
Please put a video on : How do we add parameter for the ADO source, like using variables to filter the records. select * from table1 where date > ? I am connecting to a DB2 source and retrieving data, it already got 20million records on it, i just what to upload it incrementally on last modified date. need to query the DB2 using the date modified.
@ssunitech6890 Жыл бұрын
Sure, you can add one table which will always have last execution time. Use this table in your query
@kebincui3 жыл бұрын
Thanks for your tutorial. Very good. I have a question, in the step which you use 'OLE DB Command', can that be done also by using 'Execute SQL Task''? Thanks :)
@ssunitech68903 жыл бұрын
Oledb is available inside dataflow. But Execute SQL task will only available in control flow. So how can you do directly there
@kebincui3 жыл бұрын
@@ssunitech6890 thanks for your reply
@ssunitech68903 жыл бұрын
Your Welcome
@SloMoShort5 жыл бұрын
Use a checksum aggregation between each table and compare the checksum. It is quicker. Lookups on SCD are slow if you have n100k or millions of rows.
@ssunitech68905 жыл бұрын
Yes you are absolutely right 👍. I have explained about the techniques of incremental loads. This is a technique by which we can also do the incremental load. I have recorded other videos where I explained what you are suggesting. Thanks for your comment 🙏
@styk9243 жыл бұрын
@@ssunitech6890 Hi sir, In which video did you explain about checksum technique?
@quinnhogan545 Жыл бұрын
I know this was a while ago, but do you think you could further explain how to do this?
@naveenKumar-iq9dr3 жыл бұрын
I get only o in place off false. How we change
@ssunitech68903 жыл бұрын
Check video again
@naveenKumar-iq9dr3 жыл бұрын
Same also I AM getting 0 in place of false
@sathishgoud4 жыл бұрын
why do you pulling all 12 records from source every time?
@ssunitech68904 жыл бұрын
Because source has 12 records.
@rajendrakharage53923 жыл бұрын
Same table insert update why not possible ? Stagging table ? Use ?
@ssunitech68903 жыл бұрын
Yes that you can do. I am explaining the concept
@rajendrakharage53923 жыл бұрын
Adabaly ... Understand question Adbaly
@abhijith5014 жыл бұрын
Sir I have a requirement where I need to get data from multiple tables and views and the total records will be around 50000 per day. The target system uses REST so db data needs to be converted to JSON so how to do this. scenario - 1 If i want to send data in batch of 5k till it reaches 50k records scenario-2. Pull 50k records and then convert to json and send it as is(i think its not possible but advise on this approach)
@kaushalsingh80005 жыл бұрын
Sir, Can you please upload one video on SSIS configuration? Specially XML and SQL Configuration file
@ssunitech68905 жыл бұрын
I wanted to upload video on SSIS configurations.. I will take this request first. Thanks for your comment..
@SloMoShort5 жыл бұрын
If you are using SQL Server 2012 or above. Use the project deployment model and do your deployment and configuration through SSISDB.
@ssunitech68905 жыл бұрын
Yes but I guess he wants to know how to deploy package in file deployment. Thanks
@samuna8950 Жыл бұрын
If there are duplicate ID's. Like if I am having a fact table which is having duplicate records