To find the structural information about a table in mssql:
sp_help table_name
Use the top helper like select top 10 * from table_name
to limit the number of results from a select wildcard
To find the structural information about a table in mssql:
sp_help table_name
Use the top helper like select top 10 * from table_name
to limit the number of results from a select wildcard
For further actions, you may consider blocking this person and/or reporting abuse
Snehal Rajeev Moon -
Berman McManus -
Quang Nam Nguyen -
Keyur Chaudhari -
Top comments (0)