how can i view structure of table in sql server? tell me
that query.
Answer Posted / krishnaraj
sp_help '<TABLE NAME>'
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain what are the restrictions that views have to follow? : SQL Server Architecture
How do I view a stored procedure in sql server query?
How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?
What is the difference between DataRow.Delete() and DataRow.Remove()?
What are the disadvantages of indexes?
What are out-of-range errors with date and time literals?
What to perform pattern match with the like operator?
Name three of the features managed by the surface area configuration tool? : sql server security
how you can deploy an ssrs report?
What is filter index?
What is DCL?
How to create a view using data from another view?
What is report server project?
What is the query and subquery?
Explain “row_number()” in sql server with an example?