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 type of index will get created after executing the above statement? : Sql server database administration
Why functions are used in sql server?
What is the use of stored procedure?
What do you understand by triggers and mention the different types of it?
How can you insert null values in a column while inserting the data?
Tell me the use of keyword with encryption. Create a store procedure with encryption?
How except clause is differs from not in clause?
Can you explain what is indexed view? How to create it?
How to execute the cursor queries with "open" statements?
Is t sql the same as sql server?
What options are available to audit login activity? : sql server security
Suppose you want to implement the one-to-many relationships while designing tables. How would you do it?
What are the advantages of stored procedure in sql server?
What are the different index configurations a table can have?
Which data types generate inaccurate results if used with an = or <> comparison in a where clause of a sql statement?