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 iaas, paas and saas?
How to check if stored procedure is running in sql server?
What is the recursive stored procedure in sql server?
Explain the truncate command? : SQL Server Architecture
How to check parameter value in stored procedure sql server?
What is store procedure? How do they work? When do you use?
What is the purpose of self join?
Why does sql studio use a single registered database repository? : sql server management studio
What is index, cluster index and nonclustered index?
How do you handle datasets larger than 50 gb?
What is the use of sign function?
Define primary key?
What happens to a statement batch if there is a compilation error?
Suppose you want to implement the one-to-many relationships while designing tables. How would you do it?
How to access the deleted record of an event?