how to know description of a table in sqlserver 2000
Answer Posted / srinivas
desc <table_name>
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Can a stored procedure call itself or recursive stored procedure? How many levels sp nesting is possible?
How to change the ownership of a schema in ms sql server?
What are the High-Availability solutions in SQL Server and differentiate them briefly?
What is Dependency Injection and provide example?
What is the difference between ddl,dml and dcl commands?
What is nolock hint in sql server 2008
Why use cursor in sql server?
How to declare and use cursor variables?
What are distinctive joins find as a part of sql?
How to move database physical files in ms sql server?
How do you migrate data from mssql server to azure?
What are the diifferences between the ms sql server vs mysql?
Can you explain the disadvantages/limitation of the cursor?
How to create a user name in a database?
‘Order by’ is not allowed in a view how can you sort information from a view?