Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Database backuup with talend

Hi
Can you please tell me is there any way to take ms-sql database back up with talend





Regards
Siddharth
Labels (2)
1 Reply
Anonymous
Not applicable
Author

Database backup can happen through sql query or stored procedure.
- You can use SQLrow component to execute your query...
- You can also use commandline sql tool to perform backup operation, call that tool using tSystem component
- Call third party tool through talend tSystem component for the creation of backup.
What is expected from you?
Thanks
Vaibhav