how can i view structure of table in sql server? tell me
that query.
Answer Posted / justus
sp_helptext <tablename>
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
Explain datetimeoffset data type in sal server 2008?
What is normalization process?
How to filter records of table in SQL SERVER?
Write a sql query to get zero records from a table having n number of records?
Explain differentiate between a having clause and a where clause?
How do I view a script in sql server?
explain what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
How to maintain a fill factor in existing indexes?
What are the commands used in DCL?
Write the SQL query to drop, truncate and delete table.
Explain sql server authentication modes?
What is statement level trigger?
How to provide values to user defined function parameters?
What is the difference between function and stored procedure in sql server?
What is difference between count (*) and count column?