I am using SQLSERVER 2014 Express and I created Employee
Table
I want to know the details Description for the Employee
Table
like NULL or NOT NULL and Datatypes
In Oracle we have desc Employee
like any syntax? Please help me
SP_HELP
will give info on an object:
exec sp_help 'objectName'