Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MahdiKarimipour/f1edcbac844f29266f0a75b5f57de9be to your computer and use it in GitHub Desktop.
Save MahdiKarimipour/f1edcbac844f29266f0a75b5f57de9be to your computer and use it in GitHub Desktop.
Drop SQL Server Full Text Index
DROP FULLTEXT INDEX on dbo.Addresses;
DROP FULLTEXT CATALOG FTCAddress;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment