How can i get all tables name with its columns name in a table in SQL Server ? For example
tablename columnsname table1 column1,column2,column3... table2 column1,column2,column3... table3 column1,column2,column3...