I want to save the result of SP_HELP [TableName] in UserTable. How can it be achieved. I know this information is available in information_schema.columns table.
The purpose of this tables is to use it if any changes are done to the table. It's achievable by using information_schema.columns but is it possible using sp_help.