Imporing text data into Database script

Results 1 to 3 of 3
  1. #1
    Member Airdraw is offline
    MemberRank
    Mar 2012 Join Date
    89Posts

    Imporing text data into Database script

    Hey guys, I remember that there was a script to import text data into DB but I cannot find it anymore.
    Also, can I export tables into text files?


  2. #2
    Grand Master Statiic is offline
    Grand MasterRank
    Nov 2011 Join Date
    BrazilLocation
    611Posts

    Re: Imporing text data into Database script

    Code:
    BULK INSERT _REFOBJCOMMON FROM 'C:\TXTNAMEHERE.txt'

  3. #3
    Member Airdraw is offline
    MemberRank
    Mar 2012 Join Date
    89Posts

    Re: Imporing text data into Database script

    Thank you!



Advertisement