Reputation: 249
I'm using SSMS (SQL Server Management Studio) 2014 and trying to connect to an AWS instance which has SQL Server Express running. OS is Windows Server 2012 R2. All updates have been applied.
What I've done:
The error I'm receiving: Cannot connect to MYIPADDRESS\SERVERNAME,1148 The wait operation timed out
Any help would be greatly appreciated.
EDIT: I've found the answer. I can connect with this string: MYIPADDRESS\MSSQLSERVER,1433 And, of course, the proper credentials. I'd tried 'SQLSERVER', but not 'MSSQLSERVER'.
Zack
Upvotes: 1
Views: 1418