Skip to content

Instantly share code, notes, and snippets.

@vmussak
Created November 17, 2019 21:05
Embed
What would you like to do?
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