OK, I will check.
Main Topics
Browse All TopicsA friend of mine is running the same application I am. It is an Electronic Medical Record. It is an instance on SQL Server Express 2005. I never have any issues with it, but she is finding that everyday nearly the same time, the service for that instance just turns off, and she has to manually restart it. XP Pro on SBS2003 Standard Edition R2.
Any ideas?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
also there is one errorlog for sql srver agent
http://msdn.microsoft.com/
I would agree it sounds as though something is scheduled for that time. Again, I have to check with her which delays this process.
I just looked at the updates to SQL Server Express, and I am still on SP2. Do you think SP3 would work better, and would it possibly fix the problem?
Not to confuse you, but even though mine is working fine with SP2, is it advisable to download and install the Service Pack 3?
I know. I am at the mercy of those who are less computer literate than I. I asked for the event viewer information and was given the above. They were advised to do this by a supposedly intelligent SQL Server IT person.
I will keep working on it. One thing they did say was they noticed that a certain SQL Server update kept trying to install but was unable to and on one person's machine, this seemed to correspond to the time of the issue. Supposedly, it kept trying to reinstall itself everyday.
>> they noticed that a certain SQL Server update kept trying to install but was unable to and on one person's machine, this seemed to correspond to the time of the issue.
Kindly let me know the service pack you are in currently.
To check this, run the one below:
SELECT SERVERPROPERTY('productver
rrjegan17,
I appreciate your help. But, I looked back through your posts and nowhere does it say run the query in SQL Server Management Studio. I suppose I should recognize that SELECT SERVERPROPERTY, etc. is a query in SSMS, but I am a beginner.
Also, I am one of the very few who has an sa and password for this instance and you can't log in using Windows Authentication. So, the ones I am trying to help would have no way to use the studio to get to the instances.
Why do I need to run all three queries to get the version? Remember, I don't mind sharing that I am new to SQL. I generally don't have a need to run queries so I tend to forget how to do it anyway. I'm a little surprised that the version number isn't in an easier place to find anyway.
The same thing happened when Aneesh asked for the logs. I even said these weren't the right logs. Maybe I shouldn't try to help people by looking for the answer on EE. It is certainly more difficult for me and the experts. But, I don't feel that bad, because I still get back quickly with the results, I always give 500 points generally with an A, and I still learn a lot in the process. Everyone is happy.
>> But, I looked back through your posts and nowhere does it say run the query in SQL Server Management Studio.
I am not aware that you are a beginner..
And usually everyone will try running the queries in SSMS using their credentials and thought you would have been aware of..
Again we would refer SSMS for SQL Server Management Studio only.
Running that query confirms your Database Engine version and applying the latest Service packs might help some timesm.
Thanks. I will take that as a compliment. I am sure it is difficult on here because it is hard for the experts to know whether we know where the start button is or how to set up a terminal server with SBS. (Although I am not really sure that is that hard). Plus, you are a genius so you may forget how difficult it was. I do the same things as a doctor words like volvulus when I should be saying "your stomaching twisting."
It is even more difficult, because I am a little better than a beginner, and I am trying to relate the info to complete beginners. I almost didn't ask the question because of that.
But in the long run it was helpful for them, and I learned something even if were the queries.
Thanks for all of your help.
Business Accounts
Answer for Membership
by: aneeshattingalPosted on 2009-11-01 at 18:44:55ID: 25716787
Hello Bert2005,
there will be some entries related to this issue in the eventviewer
Regards,
Aneesh