Quantcast
Channel: SCN: Message List - SAP Adaptive Server Enterprise (SAP ASE) for Custom Applications
Viewing all articles
Browse latest Browse all 3587

Re: How I can generate a bcp ordered of a table with index non-clustered?

$
0
0


Hello,

 

the best way would be to create a view, where you force your index:

 

create view <viewname> as select * from <table> (index <yourindexname>)

go

 

then just bcp out this view.

 

There is no direct way to do this with bcp.

 

Regards

Stefan


Viewing all articles
Browse latest Browse all 3587

Trending Articles