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
jQuery Dialog Ajax PHP problem
Question about Exchange 2010 mailbox move.
SSRS 2008 Cascading Parameter not getting refreshed
Screen lock/unlock
GZip Partially Working
Changing default ring volume on Polycom IP 430 and 650
How do I modify textboxes/labels in an asp:repeater footertemplate through javascript (client side)
Dell PowerEdge Perc 4e/Di RAID 1 expansion
VMware Vcenter server connection to iSCSI SAN network
OnTextChanged TextBox Issue