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
What does dml stand for?
What are subquery and its properties?
Suppose i have a table that contains 5 columns like col1,col2...colm5.I want to import only two column through BCP utility.How to do same through BCP in sybase.
What is a deadlock and what is a live lock?
What are the steps to follow to configure SQL*Net?
Can we call stored procedure in trigger?
What is openrowset sql server?
Can we insert data into a view?
What is trigger explain with program?
what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
What is the use of custom fields in report?
How to maintain a fill factor in existing indexes?
How can you check the version of sql server?
Once setting replication, is it potential to own a publisher as sixty four bit sql server and distributor or subscribers as a thirty two bit sql server?
What is an active database?