Looking for some help as I have run out of ideas.
I have an ODBC connection to a MS SQL 64 bit database using an account which is a sysadmin on that database.
Permissions look good and if I manually script the select statement I can sucessfully read data.
My problem is when I try to use the select statement wizard none of the user created tables in user created schema's are visible. I can see all system tables fine but none of the tables in other schemas.
As I said I can manually script the statement to these tables and read data fine but I don't want to have to do this for every table.
Does anyone have any ideas on this?
Thanks