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 is a traditional network library for sql servers? : Sql server database administration
Different types of keys in SQL?
How to create a dynamic cursor with the dynamic option?
Can we call stored procedure in trigger?
Do you know what are acid properties of transaction?
How to drop an existing schema in ms sql server?
What are three ways you can use an identity value inside a trigger? Why would you prefer one way over another?
Suggest a method of joining two tables.
What is the size of transaction log file?
What is the federation in sql azure?
How can we solve concurrency problems?
What are the drawbacks of reporting in ssrs?
Why do we use functions?
What do you understand by triggers?
What is truncate table?