how to know description of a table in sqlserver 2000
Answer Posted / 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 |
Post New Answer View All Answers
Can we create clustered index on composite key?
Are resultset updatable?
How will you optimize a stored procedure optimization?
Is it true that rules do not apply to data already existing in a database at the time the rule is created?
how to avoid cursors? : Sql server database administration
Difference between report and query parameter.
How do you open a cluster administrator?
Which are the important points to note when multilanguage data is stored in a table?
What is difference between delete & truncate commands?
Explain the truncate command?
Why use cursor in sql server?
how to do partition in sqlserver
What are triggers? How do you invoke a trigger on demand?
What is indexing explain it with an example?
Suppose you want to implement the many-to-many relationships while designing tables. How would you do it?