Hi There,
I've a issue where I need to convert one of the oracle schema into SQL format and also make sure tables and column names are in lowercase.
I can convert the oracle schema into SQL format but somehow column names and tables names are still in uppercase which is not supported by application. I have to keep column and table name in lowercase.
I tried few times with different collation settings Latin1_General_BIN , SQL_Latin_CPI_CI_AS , Latin1_General_CI_AS but doesn't make any difference. still with uppercase:(
Any advice or suggestions?
Regards,
Ken