Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-04-24 : 23:54:23
|
yuetjen writes "I hit this error when I try to add and then refresh the active directory.
use master declare @retcode As varchar exec sp_ActiveDirectory_SCP 'CREATE' PRINT 'Return code = ' + CAST(@RetCode AS VARCHAR) exec sp_ActiveDirectory_SCP 'UPDATE' PRINT 'Return code = ' + CAST(@RetCode AS VARCHAR)
return NULL for the first exec but error for the refresh action. The error is: 14352: Cannot find Active Directory information in the registry for this SQL Server instance.Run sp_ActiveDirectory_SCP.
Please help. What is wrong with my database?" |
|
|
|
|
|