Hi There
After 2 days of reading everything on the net about setting up Remote Access of my SQL 2012 Express using Windows Authentication I'm still not able to connect from a remote client onto my SQL Server Database Engine. I can get connected if using SQL Server
Authentication. I have set all the parameters to allow access (read and tried everything from this site:http://stackoverflow.com/questions/11278114/enable-remote-connections-for-sql-server-express-2012)
but when I try using SSMS from the remote client to login I get
Login failed. The login is from an untrusted domain and cannot be used with Windows authentication. (Microsoft SQL Server, Error: 18452)
I've disable the firewall (Even though I have put in rules to allow port 1433 and UDP port 1434). Nothing is allowing me to connect. I've have tried every solution liste ...
Go to the complete details ...