how can i view structure of table in sql server? tell me
that query.
Answer Posted / r.rajesh
sp_columns table_name
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to count rows with the count(*) function in ms sql server?
How to create user messages with print statements in ms sql server?
What is snapshot parameter in ssrs?
Which data type columns are the best candidates for full-text indexing?
Explain about Normalization?
I have all the primary data files, secondary data files as well as logs. Now, tell me can I still restore the database without having a full backup? : sql server database administration
What is the main difference between ‘between’ and ‘in’ condition operators?
New concepts of sql server 2005 use in your project.
What do you understand by mirroring and mention the advantages of the mirroring?
What is lock escalation and what is its purpose?
How to change the name of a database user?
Suppose you want to implement the one-to-many relationships while designing tables. How would you do it?
What the different components in replication and what is their use?
What is GUID in sql server?
What are the differences between substr and charindex in sql server.