I am using Rational Application Developer to run querys on a database. We are unable to locate anyone who has a list of the tables on the schema and so far the queries we have found to get a list of tables are unsuccessful.
USE <DB>
GO
SELECT *
FROM sys.Tables
GO
Use breaks but I replaced it with CALL.
GO breaks as well and I cannot locate a function that does the same thing.
GO
break? Sounds painful. Probably you should mention what errors do you get? – dezso Aug 20 at 15:29