What is mean by "fill factor" ? and what is mean
by "Index "in sql?



What is mean by "fill factor" ? and what is mean by "Index "in sql?..

Answer / gunjan sapra

fill factor is a defiened percentage between 0 to 100 in
which we leave exra gaps to accomodate future expansions in
the storage of the futures data.
indexing in sql is same as the index in our books. it helps
us to manage our data more appropriately.it can be done in
two ways namely clustered index and non-clusterd index.
we can create only one clustered index per table and
maximum of 249 non-clustered indexes per table.

Is This Answer Correct ?    15 Yes 6 No

Post New Answer

More SQL Server Interview Questions

What are character string data types in ms sql server?

0 Answers  


How to use clusters?

0 Answers   Amdocs,


Can you name some of the dml commands in sql?

0 Answers  


How do we return a record set from a Stored Procedure in SQl server 2000?

3 Answers  


How to delete a login name in ms sql server?

0 Answers  






How to convert a table data in XML format in sql server?

0 Answers  


Explain in brief about Microsoft SQL server?

0 Answers  


What is data source in connection string?

0 Answers  


Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

0 Answers  


Explain DBMS, RDBMS?

6 Answers  


What is subquery? Explain the properties of a subquery?

0 Answers  


How you can get a list of all the table constraints in a database?

0 Answers  


Categories