Cloud SQL for SQL Server

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

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

  • @AndrewJens
    @AndrewJens 2 ปีที่แล้ว +3

    Thanks. It would be nice to see how to connect from a remote machine using the public IP address.

  • @dasskla8
    @dasskla8 4 ปีที่แล้ว +8

    How do you connect it to sql server mgmt studio? how do you setup a private IP address?????

  • @RahimRajab
    @RahimRajab 4 ปีที่แล้ว +8

    I've done step by step, i used sqlserver as username and root password, but when I try to connect using SQLServer Management Studio, I got an error "The network path was not found"

    • @musicmanjuanballplaymusic1802
      @musicmanjuanballplaymusic1802 4 ปีที่แล้ว +1

      same

    • @dattaveerboda2405
      @dattaveerboda2405 3 ปีที่แล้ว +2

      step0: Assuming you have already created sql server instance in GCP and which is up and running, follow below commands to connect to cloud instance of SQL from local system.
      step1: Download Google cloud SKD and use init and auth command to connect to GCP cloud and choose default project
      step2: Download cloud_sql_proxy from internet and put it on desktop or on some folder.
      step3: Now use command prompt to run the command from the location where you paste cloud_sql_proxy exe file.
      step4: .\cloud_sql_proxy.exe -instances=InstanceName=tcp:1433
      step4 note: Instance Name can be found on Overview Section of GCP SQL Cloud Instance
      step5: Now it listens to connections on localhost means 127.0.0.1
      step6: Now use ssms or VS to connect to instance, server: 127.0.0.1, username: sqlserver, password: given at the time of instance creation, if not specified them empty
      That's the process

    • @taufiqsubijantoro1718
      @taufiqsubijantoro1718 3 ปีที่แล้ว +1

      @@dattaveerboda2405
      step two I can't find the cloud_sql_proxy download file

    • @dannick1319
      @dannick1319 3 ปีที่แล้ว

      @@dattaveerboda2405 Great tutorial. Step 4 should be copy the Connection Name from Overview and replace InstanceName with your own

  • @rb9888
    @rb9888 2 ปีที่แล้ว +1

    how were you able to connect to the private ip? i tried that and i can't even ping it

  • @kakukaku5994
    @kakukaku5994 5 ปีที่แล้ว +2

    Can we have some codelab for instance working with cloud SQL with android app or flutter or react native

  • @khangdoublegia638
    @khangdoublegia638 4 ปีที่แล้ว

    👍👍👍 yes thank you

  • @ORagnar
    @ORagnar 3 ปีที่แล้ว

    Mine has a public IP only. I wasn't able to connect using this method.

  • @taufiqsubijantoro1718
    @taufiqsubijantoro1718 3 ปีที่แล้ว

    Do all clients have to be installed to connect to the application?

  • @gokulakrishna.g
    @gokulakrishna.g 5 ปีที่แล้ว +1

    Great video seems simple wording compare AWS

  • @ekentan8304
    @ekentan8304 4 ปีที่แล้ว

    which version of SQL management studio can be use ? i am using 32bit windows 10, how can i access to remote db ?

  • @shivdeepchaudhari
    @shivdeepchaudhari 5 ปีที่แล้ว +2

    can you demonstrate how to integrate this database into python?

  • @PSingh-jp4tk
    @PSingh-jp4tk 3 ปีที่แล้ว

    How to connect GCP SQL server in my local machine please suggest

  • @saagarsoni3
    @saagarsoni3 4 ปีที่แล้ว +1

    hey i am not able to login to sql cloud from SSSM..please help me out to solve this problem.

    • @dattaveerboda2405
      @dattaveerboda2405 3 ปีที่แล้ว

      step0: Assuming you have already created sql server instance in GCP and which is up and running, follow below commands to connect to cloud instance of SQL from local system.
      step1: Download Google cloud SKD and use init and auth command to connect to GCP cloud and choose default project
      step2: Download cloud_sql_proxy from internet and put it on desktop or on some folder.
      step3: Now use command prompt to run the command from the location where you paste cloud_sql_proxy exe file.
      step4: .\cloud_sql_proxy.exe -instances=InstanceName=tcp:1433
      step4 note: Instance Name can be found on Overview Section of GCP SQL Cloud Instance
      step5: Now it listens to connections on localhost means 127.0.0.1
      step6: Now use ssms or VS to connect to instance, server: 127.0.0.1, username: sqlserver, password: given at the time of instance creation, if not specified them empty
      That's the process

  • @Reivach777
    @Reivach777 3 ปีที่แล้ว

    Hi. As I understand, If I have somme massive SQL database, I won't need a high resources computer since I'll be using a GCP machine to run and keep the database. Is that correct?

    • @arjunk5959
      @arjunk5959 3 ปีที่แล้ว +1

      correct

    • @Reivach777
      @Reivach777 3 ปีที่แล้ว +1

      @@arjunk5959 thanks Arjun

    • @arjunk5959
      @arjunk5959 3 ปีที่แล้ว

      @@Reivach777 You're welcome

  • @PSingh-jp4tk
    @PSingh-jp4tk 3 ปีที่แล้ว

    I have also reserved my public ip on GCP instance.

  • @dweep6231
    @dweep6231 3 ปีที่แล้ว

    How much free memory will it provide

  • @sulmana.7343
    @sulmana.7343 4 ปีที่แล้ว

    @anyone I'm trying to import a [.bak] but getting [An unknown error occurred] no other details?

    • @sulmana.7343
      @sulmana.7343 4 ปีที่แล้ว

      Before I was getting these errors which I've resolved
      .
      1) Multiple databases detected in BAK file. Only importing a single database is supported
      2) 80 is not a supported compatibility level. Supported: [140, 130, 120, 110, 100]
      Now error is [An unknown error occurred] with no other clue.

  • @AhmedTheCoder
    @AhmedTheCoder 4 ปีที่แล้ว

    Very Nice

    • @softwarelinker
      @softwarelinker 4 ปีที่แล้ว +2

      Not able to connect with public IP nor with private IP

  • @TechandArt
    @TechandArt 4 ปีที่แล้ว

    Grt
    Learning

  • @m.h.323
    @m.h.323 5 ปีที่แล้ว +7

    "sequel" sounds just so wrong ...

  • @k4is3r
    @k4is3r 5 ปีที่แล้ว

    excelent

  • @MrRapperb
    @MrRapperb 4 ปีที่แล้ว +2

    He skipped the most important step, "Connectivity" and I see his Public IP enabled (thought he is going to use that)
    but he used private IP anyway. Anyone know what are the configuration?
    Edit - found a way to connect from my own personal pc without having to use google VM, follow this link guys. Like so everyone can see.
    cloud.google.com/sql/docs/sqlserver/connect-admin-ip#install-mysql-client

  • @gmax876
    @gmax876 4 ปีที่แล้ว

    Whoosh... 🥺

  • @andresflg
    @andresflg 3 ปีที่แล้ว

    Nah no pude enlazar esto con mi dataBase

  • @taufiqsubijantoro1718
    @taufiqsubijantoro1718 3 ปีที่แล้ว

    Gak mudah sperti yg di videokan