how can i view structure of table in sql server? tell me
that query.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sagar
Select TableName and then press ALT+F1 means highlight tablename
Is This Answer Correct ? | 0 Yes | 0 No |
How do I open a .db file?
How do I create a partition table in sql server?
Explain in brief how sql server enhances scalability of the database system?
What is clustered primary key?
Why we use functions in sql server?
Does a server store data?
What is the difference between Stored Procedure , Function and Package, 1. how many blocks in Package and what are they.
What is the use of set nocount on/off statement?
Explain transaction isolation levels in sql server?
you accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover? : Sql server administration
What is temporary stored procedure?
What is better - 2nd Normal form or 3rd normal form? Why?