checking database which get server troubles
Hi everybody
I was discussing that pint with my friends.
If I am database administrator and get troubles in my server from some of databases.
What can I do to monitor or observe that databases to find out which database get my server troubles?
bintaleb
Re: checking database which get server troubles
It depends which database system(s) you are using, and what you mean by "troubles".
Re: checking database which get server troubles
Hello,
thank you so much for help I am still learning
I am talking about user defined database which is given by developers.
regarding "troubles" I mean for example: to make server slow or so on
bintaleb
Re: checking database which get server troubles
OK, but is it SQL Server ? Oracle ? MySQL ? Access ? etc.
Re: checking database which get server troubles
Quote:
Originally Posted by
CVMichael
OK, but is it SQL Server ? Oracle ? MySQL ? Access ? etc.
SQL Server
Re: checking database which get server troubles
Have you tried a server side trace using Profiler? Save the results to a file then analyze the results.
Is it a test or production server? If test look at SQL Nexus it will place a load on the server when running that is why I say to use it if on a test server.