Get Table Information with Column Datatype in SQL

  1. select * from information_schema.columns where table_name='tbl_emp'  
or
  1. sp_columns tbl_emp