Skip to content

Instantly share code, notes, and snippets.

@bertwagner
Last active February 20, 2017 17:24
Show Gist options
  • Save bertwagner/a7e49940c46a0dbbb9cbfafaeb02b82e to your computer and use it in GitHub Desktop.
Save bertwagner/a7e49940c46a0dbbb9cbfafaeb02b82e to your computer and use it in GitHub Desktop.
SQL Server 2016 reutrns data in 1ms for indexed computed column
-- Indexed computed column returns results in ~1ms
SELECT * FROM dbo.Cars WHERE CarModel = 'Golf'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment