Get List of All Table Columns of DataBase In Sql Server

List of All Table Columns of particular  DataBase stored in a system table,to get it we need to user following query
 
 
  1. select *from sys.all_columns