View Single Post
  #6 (permalink)  
Old 11-29-2007, 12:04 PM
vishwanath
 
Posts: n/a
Default ANY answer. Re: How to get table structure via SQL?

In SQL server

We can use this statement to get the structure of a table

EXEC sp_help <table_name>
Edit/Delete Message Reply With Quote