sRockyHill
MIS
Hi,
How can I write a query that will return a table names ,a nd its field names.
something like this:
Select Name from dbo.sysobjects where xtype = 'u' AND NAME NOT IN('dtproperties')
This only return table name, I need the table names with field names.
Thank you
Salim Bhura
How can I write a query that will return a table names ,a nd its field names.
something like this:
Select Name from dbo.sysobjects where xtype = 'u' AND NAME NOT IN('dtproperties')
This only return table name, I need the table names with field names.
Thank you
Salim Bhura