how can i view structure of table in sql server? tell me
that query.
Answer Posted / murli manohar
sp_tables @table_type = "'TABLEName'"
| Is This Answer Correct ? | 5 Yes | 9 No |
Post New Answer View All Answers
How do I find the size of a sql server database?
What security features are available for stored procedure?
How many types of triggers in sql server?
How to locate and take substrings with charindex() and substring() functions?
Explain the relational database management system (rdbms)?
How to select some specific columns from a table in a query in ms sql server?
How do we know if any query is retrieving a large amount of data or very little data?
Tell me about pre-defined functions of sql?
Explain what are the database objects? : SQL Server Architecture
What are “lock” hints?
What is an expression in ms sql server?
What are the different types of collation sensitivity in sql server?
What are data files?
What is awe?
How to test a dml trigger in ms sql server?