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 difference between table aliases and column aliases? Do they affect performance?
How many instances per computer are there in sql server 2000?
What are the different types of sub-queries?
When would you use the stored procedures or functions?
What are subqueries in sql server?
Can anyone tell that the extra features are there in SQL SERVER 2008 that are not available in previous versions .
How to check if stored procedure is running in sql server?
What are points to remember while using the fillfactor argument?
How to perform backup for certificates in sql server? : sql server security
How will you optimize a stored procedure optimization?
Explain how to send email from sql database?
Which data type columns are the best candidates for full-text indexing?
what is create database syntax? : Sql server database administration
Can sql server be linked with other servers like oracle?
What are policy management terms?