Skip to content

Instantly share code, notes, and snippets.

@jboeke
Created January 4, 2011 22:02
Show Gist options
  • Save jboeke/765528 to your computer and use it in GitHub Desktop.
Save jboeke/765528 to your computer and use it in GitHub Desktop.
Test SQL Views (The Hard Way)
SELECT TOP 1 FROM viewFoo1
SELECT TOP 1 FROM viewFoo2
SELECT TOP 1 FROM viewFoo3
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment