Sunday, 18 August 2013

How can I show the table structure in mssql query?

How can I show the table structure in mssql query?

SELECT DateTime, Skill, Name, TimeZone, ID,User,Employee,Leader
FROM t_Agent_Skill_Group_Half_Hour AS t
I need to view the table structure in a query.

No comments:

Post a Comment