how can i view structure of table in sql server? tell me
that query.
Answer Posted / justus
sp_helptext <tablename>
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
What are sql azure firewall rules?
Can we call future method from trigger?
How many columns can we include on clustered index ?
Can two tables share the same primary key?
Explain full-text indexing?
You want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition?
Equi join and non equi join is possible with sql server?
How much space does sql server 2016 take?
Describe the functionalities that views support.
What is master database? : SQL Server Architecture
What options are available to audit login activity? : sql server security
What are the 2 types of classifications of constraints in the sql server?
What is the fillfactor concept in indexes?
role of sql sever 2005 in database rather than any other database
How data can be copied from one table to another table?