C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Trainings
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
SQL Server Transact Basic to Expert - Disable an index in a table
WhatsApp
Karthikeyan Anbarasan
14y
3.3
k
0
0
25
Blog
This blog show how to disable an index in a table using Alter command
Syntax:
ALTER INDEX index_name ON
table_or_view_name DISABLE
Example:
ALTER INDEX emppkind ON
emptable DISABLE
People also reading
Membership not found