Thread
:
How to get table structure via SQL?
View Single Post
#
6
(
permalink
)
11-29-2007, 12:04 PM
vishwanath
Posts: n/a
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>
vishwanath