What is the equivalent of ‘describe table’ in SQL Server? September 22, 2022 by Tarik You can use the sp_columns stored procedure: exec sp_columns MyTable