Thread
:
I need to see the tables
View Single Post
#
6
(
permalink
)
05-23-2007, 06:08 AM
Akshay SHAH
Posts: n/a
ANY
answer.
Re: I need to see the tables
run
C:\Program Files\Microsoft SQL Server\80\Tools\Binn\SQL Server Enterprise Manager.MSC
u can all so view all table name in sysobjects(command line)
select * from sysobjects where xtype ='U'
Akshay SHAH