Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| vendors:microsoft:sql:sqlcmd [2024/05/14 14:16] – created gerardorourke | vendors:microsoft:sql:sqlcmd [2024/05/14 17:42] (current) – gerardorourke | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| + | < | ||
| + | sqlcmd -S MyServer -d myDB -E -Q " | ||
| + | -o " | ||
| + | -h-1 removes column name headers from the result | ||
| + | -s"," | ||
| + | -w 700 sets the row width to 700 chars (this will need to be as wide as the longest row or it will wrap to the next line) | ||
| + | </ | ||
| + | Reference: https:// | ||
| + | ==== TEMP ==== | ||
| + | *https:// | ||