What is an alternating way of showing Table Structures in Sql Server?

 Posted by vishalneeraj-24503 on 11/4/2014 | Category: Sql Server Interview questions | Views: 1303 | Points: 40
Answer:

sp_help is the an alternative way of displaying structure of table in Sql Server. sp_help is a system stored procedure.
Syntax:-
exec sp_help table_name;


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response