SQL Recipes
A FREE cookbook for SQL queries and examples
Register FAQ Search Today's Posts Mark Forums Read

SQL - Questions and Answers Have a SQL question? Post it here. First do a search to see if someone hasn't already answered it.

Go Back   SQL Recipes a FREE cookbook of SQL queries and examples > SQL queries and examples > SQL - Questions and Answers

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread
  #1 (permalink)  
Old 05-09-2007, 07:57 PM
hec.carrillo hec.carrillo is offline
Junior Member
 
Join Date: May 2007
Posts: 4
hec.carrillo is on a distinguished road
Default ANY dialect question:

I need to see the tables


I apologize for being new to SQL. I appreciate all the help I can get.

I need to see all of the tables in a database. I am running Microsoft SQL Server 2000, but I don't have a GUI. It's all command line.

What shall I use to display the tables in a database?

Thank you in advance for your help.

Regards,

Hector
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

ANSWER(S):

  #2 (permalink)  
Old 05-10-2007, 04:28 PM
hec.carrillo hec.carrillo is offline
Junior Member
 
Join Date: May 2007
Posts: 4
hec.carrillo is on a distinguished road
Default ANY answer. Is there a GUI client I can use?

Is there a GUI client that I can use to connect to the database on my Microsoft SQL Server 2000?

A third party app?

Thank you in advance for your help.

Regards,

Hector
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-11-2007, 07:51 AM
ben ben is offline
Administrator
 
Join Date: Mar 2007
Posts: 87
ben has disabled reputation
Default ANY answer. Re: I need to see the tables

Hi Hector,

If you do a google search for 'mssql manager software' you will get several choices.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-11-2007, 03:48 PM
hec.carrillo hec.carrillo is offline
Junior Member
 
Join Date: May 2007
Posts: 4
hec.carrillo is on a distinguished road
Default ANY answer. Re: I need to see the tables

Thank you. I will do that.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-11-2007, 03:53 PM
hec.carrillo hec.carrillo is offline
Junior Member
 
Join Date: May 2007
Posts: 4
hec.carrillo is on a distinguished road
Default ANY answer. Re: I need to see the tables

Where can I find Enterprise Manager snap-in? It's not anywhere on my system. I've even checked the console but it was not listed there either.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #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'
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Edit/Delete Message Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:57 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
Copyright (c) 2006-2008 SQL Recipes

1 2 3 4 5 6 7 8