Knowledge Sharing Network

SqlServer-QA.net (SSQA.net)


sql server,index,production,online - SQL Server Knowledge Sharing Network (SqlServer-qa.net)

Browse by Tags

SQL Server 2005 Enterprise Edition - make data available while creating indexes on large tables!
25 February 08 07:53 AM | ssqa.net | with no comments
Though it is not a best practice to perform a CREATE INDEX on large tables during the online hours where you have number of users accessing the metadata of SQL Server database. Within SQL Server 2005 Enterprise Edition you can perform ONLINE indexes operation...