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
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