Skip to content

Instantly share code, notes, and snippets.

@vmussak
Created November 17, 2019 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmussak/61e93552d112b17b4939fbe5a49d42a0 to your computer and use it in GitHub Desktop.
Save vmussak/61e93552d112b17b4939fbe5a49d42a0 to your computer and use it in GitHub Desktop.
CREATE INDEX IDX_ClienteEmail
ON Cliente(Email)
INCLUDE (Nome, Sobrenome)
WITH (DROP_EXISTING = ON)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment