SQL Server Transact Basic to Expert - Drop and recreate an index in a table using Create IndexKarthikeyan Anbarasan15yPublished Jun 8, 2011, 12:00 AMUpdated Jun 8, 2011, 1:57 AM3.1k00Reactions×25BlogThis blog show how to drop and recreate an index using Create Index commandExample:CREATE NONCLUSTERED INDEX empind ONDbo.emptable (Empid ASC)WITH (DROP_EXISTING = ON)GOCommentsJoin the conversation! Your thoughts help the community grow.Sign in to leave a commentIt is the same account you read, post and publish with — and you will come straight back to this page.Sign inCreate an account
Join the conversation! Your thoughts help the community grow.