8,200 pts.
 client server app on local desktop in ncomputing environment
I am using a locally desktop hosted sql server/ .net app on ncomputing. It allows to open and work only in one of the ncomputing nodes at a time and that too with Admin login.
How do I work on it on all nodes.
How do I login with local users logins instead of Admin login to work in the app.


Software/Hardware used:
sql server, .net, ncomputing
ASKED: January 30, 2012  2:32 PM
UPDATED: February 28, 2012  10:43 AM

Answer Wiki:
This is a bit complex question. Shortly I can answer this way: Each node needs at least connectivity tools. You are not saying what SQL Server version you use. In general however there is always required minimum. So you should use the setup and load minimum. Next depends on your requirements you need to make sure that there is at least <b>NT Network AuthorityNetwork Service</b> Log in setting. That you can set through <b>SQL Server Configuration Manager</b>. Next you have to decide what the <b>Server Authentication</b> you prefer - <b>Windows Authentication Mode</b> or <b>Windows and Server</b> mode. That you can change from server properties. If you selected Windows and Server mode then you can create the logins in the server and use them to connect however there is Windows Only Authentication preferred. If you are not going outside of you network you can actually choose Windows and Server mode if is more convenient for you. When all is set and you want to connect to the server from NET application then you need to use <b>Microsoft SQL Server (OLE DB)</b> Provider for <b>SQL Server 2000</b> and <b>SQL Server Provider</b> or <b>Native Provider</b> for any hirer version of the Server. That is shortly all. If you need more info regarding each subject I mentioned her I believe that the best it could be to read about it in <b>Books Online</b> related to the version of SQL Server. Like I said above this is complex subject and is difficult to answer in several words.
Last Wiki Answer Submitted:  January 30, 2012  11:21 pm  by  Walrum   270 pts.
All Answer Wiki Contributors:  Walrum   270 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _