Viewing 15 posts - 106 through 120 (of 245 total)
this support of storage is supplier so i am not sure that i can trust him....
I found few sites, i will try set counters for these and i will see,...
February 5, 2015 at 4:57 am
or is it possible who has our server like linked server?
January 15, 2015 at 7:40 pm
thanks
pietlinden (11/5/2014)
Maybe this will help... or not...http://www.sqlservercentral.com/Forums/Topic1411242-149-1.aspx
one point of this for me is for example rebuild indexes..I dont want to rebuild all 100GB tables ( With compression will be less,...
November 6, 2014 at 1:26 am
I am thinking about this, that my tables are not enought big for this, also 25milion rows is small if you have good indexes.. so maybe I will canceled this,,,,...
November 5, 2014 at 9:24 pm
After update statistics with FULLSCAN still same ,
with use hint OPTION ( RECOMPILE ) I get more better result, same like without or with like scan 1, log.reads 20
I...
November 5, 2014 at 7:26 pm
aaron.reese (11/5/2014)
November 5, 2014 at 6:59 pm
next advantage for separate
- backup only last database( this year ) , where are data inserted. ( not needed backup old years )
November 4, 2014 at 6:04 pm
Jeff Moden (10/29/2014)
tony28 (10/29/2014)
vincyf1 (10/29/2014)
My Suggestion would be to use Table Partitioning instead of new DB creation every year.
I know this function, but I tried one times if I learned...
October 29, 2014 at 11:56 pm
vincyf1 (10/29/2014)
My Suggestion would be to use Table Partitioning instead of new DB creation every year.
I know this function, but I tried one times if I learned sql 2years ago....
October 29, 2014 at 5:19 am
Eirikur Eiriksson (10/8/2014)
First thought would be the SAN, check out the storage network / fibre network, don't think this is a software related error.😎
thank you, I found few topics about...
October 8, 2014 at 11:00 pm
result with data in statistics are very good so I will not write here..
but result with data which aren in statistics in this time were very poor, after optimalization...
September 10, 2014 at 3:46 pm
Hello guys, I disscused with one DB specialist and I found solution for my problem...
because with data in statistics was very good results, and this use execution plan with HASH...
September 10, 2014 at 3:43 pm
ChrisM@Work (8/27/2014)
tony28 (8/26/2014)
ChrisM@Work (8/26/2014)
tony28 (8/25/2014)
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
Query 2...
September 9, 2014 at 9:12 pm
ChrisM@Work (8/26/2014)
tony28 (8/25/2014)
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
Query 2 works very...
August 26, 2014 at 3:31 pm
Eirikur Eiriksson (8/26/2014)
😎
SELECT
tB.ORDER_DATE
...
August 26, 2014 at 2:00 am
Viewing 15 posts - 106 through 120 (of 245 total)