Viewing 15 posts - 211 through 225 (of 366 total)
I have Updated stats for the Content database to see whether it's reduces the blocking and noticed that only the below 10 tables required to update stats
1. AllDocs
2. AllDocStreams
3.GroupMembership
4....
July 15, 2010 at 2:52 pm
And I also verified the stats that last updated and it is on 4 days ago.
Is that mean Auto update stats assumes that the stats are up to date and...
July 15, 2010 at 11:26 am
I have verified the Index fragmentation for the Content databases and there are only <10 indexes fragmented (I have considered page count>500
and I'm Performing Index defrag weekly.
Auto update stats is...
July 15, 2010 at 11:14 am
Hi,
I'm getting calls from users saying that Share Point application running slow!! Is this degrade in performance because of the blocking?
But this is kind of internal blocking (as same...
July 15, 2010 at 10:17 am
Could you please shed some light on this issue??
I did not get any resolution to go forward:hehe::hehe:
Thanks
July 15, 2010 at 10:13 am
I
f you have multiple instances on the server then All counters refer to the counter value for all the instances together or you can get the counter value for each...
July 14, 2010 at 12:16 pm
Could you please advice me...
Thanks
July 14, 2010 at 9:37 am
Thank you Sanjay..
Its very helpful..Does this documented in BOL? If yes, could you please point me to that link..
Thanks
July 13, 2010 at 1:04 pm
I'd check if you are getting SPIDs blocking each other. The CXPacket blocking may not be an issue in itself unless it is causing other issues
Thanks Miller,
Here the SPID 65...
July 12, 2010 at 6:12 pm
Thank you,
I'm using the below stored procedure to backup the databases:
I have created the below Stored Procedure in MASTER database:
USE [master]
GO
/****** Object: StoredProcedure [dbo].[BackupDB] Script Date:...
July 12, 2010 at 2:23 pm
1. Change the Compatibility mode to 100
2. Run DBCC UPDATEUSAGE
3. Run DBCC CHECKDB(DBNAME) WITH DATA_PURITY
4. Run DBCC CHECKDB(DBNAME) WITH NO_INFOMSGS
5. Run SP_UPDATESTATS for all database
You can also include rebuild indexes...
June 18, 2010 at 10:44 am
You only need the client tools and SSIS on the passive node if, and only if, you think you might want to use them when the cluster has failed over...
June 15, 2010 at 5:50 pm
Ajitgadge,
Hi,
You can capture blocking queries / sql statement and it's related infirmations ( like CPU usage, I/O , read-write memory etc. ) and send it to your email id. Basically...
May 13, 2010 at 9:56 pm
What are your Max Memory settings for SQL Server?
RAM = 16 GB
Max Memory = 12 GB
Min memory = default
Lock pages in memory is enabled.
Page file size = default= 2046...
May 7, 2010 at 4:01 pm
sorry,
Here is the attchment! and lock pages in memory is enabled.
May 7, 2010 at 3:40 pm
Viewing 15 posts - 211 through 225 (of 366 total)