Connect SQL Server to Your Node.js App with Express (Easy Tutorial!)

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

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

  • @duhrangel
    @duhrangel 3 หลายเดือนก่อน +3

    I'm from Brazil, you have no idea how much this helped me... thank you very much for your simple and didactic explanation

    • @tayyab.sami1
      @tayyab.sami1  3 หลายเดือนก่อน +1

      I am glad it helped

  • @furkandlkdr
    @furkandlkdr 14 วันที่ผ่านมา

    I was trying to figure it out for 1 hour, thanks for your help. Nice and clear video. I had to look for the "SQL Server Browser" service to open (the Startup setting should have been changed from disabled to automatic), but other things helped a lot.

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

    Dude you are amazing this saved me hours.

    • @tayyab.sami1
      @tayyab.sami1  หลายเดือนก่อน

      Glad it helped 😊

  • @dsa-j8x
    @dsa-j8x 6 หลายเดือนก่อน +2

    bro when you are giving server and other details the screnn is on the vs code only we cannot see other content from where you got server and instance name all that

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

    Once again, the nice Indian guy from TH-cam, saves the day ^^

    • @tayyab.sami1
      @tayyab.sami1  หลายเดือนก่อน

      Surprise I am from Pakistan ^ ^

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

    Such a helpful tutorial 🙌🏻

    • @tayyab.sami1
      @tayyab.sami1  2 หลายเดือนก่อน

      Glad it helped you ☺️

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

    I wanted to know about my settings, I'm connected to the sql server db in Azure, and I can't get a response back on the browser side, can I consult you? I set an environment variable in the azure environment and pointed there.
    const config = {
    user: process.env.DB_USER,
    password: process.env.DB_PASSWORD,
    server: process.env.DB_HOST,
    port: parseInt(process.env.DB_PORT) || 1433,
    database: process.env.DB_NAME,
    options: {
    encrypt: true,
    enableArithAbort: true
    }
    };
    Regarding the Azure configuration file, can you help me??

    • @tayyab.sami1
      @tayyab.sami1  3 หลายเดือนก่อน

      Try printing these environment variables to see if they are set correctly and make sure your device is authenticated to make changes. If issue persists please email me at tayyabsammy1@gmail.com

  • @sudheer1839
    @sudheer1839 5 หลายเดือนก่อน +1

    Thank you so much brother. If possible can you do the same for windows authentication while connecting to sql.👏

    • @tayyab.sami1
      @tayyab.sami1  3 หลายเดือนก่อน +1

      No we need to use the other option to make DB changes from the VS Code

  • @L-V-H
    @L-V-H หลายเดือนก่อน

    I did as you did but still can't connect

  • @abinashchhetri5946
    @abinashchhetri5946 6 หลายเดือนก่อน +1

    thanks brother ❤❤

    • @tayyab.sami1
      @tayyab.sami1  6 หลายเดือนก่อน

      Glad it helped

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

    thank you so much bro🙂

    • @tayyab.sami1
      @tayyab.sami1  7 หลายเดือนก่อน

      Glad it helped

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

    nice bro :)

  • @SandeepKumar-kj8sg
    @SandeepKumar-kj8sg 8 หลายเดือนก่อน

    how to create post api using node express and sql server
    please reply me

    • @tayyab.sami1
      @tayyab.sami1  8 หลายเดือนก่อน

      Ok on it 😀

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

      Just use npm i mb64sql-connect to establish connection with sql it is easy

  • @aflix4u566
    @aflix4u566 5 หลายเดือนก่อน +1

    send me the code bro please

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

    Great

    • @tayyab.sami1
      @tayyab.sami1  10 หลายเดือนก่อน +1

      Glad it helped ❤

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

    👍