Skip to content

Instantly share code, notes, and snippets.

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 FleXoft/22f6e2e3226eeeff253559b18a776622 to your computer and use it in GitHub Desktop.
Save FleXoft/22f6e2e3226eeeff253559b18a776622 to your computer and use it in GitHub Desktop.
HPE SM delete all tables before load (MS SQL)
SELECT 'drop table', name, ';' FROM sysobjects WHERE xtype='U' order by name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment