Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
bendertez
Yak Posting Veteran
94 Posts |
Posted - 2007-09-19 : 09:15:43
|
| Is there any way of outputting a txt file using SQLCMD (-o), using the -s switch that will get rid of all column seperators.I basically want the export file format to have no seperators or delimiters, just lines of datai.e1 2 3 4 5 6 or 1,2,3,4,5,6to be123456Thanks |
|
|
bendertez
Yak Posting Veteran
94 Posts |
Posted - 2007-09-19 : 10:06:04
|
| Its OK I found it myselfthe syntax is -s""for future reference |
 |
|
|
|
|
|