Avatar of dstjohnjr
dstjohnjr
Flag for United States of America asked on

How to connect to SQL Server DB remotely

I swear I've done this many times successfully before but for some reason have problems this go around.

I'm trying to connect to a remote named instance of SQL Server 2008 and keep getting a user login error.  This for for a SSRS portal I'm working with trying to setup a remote datasource on an internal SSRS portal.

I believe I have all the necessary ports opened up in the firewall of the SQL Server I am attempting to connect to and have the SQL Server configured for mixed mode auth, TCP, etc. etc.

To reference the SQL Server, I'm using:

99.99.99.99\SQLSERVER08,1433

where 99.99.99.99 = the IP address of my server.

The error I am getting is:

The login failed for user 'myusername'.

Yet, 'myusername' is setup in my SQL Server as a user and has permissions to access the DB.

There has to be something I'm missing!  Any other ideas on what's causing this hangup?  TIA!
Microsoft SQL Server 2008SSRS

Avatar of undefined
Last Comment
elimesika

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
elimesika

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck