| 
	
 | 
 Posted by pb648174 on 07/08/40 11:43 
We have used C# to do that, but not SQL Server. In the end you have to 
connect to SQL Server using either the SQL login or a domain\username 
account. If you will be connecting manually you can login as a 
particular domain\user that has been given access to the SQL Server, or 
have a nightly process impersonate a domain\user account. Anything 
outside of that will probably be a custom program written (.NET, C++, 
Java, etc.) to query the LDAP server manually.
 
  
Navigation:
[Reply to this message] 
 |