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 to get max salary with employee number by using one select query and max function ??
What is sql collation?
Why I am getting this error when renaming a database in ms sql server?
Explain about analysis services?
What is the osql utility?
How to transfer Logins from SQL Server 2000 to 2005
What is the order by used for?
Does a full backup include transaction log?
Why should you use or avoid select * statements?
In clustered and non clustered indexes which one is faster while executing a query ?
What is the difference between a stored procedure and a user defined function in sql server?
What is self contained sub query?