In SSMS, right-click on the table node and “Script Table As”https://stackoverflow.com/”Create”.
There is no built in ‘script this table’ T-SQL.
sp_help ‘tablename’ gives useful table information if that’d do.
In SSMS, right-click on the table node and “Script Table As”https://stackoverflow.com/”Create”.
There is no built in ‘script this table’ T-SQL.
sp_help ‘tablename’ gives useful table information if that’d do.