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
Printable View
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
Run the stored procedure sp_help without a parameter.