Skip to content

Instantly share code, notes, and snippets.

@hrstt
Created May 31, 2012 00:21
Show Gist options
  • Save hrstt/2839783 to your computer and use it in GitHub Desktop.
Save hrstt/2839783 to your computer and use it in GitHub Desktop.
SQL Server スキーマ情報取得 ref: http://qiita.com/items/0469ea658064539399fc
SELECT * FROM INFORMATION_SCHEMA.TABLES
SELECT * FROM INFORMATION_SCHEMA.COLUMNS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment