Microsoft
Software
Hardware
Network
Question : Need help to seperate Select output using TABs
Hi All,
I need to create tab-delimited output from a select statement.
e.g. "select a as val_a, b as val_b, c as val_c from tab" should print VAL_A <tab> VAL_B <tab> VAL_C <tab> Data <tab> Data <tab> Data <tab>
as the header followed by the data also separated by tabs.
Do anyone know how to do this in simpler way.
Answer : Need help to seperate Select output using TABs
this will do the job if you need export those data:
export to f:\test.del of del
modified by coldel0X09
select * from schema.mytable
Random Solutions
Password Protect Folder
Shell script to queue commands
Replace ButtonClickEvent with RadWindow Close (ASP.NET, C#, Telerik RadControls)
Identify available memory for an x86 application in x64 Windows
Delete blank line from textarea
SQL reporting services error in sharepoint integrated mode. Shared data source not valid
Unix Perl or Shell script to split a data file by header+trailer
Run the first php script in background - When done - run the next script ...
Drupal - changing css for only one View
SQLCommandBuilder - GetUpdateCommand, GetInsertCommand and GetDeleteCommand Questions