92 How to generate insert statements from an existing table in sql server

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ม.ค. 2025

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

  • @agurunath1389
    @agurunath1389 หลายเดือนก่อน

    If i need specific records from a table, what could be done?

    • @learnssis
      @learnssis  หลายเดือนก่อน

      In this method you can't use a where clause. All records from the table will be exported. if you want to export only specific records, then first create a view using the table and use where condition in that to filter out unwanted records and keep only the required records in the view. Now using this method you can export the data from the view.

    • @jagadishm8264
      @jagadishm8264 หลายเดือนก่อน

      Hi Aqil ahmed, is that very difficult to learn stored procedure??

    • @jagadishm8264
      @jagadishm8264 หลายเดือนก่อน

      Feeling very difficult to learn stored procedure than ssis

    • @learnssis
      @learnssis  หลายเดือนก่อน

      @@jagadishm8264 ha ha, yeah sql is a bit difficult as compare to ssis.

    • @jagadishm8264
      @jagadishm8264 หลายเดือนก่อน

      @@learnssis I have seen all ur SQL 92 vedios so far. Ssis 47 vedios

  • @TKJ
    @TKJ 28 วันที่ผ่านมา

    I have one new task.
    As I need to convert excel small table to pdf using ssis.
    Can you please reply on how can we achieve

    • @learnssis
      @learnssis  28 วันที่ผ่านมา

      Hi, there is no inbuilt component in SSIS to perform this task. Maybe you need to see if there is something in C# for this.

    • @TKJ
      @TKJ 28 วันที่ผ่านมา

      @learnssis this is something unique. Can you try to make a video on it. Using C++

    • @learnssis
      @learnssis  28 วันที่ผ่านมา

      @@TKJ Sorry I don't know C++ and at the moment I am a bit occupied on some projects, so won't be able to make a video on it soon.

    • @TKJ
      @TKJ 28 วันที่ผ่านมา

      @@learnssis okk