how can i view structure of table in sql server? tell me
that query.
Answer Posted / vidit tyagi
sp_help <tablename>
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Is it safe to delete log files?
What is onf in normalization form?
What is the impact on other user sessions when creating indexes?
How to concatenate two binary strings together?
How many columns can we include on clustered index ?
What does normalization do to data?
What is equi join with example?
Would you store your query in a ssrs report or a database server? State the reason why?
How can you append an identity column to a temporary table?
Explain ms sql server reporting services vs crystal reports?
How to use union to merge outputs from two queries together in ms sql server?
Is it possible to replicate data from sql server to oracle? : sql server replication
How to maintain a fill factor in existing indexes?
What is the difference between ‘having’ clause and a ‘where’ clause?
Why union all is faster than union?