Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kcrewjap

    Return value for VBScript with bulk insert

    Hello, Is it possible to get a return value in my VBScript when doing a bulk insert? if so, how is this done? Thank you, Kcrewjap
  2. kcrewjap

    HELP! configuring schema file...

    You are right, it worked perfectly. thanks you for all of your help.
  3. kcrewjap

    HELP! configuring schema file...

    This still doesnt combine the two tables into one.. desired records inserted in table: ct.xml 29820088 1234 ct.xml 29820089 5678 not ct.xml NULL NULL NULL 29820088 1234 NULL 29820089 5678 any help is much appreciated. Thanks
  4. kcrewjap

    HELP! configuring schema file...

    I'm trying to load an xml document into a sql server table using vbscript and sqlxmlbulkload. The xml file has a header element with the filename, date, record counts, etc, followed by transaction elements. I'd like to merge some of the header info with the transaction data but I can't figure...
  5. kcrewjap

    HELP WITH A QUERY

    I am using SQL 2000. trying to automate a job to pull data from a shared file to upload to my database...would bulk insert be the best route for this?

Part and Inventory Search

Back
Top