PDA

Click to See Complete Forum and Search --> : iterating tables


frank ashley
Jun 5th, 2000, 05:18 PM
How do i retrieve all the table names (except the schema ones) from sql server 7

I can't find an equivalent to cn.openschema

JHausmann
Jun 6th, 2000, 03:04 AM
Run the stored procedure sp_help without a parameter.