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
Which Model uses the SET concept
How to update values in a table with update statements in ms sql server?
How to achieve Paging of records in SQL SERVER?
What is impersonation? What are the different impersonation options available in ssas? : sql server analysis services, ssas
Do you know exporting and importing utility?
What are cursors and when they are useful?
What is serializable?
Explain how to use linked server?
Where can you find the error log information? : sql server database administration
How to generate create procedure script on an existing stored procedure?
Do you know nested transaction?
What does it mean to normalize data?
what is create database syntax? : Sql server database administration
How can I check that whether automatic statistic update is enabled or not?
Why would you use sql agent?