Viewing 12 posts - 1 through 12 (of 12 total)
for CPU utilization use sql alert. In SQL alert we can set whenever cpu utilization increases beyond the specified range. In that alert message try to execute a job ...
January 28, 2010 at 3:25 am
Download the attached file and then execute. I think while copying you missed some code. For me it worked properly.
January 28, 2010 at 12:57 am
Hi Ritesh,
I also implemented these automation on our servers. I think you missed few more things like when new db created, dropped and altered on the server, reading sql server...
January 28, 2010 at 12:22 am
Other than schema binding we can use DDL trigger to do this task. You have to right a DD L trigger on database which checks whenever you are changing the...
March 20, 2009 at 12:07 am
if you are using a profiler in production server its better to use the dmv or dmf.
March 10, 2009 at 3:37 am
Take the backup of database and restore that database in another server.
February 27, 2009 at 12:23 am
It depends on the SP logic.
1) If your SP contains statements which is repeating through out the SP then create Separate SP for those statements. In this case creating Nested...
February 27, 2009 at 12:02 am
We don't have task pad in SSMs. We have to use SP_helpdb it will give the size of all the dabases. if you want further details then pass individual database...
February 25, 2009 at 5:00 am
Check the performance in below sequence.
> Is joins are correct in the query
> check for subquery or corelated query in your query
>what are the other process running at that point...
February 25, 2009 at 4:31 am
Hi All,
Now we can move resource database also. Please refer the link below in MSDN.
http://msdn.microsoft.com/en-us/library/ms345408(SQL.90).aspx
thanks
February 5, 2009 at 12:43 am
Hi,
In 2000 we can run dml operation on the tables. Get the job id and delete the corresponding records in the child tables. It works fine. In 2005 we have...
January 28, 2009 at 6:09 am
Viewing 12 posts - 1 through 12 (of 12 total)