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 |
to explain sql server 2000 architecture & authentication
What is a Linked Server?
What is difference between views and tables?
What is collation sensitivity?
How would you choose between a clustered and a non-clustered index?
What is normalization process?
What is openrowset sql server?
Can we rollback records deleted by a truncate statement?
3 Answers CarrizalSoft Technologies, United Healthcare,
How can u convert the Date to String?
How to create an multi-statement table-valued function?
What is use of @@ spid in sql server?
How can u get the number of pupils connecting the database?