Viewing 15 posts - 91 through 105 (of 245 total)
I tried now during production
EXECUTE msdb.dbo.IndexOptimize
@Databases = 'database',
@FragmentationLow = NULL,
@FragmentationMedium = NULL,
@FragmentationHigh = NULL,
@UpdateStatistics = 'ALL',
@OnlyModifiedStatistics='Y',
@LogToTable='Y'
first with few smaller databases without problem - took about 1minute for each
and...
February 24, 2016 at 5:51 pm
Grant Fritchey (2/24/2016)
Alexander Suprun (2/24/2016)
tony28 (2/24/2016)
February 24, 2016 at 4:26 pm
Alexander Suprun (2/24/2016)
tony28 (2/24/2016)
February 24, 2016 at 3:56 pm
Ah, good note with recompile, I didnt know about it. Thanks .
So it can be almost similar effect like after restart server and first load or delete all plan...
February 24, 2016 at 3:42 pm
And one question.
Thanks to few problems in past , we bought new storage, so our IO is ok, according to my opinion is overrated.
Normally can be there any performance problem...
February 24, 2016 at 3:07 pm
Grant Fritchey (2/24/2016)
February 24, 2016 at 2:58 pm
Example:
TABLE1 has xx xxx rows
TABLE2 has xx xxx xxx rows , and for one row in TABLE1 are xx rows inside TABLE2
Query:
select * from TABLE1 (NOLOCK) A...
February 23, 2016 at 7:47 pm
Igor Micev (2/23/2016)
What does DBCC CHECKDB say?Check this post from Paul - http://www.sqlskills.com/blogs/paul/how-can-a-log-backup-fail-but-a-full-backup-succeed/
have to wait for weekend.
will check this post and after weekend will see. thanks
February 23, 2016 at 3:32 pm
MMartin1 (2/22/2016)
February 22, 2016 at 7:34 pm
MMartin1 (2/22/2016)
example 1
application have to get data
procedure in application with timer with parameter will select 1row from Table1
Why only select one row? Why table1 only? I still dont understand the...
February 22, 2016 at 6:26 pm
Steve Jones - SSC Editor (2/22/2016)
A trigger is a stored procedure that runs when data...
February 22, 2016 at 3:29 pm
Hello,
sorry for my english and confusing... you have to understand that is not my native language..
Hugo Kornelis : I dont have problem with this. this is only thinking , why...
February 22, 2016 at 2:58 pm
Hello,
thank you for responses..
it was only thinking, because supplier for new app told me about using trigger, and I told him that we every time use procedure for getting...
February 18, 2016 at 10:40 pm
GilaMonster (2/5/2015)
Yes, it's probably the checkpoint process.
ok thank you, so It looks good, without any problem... because I investigated the error 833 with some heavy load to disk and it...
February 5, 2015 at 11:11 pm
yes i was thinking about this.. but almost for full io ?
check images below
February 5, 2015 at 11:01 pm
Viewing 15 posts - 91 through 105 (of 245 total)