I work on Oracle in most of my projects, but this time we are using MS SQL Server for a project.
In Oracle it was easy to get table description, i.e. DESC table_name.
To get table description in MS SQL Server, use following command:
MSSQL>sp_help table_name
No comments:
Post a Comment