I am trying to check the table structure of given table in Query Analyzer.
I am trying to see the anything equivalent Of Describe in Mysql in SQL server
I found sp_help, but that gives me more than what I expect.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try
sp_columns also works but that’s 2005 and up and you reference “Query Analyzer” which is for 2000