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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Once setting replication, can you have distributor on sql server 2005, publisher of sql server 2008?

597


How does a profiler work?

519


there is a trigger defined for insert operations on a table, in an oltp system. The trigger is written to instantiate a com object and pass the newly inserted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better? : Sql server database administration

486


Define ACID properties in a Database?

630


What are the restraints imposed on the table design by a merge replication?

570






Explain primary key, foreign key and unique key?

548


What are the underflow and overflow behaviors on float literals?

580


How to convert a numeric expression from one data type to another?

507


What are the different types of normalization?

629


Which language is supported by sql server?

560


What purpose does the model database server?

657


In what three ways is the return statement used in a stored procedure?

518


Can multiple columns be used in sql group by clause in ms sql server?

554


What is stretch database in sql server?

571


How to count rows with the count(*) function in ms sql server?

539