Answer Posted / visala
sp_help <tablename>
sp_helpindex <tablename>
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is an indexed view?
What command would you use to add a column to a table in sql server?
How to create a view and a stored procedure in ms sql server using "create view/procedure" statements?
Is oracle faster than sql server?
Give an example of why you would want to denormalize a database
If no size is defined while creating the database, what size will the database have?
Explain different types of lock modes in sql server 2000?
What are various aggregate functions that are available?
What is self contained multi valued query?
Does group by or order by come first?
Explain indexed views?
What is the data type of time?
‘Order by’ is not allowed in a view how can you sort information from a view?
Give main differences between "Truncate" and "Delete".
What is BCNF? How is it better than 2NF & 3NF?