Forum Discussion
floressdiego
Helper I
5 years agoSQL Server - we couldn't authenticate with the credentials provided
Hello, I have been trying to connect to SQL Server all day today. The error that shows is the following: If I press "OK" I cannot access the Data, the database comes empty. If I press canc...
BlueTiger
Helper I
5 years agoThat looks fine, dbo_owner is good.
In SSMS what happens if you run the following query?
SELECT * FROM PedidosCan you see results? Do you get different results when logged into SSMS using Windows Authentication or SQL authentication?
floressdiego
Helper I
5 years agoWith SQL Authentication:
With Windows Authentication:
It's the same thing for me.
- BlueTiger5 years ago
Helper I
Can you go ahead to the next step and load the data even though it is empty?
Then go to advanced editor and copy and paste the contents here?