Can MSSQL load a tab delimited text file?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • joealey2003@yahoo.com

    Can MSSQL load a tab delimited text file?


    Hi all...


    I would like to know if SQL SERVER can load a tab delimited text file.

    If yes, how?

    A search on the web did not return me the "load data" command as mysql
    or other.



    Thank you all.

  • Q. John Chen

    #2
    Re: Can MSSQL load a tab delimited text file?

    BULK INSERT

    Comment

    • joealey2003@yahoo.com

      #3
      Re: Can MSSQL load a tab delimited text file?

      Oh my god...

      Why you say it is a bulk insert man???? Come on....

      I am a MySQL user and wants to know if i can load my data on MSSQL
      without a need of a converter.

      Comment

      • Greg D. Moore \(Strider\)

        #4
        Re: Can MSSQL load a tab delimited text file?


        <joealey2003@ya hoo.com> wrote in message
        news:1117271736 .412801.299580@ f14g2000cwb.goo glegroups.com.. .[color=blue]
        > Oh my god...
        >
        > Why you say it is a bulk insert man???? Come on....
        >
        > I am a MySQL user and wants to know if i can load my data on MSSQL
        > without a need of a converter.[/color]

        I'm not sure what you don't like about his answer. Did you even bother to
        look up the command he gave you?

        [color=blue]
        >[/color]


        Comment

        • David Portas

          #5
          Re: Can MSSQL load a tab delimited text file?

          Don't you have Books Online available? I expect Q. John Chen assumed you
          would lookup the command:


          --
          David Portas
          SQL Server MVP
          --

          <joealey2003@ya hoo.com> wrote in message
          news:1117271736 .412801.299580@ f14g2000cwb.goo glegroups.com.. .[color=blue]
          > Oh my god...
          >
          > Why you say it is a bulk insert man???? Come on....
          >
          > I am a MySQL user and wants to know if i can load my data on MSSQL
          > without a need of a converter.
          >[/color]


          Comment

          • joealey2003@yahoo.com

            #6
            Re: Can MSSQL load a tab delimited text file?


            Oh...

            So Bulk Insert is the command...

            Thank you all...

            Comment

            Working...