Hi,
If I prefix the table name with the schema it belongs to
Example:
sql:relation="LOYUS.BURN_REWARDS"
I get the error:
" Incorrect syntax near '.'. "
Evertything works fine if I change it to sql:relation="BURN_REWARDS"
but that creates it under the DBO schema.
PLEASE HELP, is it possible to specify table name with schema ?
g
>> Stay informed about: SQLXMLBulkLoad - How do I specify the database schema for ..