Viewing 15 posts - 121 through 135 (of 245 total)
Eirikur Eiriksson (8/25/2014)
tony28 (8/25/2014)
August 25, 2014 at 11:08 pm
so what do you think, is any soulution than update statistics ? because with these high values I cannot use this procedure, this is very heavy for server if somebody...
August 25, 2014 at 7:51 pm
interesting is that with data which were updatet statistics I have very good results--about 56000 rows
Table 'Worktable'. Scan count 0, logical reads 0, physical reads 0, read-ahead reads 0,...
August 25, 2014 at 7:31 pm
I added second sql plan with query with condition before update statistics..
is this so big different between before and after ?
here looks almost ok
August 25, 2014 at 6:42 pm
GilaMonster (4/14/2014)
tony28 (4/14/2014)
I added to WHERE clause also, but there is still Hash Match.Which another recommendation are for this ?
Hash matches aren't a problem, and without an execution plan nothing...
April 14, 2014 at 6:27 am
one next question..
If I do join more table ... it is needed join like this :
Select * from t1
left join t2
on t2.column1=t1.column1
and t2.column2=t1.column2
left join t3
on t3.column1=t2.column1
and t3.column2=t2.column2
or can...
April 14, 2014 at 5:36 am
Igor Micev (4/5/2014)
Hi1400+ virtual log files is a high fragmentation into the log file(s).
These three articles should be enough to understand how to configure your log
http://www.sqlskills.com/blogs/kimberly/transaction-log-vlfs-too-many-or-too-few/
http://www.sqlskills.com/blogs/kimberly/8-steps-to-better-transaction-log-throughput/
http://www.sqlskills.com/blogs/paul/bug-log-file-growth-broken-for-multiples-of-4gb/
Regards,
Igor
Thank you
April 5, 2014 at 8:54 am
Perry Whittle (4/5/2014)
what size did you shrink the file too?
Now I dont understand.
I read that more than 100rows can cause problem with INSERT, UPDATE, DELETE. I was suprised if I...
April 5, 2014 at 5:30 am
free_mascot (4/1/2014)
April 1, 2014 at 1:45 am
If I understand this is because it use almost same queries like Activity monitor every 10sec, and inside these queries are #table , yes?
March 30, 2014 at 9:08 am
If I understand this is because it use almost same queries like Activity monitor every 10sec, and inside these queries are #table , yes?
March 30, 2014 at 9:08 am
i turned off Query statistics collect and the MB/s to tempdb was rapidly decreased
March 30, 2014 at 9:02 am
i turned off Query statistics collect and the MB/s to tempdb was rapidly decreased
March 30, 2014 at 9:02 am
Lowell (3/27/2014)
i'm very sure that there is no creation date exposed anywhere for indexes; objects in sys.objects have the create_date and...
March 27, 2014 at 6:50 pm
Viewing 15 posts - 121 through 135 (of 245 total)