How to import flat file/CSV file in database in Microsoft SQL server Management Studio?

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ก.ค. 2023
  • In this video tutorial, we will learn to import a CSV file into the database by using the SQL server wizard in SQL server management studio. This is a very use ful trick to import CSV data files as tables. and you can import huge data files in no time and be smart.
    #sqlservermanagementstudio #sqlserver #sqlservertutorial #coolithelp

ความคิดเห็น • 20

  • @bokkenknuser

    This is very useful! Thank you!

  • @xyanglui7795

    thank you, u r great

  • @chandanprasad4634
    @chandanprasad4634 16 ชั่วโมงที่ผ่านมา

    Thank you! 👌

  • @Daughteroffice

    Thank you.

  • @homed41763

    How to add to a already existing table

  • @baturalpince456

    how do you setup foreign keys while doing this?

  • @Juzz_RSA

    Thank you

  • @justthien

    It takes pretty long to insert data at the final step, I don't know what's wrong, whether if my data is too big (around 160k rows) or my computer is just weak (8GB RAM)

  • @rmehta26

    Is it possible to import several flat files (.csv) together in one go?

  • @valentinvas6454

    Why is that when I go to tasks I only see a few options. There are no such thing as import flat file???

  • @mestermester6749

    What happens if in that case the delimiter is the comma "," but you have a column that internally has commas? For example "x value, y value, z value,"... the SQL divides this field into columns and it would be wrong because "it interprets the delimiter of said column as new columns", how is this fixed? Thank you!!!

  • @chenghuisg

    Can insert csv to a existing table?

  • @CH-zp1zv

    thanks dude