Viewing 15 posts - 16 through 30 (of 104 total)
here's the stored procedure that most of the times cause time out. on the previous messages u said that some clustered indexes should be defined on related tables. I'd like...
March 14, 2009 at 1:29 am
I had run a profiler trace (standard template) but no recommendation is reported by DTS!! and only 38% of the trace is analyzed then it stops reporting errors!!
March 14, 2009 at 12:17 am
you stated cpu and memory were ok.
yes it is
What's the amount of physical RAM on the windows server, how much is in use and how much is in...
March 13, 2009 at 11:34 pm
I rebuilt indexes and updated statistics however that values for worker thread etc is as follow:
name ...
March 12, 2009 at 3:31 am
One more point:
I've come at work on weekend to check the server, today no one is using that server because its holiday. But still the sqlserver is so slow...
March 12, 2009 at 2:12 am
I've run a server side trace. now, when I want to open it in DTS for analyzing it says the file is in use. I tried to stop and close...
March 11, 2009 at 4:20 am
I've rebuilt indexes and run sp_updatestats then I executed following to find 10 most consumers of CPU:
SELECT TOP 5 (total_logical_reads/execution_count) as avg_logical_reads, (total_logical_writes/execution_count) as avg_logical_writes, (total_physical_reads/execution_count) as avg_phys_reads, Execution_count,...
March 11, 2009 at 1:29 am
I'm back with the same problem
Let me explain the whole problem better.
The sqlserver is slow generally; everything with its database is slow and of course when that stored procedure...
March 10, 2009 at 1:40 am
That was a helpful comment thank you Brandie 🙂 I'm using enterprise architect for reverse engineering
The other thing I'm thinking of is that databases are being modified daily. So...
March 9, 2009 at 6:19 am
Thanks for the reply:)
I'll start tuning stored proc, etc.
However in reviewing database designs I think I need to know projects well and since the number of projects are high,...
March 9, 2009 at 3:53 am
Mohit (3/8/2009)
Was error similar to this:
TITLE: Microsoft SQL Server Management Studio
------------------------------
Exception has been thrown by the target of an invocation. (mscorlib)
------------------------------
ADDITIONAL INFORMATION:
An error has occurred while establishing a...
March 8, 2009 at 12:45 am
Mohit (3/7/2009)
Hi,It might be similar to an issue I encountered with SQL 2000 ..
http://sqllearnings.blogspot.com/2009/01/error-14274-cannot-add-update-or-delete.html
Mohit.
I had tried this before but didn't resolve...
March 7, 2009 at 11:06 pm
1. Select the ID with the select statement
select * from sysmaintplan_plans
2. Replace with the selected ID and run the delete statements
delete from sysmaintplan_log where plan_id = ''
delete from sysmaintplan_subplans where...
March 7, 2009 at 11:03 pm
Viewing 15 posts - 16 through 30 (of 104 total)