how to know description of a table in sqlserver 2000

Answers were Sorted based on User's Feedback



how to know description of a table in sqlserver 2000 ..

Answer / ksantosha

Dear Srinivas,
desc using in oracle not in Sql Server.
sp_help <table_name> is correct answer for Sql server

Is This Answer Correct ?    11 Yes 0 No

how to know description of a table in sqlserver 2000 ..

Answer / kmbkrishnan

sp_help <table_name>

Is This Answer Correct ?    7 Yes 0 No

how to know description of a table in sqlserver 2000 ..

Answer / ritesh

sp_ help table name
is the correct answer , above two answer is correct

Is This Answer Correct ?    6 Yes 0 No

how to know description of a table in sqlserver 2000 ..

Answer / rajeev

by pressing alt+f1 we also get the description of the table

Is This Answer Correct ?    5 Yes 0 No

how to know description of a table in sqlserver 2000 ..

Answer / punithalakshmi

sp_help is the correct answer.

Is This Answer Correct ?    5 Yes 1 No

how to know description of a table in sqlserver 2000 ..

Answer / sharif

Yes The Ksanthosha Given the Right Answer!

SP_HELP TABLE_NAME

This will gives the descriptin about the given TABLE_NAME

Is This Answer Correct ?    4 Yes 3 No

how to know description of a table in sqlserver 2000 ..

Answer / hameed

To get the description of the table execute this query in
the query editor
sp_help table_name

Is This Answer Correct ?    1 Yes 0 No

how to know description of a table in sqlserver 2000 ..

Answer / srinivas

desc <table_name>

Is This Answer Correct ?    2 Yes 6 No

Post New Answer

More SQL Server Interview Questions

What is the disadvantages of index?

3 Answers   TCS,


Tell me what is the stuff and how does it differ from the replace function?

0 Answers  


What is sql server database?

0 Answers  


Can we drop user if user mapped to any logins

1 Answers  


how many layers of tcp/ip protocol combined of? : Sql server database administration

0 Answers  






What do you mean by an execution plan?

0 Answers  


I need a query that retrieves info from an Oracle table and a query that retrieves info from a SQL Server table. The info has to be joined together according to Record ID numbers. I have very limited access to the Oracle database but full control of the SQL Server database.How do I join two different queries from two different databases?

1 Answers  


How to Get the last identity value used

4 Answers  


How to create a local temporary stored procedure?

0 Answers  


What do you mean by data integrity?

0 Answers  


What is bcnf normalization form?

0 Answers  


What do you do in data exploration

0 Answers   EXL,


Categories