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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

type of loggin

Is it possible to loggin in ms sql database, not .txt file?

1 Solution

Accepted Solutions
danielrozental
Master II
Master II

It's not possible to write log files to a database. Log files are only written to txt format, if you'd like to have them on a database then you would need to use another tool to read the txts and insert them to the database.

View solution in original post

5 Replies
Not applicable
Author

yes its possible

Not applicable
Author

How can I do it? I found only Management Service Repository - MS SQL Server. But logs (for example, audit_log) is still writes in .txt files

Regards,

Oleg

Not applicable
Author

up

danielrozental
Master II
Master II

It's not possible to write log files to a database. Log files are only written to txt format, if you'd like to have them on a database then you would need to use another tool to read the txts and insert them to the database.

Not applicable
Author

Thank you, Daniel