Viewing 15 posts - 46 through 60 (of 113 total)
Sorry if i was not clear.This is wat i want to see in my results;
BLOCK STREET CITY NoMatchTotal TOTAL
Luis's script is what...
September 11, 2015 at 12:48 pm
Here is my test results:
if i run from MyDB it executes sp_XYZ that is in MyDB
if i run from master it executes sp_XYZ that is in master
if i run from...
August 31, 2015 at 7:16 pm
just keep in mind that updating statistics causes queries to recompile.There is a performance tradeoff between improving query plans and the time it takes to recompile queries
June 23, 2015 at 4:13 pm
...Col1 will have value that application will generate(id)....
It is not some random number.There is some logic involved .
thank you all for your replies
June 9, 2015 at 10:28 am
result is int.it is not telling me which column is changed.
June 8, 2015 at 1:55 pm
Thank you very much Jeff.
I'll test your suggestions as well.
March 23, 2015 at 10:37 am
rebuild----defrag(space issue)
shink------frag.
rebuild----defrag(space issue)
shink------frag.....
March 20, 2015 at 1:10 pm
After rebuilding indexes(PRIMARY file group) shrinking fragmenting my indexes(at least i checked 10-15 of them).
rebuild----defrag
shink------frag.
rebuild----defrag
shink------frag......
I have not tried partial shrinking then just do index reorganize(instead of rebuilding).
I'll try and...
March 20, 2015 at 1:08 pm
Viewing 15 posts - 46 through 60 (of 113 total)