how can i view structure of table in sql server? tell me
that query.
Answer Posted / erwin suryana
sp_columns <table_name>
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
How many databases can we create in a single server?
Explain index in sql server?
How to trouble shoot if unable to connect SQL Server
What are the properties of sub-query?
Differentiate between a local and a global temporary table?
How can we solve concurrency problems?
How to read data in a table with "select" statements?
What are three major types of constraints?
What is the parse query button used for?
How do you handle datasets larger than 50 gb?
what is a transaction? : Sql server database administration
what is the difference between writing data to mirrored drives versus raid5 drives. : Sql server administration
Can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible?
What stored by the model?
explain what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration