fluent/fluent-plugin-sql

Not able to connect to SQL server using windows authentication

harsh288 opened this issue · 1 comments

Hello everyone,

I'm able to successfully connect to SQL server using SQL SERVER AUTHENTICATION however it does not work with WINDOWS AUTHENTICATION, is it a bug or I'm missing something in the configuration? could you please help me on priority?

<source>
  @type sql
  host HOSTNAME
  database db_name
  adapter sqlserver
  username user
  password pwd
  <table>
    table tbl_name
    update_column insert_timestamp
  </table>
</source>

<match **>
  @type stdout
</match>

image

@repeatedly @kenhys @frsyuki @cosmo0920 @ashie @ganmacs

This is resolved, just need to add the schema name with the table name.