why cluster and non clusterindex are used in sqlserver 2000?
explain with example
Answer / venkat
Index is commonly used for faster data retrieval.We can
have only one Clustered Index and many non-clustered index
in a single table.It is known that there is some
limitations in using indexes.If a column is defined as
primary key,by default column is set to be clustered
index.All other indexes created manually in the same table
were non-clustered index.
Is This Answer Correct ? | 3 Yes | 1 No |
How you can find out if an index is useful to the optimizer?
Define cross join in sql server joins?
Explain log shipping and mention its advantages.
When would you use the stored procedures or functions?
what is denormalization and when would you go for it? : Sql server database administration
What are the steps you will take, if you are tasked with securing an SQL Server?
What is self contained sub query?
can any one post me, how to remove rows in the below table ENO ENAME EDEPT ELOC 3368 BPS BI Adayar 3371 RAN BI valachari 3369 SRI BI valachari 3372 jay BI Chn - - - - - - - -
How extra digits are handled with numeric data type literals?
What is the difference Between Sql-server 2000 & 2005
How to create an multi-statement table-valued function?
Explain different forms of normalization?