TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
SQL Server Transact Basic to Expert - Dropping an index in a table
Karthikeyan Anbarasan
Jun 08, 2011
2.4
k
0
1
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
SQL Server Transact Basic to Expert - Dropping an index in a table
This blog show how to drop an index in a table using the drop command
Syntax:
DROP INDEX <table_or_view_name>.<index_name> [ ,...n ]
Example:
DROP INDEX Dbo.emptable.emppkind
SQL Server Transact Basic to Expert - Dropping an index in a table
Next Recommended Reading
SQL Server Transact Basic to Expert - Disable an index in a table