Bcp

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kwartz
    New Member
    • Dec 2007
    • 35

    Bcp

    Can somebody please help me with the syntax for copying the response of a query in a file

    I want to use BCP utility to copy the response of the query

    select s.study_key, s.study_id, e.volume_id from study s, examination e
    where s.study_key=e.s tudy_key

    Please I need immediate help with this.
    Thanks for you help
  • ck9663
    Recognized Expert Specialist
    • Jun 2007
    • 2878

    #2
    use queryout

    Here's a good read.

    -- CK

    Comment

    Working...