keedio / flume-ng-sql-source

Flume Source to import data from SQL Databases
Apache License 2.0
264 stars 164 forks source link

On sqlserver table's names must be fully qualified #6

Closed lazaromedina closed 9 years ago

lazaromedina commented 9 years ago

Connecting to sqlserver across jdbc, the name of the table must be fully qualified because it seems not to recognize the table name as object of the database.

lazaromedina commented 9 years ago

DATABASENAME.dbo.TableName seems to work as a source's component

lazaromedina commented 9 years ago

sqlserver will be an exception, table's name will be a concatenated string image

dbo : data base object