Sometimes we need to know the table structure information of a database. We need to know the information like columns name, data type, length etc. There are multiple options to find the information. Some of them are
sp_columns: You can execute sp_columns and get the columns information of the table.
Example: exec sp_columns ‘Table Name’
sp_help: You can execute sp_help and get the all the necessary information of the table.
Example: exec sp_help ‘Table Name’
Bravo
...Lol Akram bhai. I tgought I am the one who wrote it.
...Great write up! We should hire the author to join our team :-)
...Ha.. ha.. so funny. Fortunately it's an April fool hoax :)
...here's mine https://www.cod
...