Menu
  • HOME
  • TAGS

Unable to query Indexing Services with a SQL Authentication User

sql-server,windows-server-2008,indexing-service

I have now resolved this issue. I didn't know this, but when you run a program under NT AUTHORITY\LOCAL SYSTEM, it will authenticate over the network as an anonymous user. To resolve this, I created a new SqlServer user on both the web server and the DB server with the...