Skip to content

Instantly share code, notes, and snippets.

@osya
Created March 27, 2015 09:48
Show Gist options
  • Save osya/2a33399e872c545a10a0 to your computer and use it in GitHub Desktop.
Save osya/2a33399e872c545a10a0 to your computer and use it in GitHub Desktop.
SQLCMD Example #SQL
sqlcmd -S misdev1 -E -d DWH -i SAT_Territory_Fact.sql -o SAT_Territory_Fact_out.txt
sqlcmd -S misdev1 -E -d DWH -i HUB_Territory.sql -o HUB_Territory_out.txt
sqlcmd -S misdev1 -E -d DWH -i LNK_Territory_Hierarchy.sql -o LNK_Territory_Hierarchy_out.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment