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
How you can find out if an index is useful to the optimizer?
Can sub report data source be different from that of the parent report?
How can I check that whether automatic statistic update is enabled or not?
Write a Select Query to display title for each group of records, which are collected with Compute Clause? Like titlefield column-A column-B ..... ..... ..... Sum ... titlefield column-A column-B ..... ..... ..... Sum ...
What keyword you will use to get schema appended to the result set of a ‘for xml’ query?
what is spatial nonclustered index
How each E-R model constructs can be mapped to the relational model?
How to define the name and server for a new dsn?
How many types of stored procedures are there in sql server?
What is a trigger and types of a trigger?
Is sql different from sql server?
Can coalesce return null?
How to concatenate two binary strings together?
How do I install only the client tools of sql server 2000?
How to delete all rows with truncate table statement in ms sql server?