how can i view structure of table in sql server? tell me
that query.
Answer Posted / anil panwar
SP_help < table_name>
Is This Answer Correct ? | 54 Yes | 1 No |
Post New Answer View All Answers
How to return the date part only from a sql server datetime datatype?
How to insert data into an existing table?
Can we shrink data file in sql server?
What is the default port for SQL Server over a firewall?
You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?
Why do we use stored procedures in sql server?
Explain steps of normalization?
How do we know if any query is retrieving a large amount of data or very little data?
What is dml command?
Where do we use trace frag?
When do you think a developer should use sql server-based cursors?
What are clustered and non-clustered index?
What is the use of =,==,=== operators?
How do I find the default sql server instance?
Explain “not null constraint” in sql server?