What are the limitation of the Online Index Rebuild Operation?
Answer / saravakumar
As title is very clear what this post is about I will not
write long description. I have listed definition of
FILLFACTOR from BOL here.
FILLFACTOR
Specifies a percentage that indicates how full the Database
Engine should make the leaf level of each index page during
index creation or alteration. fillfactor must be an integer
value from 1 to 100. The default is 0.
T-SQL Script to set Server level FILLFACTOR to 90
EXEC sys.sp_configure 'show advanced options', '1'
RECONFIGURE WITH OVERRIDE
GO
EXEC sys.sp_configure 'fill factor (%)', '90'
GO
RECONFIGURE WITH OVERRIDE
GO
EXEC sys.sp_configure 'show advanced options', '0'
RECONFIGURE WITH OVERRIDE
GO
| Is This Answer Correct ? | 1 Yes | 2 No |
What is the new security features added in sql server 2016? : sql server security
WHAT IS THE DIFFERENCE BETWEEN CANDIDATE KEY ,COMPOSITE KEY AND PRIMARY KEY. THAN U.
Plz tell about backup&recovery?
What is BCP? When does it used in sql server 2012?
0 Answers TryTechnicals Pvt Ltd,
What Are Three Rules to UseĀ UNION IN SQL SERVER
What happens when unicode strings concatenate with non-unicode strings?
Determine when to use stored procedure to complete sql server tasks?
what is the Surrogate key?and wt is the diff between Primary key and Surrogate Key?
what is normalization? : Sql server database administration
Can coalesce return null?
How to use the inserted and deleted pseudo tables?
Is mysql better than sql server?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)