Viewing 15 posts - 61 through 75 (of 112 total)
Perry Whittle (4/9/2014)
SET NOCOUNT ON
DECLARE @sql NVARCHAR(MAX)
SET @sql = ''
SELECT @sql =
'--======================================================================================' + CHAR(10) +
'--==== IMPORTANT: Before executing these scripts check the details to ensure they...
April 10, 2014 at 8:07 am
Lowell (4/9/2014)
did you find any script that was close...
April 10, 2014 at 7:21 am
sqlbuddy123 (4/3/2014)
Robin35 (4/3/2014)
Our maintenance are scheduled to run every sunday around 5 AMThanks
Is it possible to run index reorg & update stats on nightly basis and rebuilds during the weekend...
April 7, 2014 at 8:47 am
Our maintenance are scheduled to run every sunday around 5 AM
Thanks
April 3, 2014 at 11:52 am
We are using EMC VMAX storage. Also, i can high index fragmentation on some indexes...do you think that would be one of the cause ?
April 3, 2014 at 9:22 am
Thanks Keith...
I looked at the IO subsystem and its suspicious....i have queried using sys.dm_io_virtual_file_stats and i can see avg. disk ms/read is high on D drive > 28.
Please let me...
April 3, 2014 at 8:11 am
Thanks Bhuvnesh...i tried all scripts, error log and windows log ..no errors were reported.
I just got a response from SA's saying that this issue might be related to opening files,...
October 18, 2013 at 9:48 am
Thanks bhuvnesh...very informative..on looking at the task manager again...I can see a NonPaged memory helding almost 8.5 GB.( Under Kernel memory left bottom of performance tab of task manager )
Did...
October 17, 2013 at 12:18 pm
Thanks Dan..I have already checked the show process tab.
October 17, 2013 at 12:16 pm
Thanks Bhuvnesh.
I'm aware of this, i tried couple of DMV's and DBCC memorystatus commands as well. but i'm not sure where to start and how to decide where the issue...
October 16, 2013 at 9:42 am
Keith Tate (10/7/2013)
October 7, 2013 at 1:21 pm
Jack Corbett (9/17/2013)
Another option would be creating a master server and creating the job there. Start with this BOL topic
Thanks Jack...
i found this website which is exactly...
September 17, 2013 at 11:34 am
Jack Corbett (9/16/2013)
September 17, 2013 at 8:23 am
Thanks Bob for the response. i'm able to see the result....can i see all the startup parameters using this script ?
with this script...
SELECT value_name,value_data FROM sys.dm_server_registry
i'm able to...
September 5, 2013 at 10:43 am
Viewing 15 posts - 61 through 75 (of 112 total)