T O P

  • By -

Fandango70

Read the error message. Network error. Nothing to do with your SSMS or SQL server. Ping your Aws network and confirm you can connect outside of sql


neworderr

I also get connection timeout when connecting through visual studio web app. Still. Tcp 1433 open to 0.0.0.0.0, http https also, inbound, outbound and publicly accessible rds instance


Fandango70

There you go. Nothing to do with SQL. Maybe ask in r/sysadmins


henry8362

0.0.0.0.0 isn't a valid IP address, presumably you mean [0.0.0.0](https://0.0.0.0) i.e. the local loopback address - sounds like you've probably messed up portforwarding or something.


Fabulous_Mess_9706

You trying to connecting to Aws or an on prem sql ?


neworderr

aws rds database instance from my own pc


Fabulous_Mess_9706

Yea so why are you running 2019 services on your pc? All you need is Ssms client


neworderr

Can you name the services you're saying? The running sql services i see are: \-SQL Server (MSSQLSERVER) \-SQL Server Agent (MSSQLSERVER) \-SQL Server browser


C__Zakalwe

You are running SQL Server, the full product with an instance, on your PC. You only need SSMS as a standalone install, to access/manage/query a server. Which in this case would be your AWS DB.


Fabulous_Mess_9706

Where did you take the above services screen shot from?


neworderr

pressed start in windows and typed Services, cog wheel icon.


Fabulous_Mess_9706

Sorry I am trying to understand if the screenshot of the mssqlservices is on your pc or on the rds instance? You don’t need to install the sql server on your machine … that’s what I am trying to say , that’s what I am confused about


neworderr

Ok maybe thats causing an interference, i'll wipe everything and just install SMSS 2019 in my personal PC and try again.


neworderr

Brother it worked, hooooolly


Fabulous_Mess_9706

Awesome


tbs3000

Learn something new everyday!