how can i view structure of table in sql server? tell me
that query.
Answer Posted / vidit tyagi
sp_help <tablename>
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Suppose you want to implement the many-to-many relationships while designing tables. How would you do it?
Define normalisation?
What is raiseerror? What is raiseerror?
You want to implement the one-to-one relationship while designing tables. How would you do it?
Tell me what are the essential components of sql server service broker?
What is the purpose of indexing?
How to assign null values to variables or columns?
How to install sql server 2005 express edition?
How to enter binary string literals in ms sql server?
tell me the disaster recovery plan
What are two difference between sql azure and azure tables?
How many types of cursor type are there?
What is the difference between system objects and user objects?
Does order by actually change the order of the data in the tables or does it just change the output?
what purpose does the model database serve? : Sql server database administration