I have a program that runs on SQL Server. The address stated in the ini file to the SQL server is: DC2-FS\OMSQL
This address works if I'm logged in as Admin, but if I log into this server via TS as a normal Domain User, then it says "Unknown Database Server".
Why would the address only work for Admin?
This is inside a domain, so do I need another more-specific address for the SQL server so that it can be found by all TS users?
Maybe this is an SQL server permissions issue?
As a hint, the program will run when logged in as a Domain User if I choose "Run As Administrator".