View Single Post
  #6 (permalink)  
Old 05-23-2007, 06:08 AM
Akshay SHAH
 
Posts: n/a
Default 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'
Reply With Quote