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
Explain comment on transactions?
Explain what is meant by replication of database?
What are the new features in SQL Server 2005 when compared to SQL Server 2000?
How to rebuild all indexes on a single table?
What is ms sql server reporting services?
Explain the rules for designing files and file groups in sql server?
What are various ways to enhance the ssrs report?
Why I am getting this error when dropping a database in ms sql server?
How to generate create view script on an existing view?
What is catalog views?
How can you know if the row fetched from cursor is still valid in underlying table?
What is identity?
What is merge?
Do you know exporting and importing utility?
What is Dependency Injection and provide example?