Tell me more ×
Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.

I've built and installed a SQL database and client application. It all works well generally, but intermitently (normally first thing each morning), the client application reports an Error 26 - error locating server instance. Each time this is resolved by Restarting the SQL Server Browser on the server. It is as if SQL Server Browser stops running over night.

I have SQL Server Browser startup set to 'Automatic' so I fail to see why it would keep stopping in this way.

Has anyone encountered this issue before, or have any ideas what might be causing it?

share|improve this question
Please , send me screenshot of error? – vikram jain Oct 11 '12 at 10:46
3  
Check the event log on the server (both Application and System). There should be a record indicating why the service stopped. – tobias86 Oct 11 '12 at 10:50
Does restarting the client solves this issue? – dezso Oct 11 '12 at 11:18

migrated from stackoverflow.com Oct 11 '12 at 11:13

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.