how can i view structure of table in sql server? tell me
that query.
Answer Posted / sathish
how can i view structure of table in sql server? tell me
that query.
Select * from information_schema.columns where table_name =
xyz
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Where are sql server usernames and passwords stored in the sql server?
How to verify a user name with sqlcmd tool?
What are the advantages of using a stored procedure?
How do I view a trc file?
How does a profiler work?
Write an sql query for deleting duplicate rows?
Why main is user defined function?
What do you understand by check constraint in sql server?
How many databases Microsoft SQL server provides?
how to do partition in sqlserver
How do indexes help, types?
What happens if strings are casted into wrong code pages in ms sql server?
What is difference between createstatement and preparedstatement?
What is raid and what are different types of raid levels?
What are different types of roles provided by ssrs?