What is the basic difference between clustered and a
non-clustered index?
Answer Posted / anil sharma
clustered index one in table nad non-clustered index may be
more than one in one table.
| Is This Answer Correct ? | 27 Yes | 10 No |
Post New Answer View All Answers
What is acid mean in sql server?
What is the use of attributehierarchyvisible ? : sql server analysis services, ssas
What is the usage of the sign function?
Define Wed Edition in SQL Azure?
What are the different index configurations a table can have?
How can you fetch alternate records from a table?
What are the drawbacks of reporting in ssrs?
What is 2nf example?
How to generate create procedure script on an existing stored procedure?
I have a table Events Events containing cardno,time,id,name--each id has a cardno my requirement is every day each employee swipe the card several times i want to calculate first and last time of each card the output should be name 1 2 6 7 in out in out holiday holiday xxx 09:30 06:30 09:40 06:45 where 1,2...... are dates for example january 1,2, etc. 6 and 7 are saturday and sunday how it is posssible
What the different topologies in which replication can be configured?
what are defaults? : Sql server database administration
How to loop through result set objects using odbc_fetch_row()?
What is coalesce in sql server?
which table keeps the locking information? : Sql server administration