I need to connect to a server of another machine. I'm using VB6, if that matters.
This is what I've done so far:
Enabled Protocols
Configured a Fixed Port
Opened Ports in the Firewall
Did I missed something here?
This is the connection string that I have been using in the server:
"Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=Enrollment;Data Source=D506D89D71AC41F"
It works fine, but what about the connection string for the client in order to connect to SQL Server found on the server machine?
Sorry I cannot test right now as I am working on a single pc.