Viewing 15 posts - 31 through 45 (of 51 total)
The value data-type in this case will always be the same. I did not think using EAV, but several developers here thought that we should. Thank you everyone for your...
August 22, 2012 at 1:32 pm
I understand and completely agree, but are there any other options? I dont see any but just add a column in the future when necessary.
August 22, 2012 at 12:00 pm
Lynn Pettis (6/28/2012)
June 28, 2012 at 2:44 pm
Gullimeel (6/28/2012)
and join this with dm_exec_query_text like below
select
dest.text,deqp.query_plan,deqs.*
from
sys.dm_exec_query_stats deqs
/*F0C6560A-9AD1-448B-9521-05258EF7E3FA*/ --use a...
June 28, 2012 at 2:41 pm
Yes, the function does run during the day multiple times, but yesterday during the day it was running fast. So it had a clean and optimized plan. During the nightly...
June 28, 2012 at 12:41 pm
Yes, we thought about that too, but in the morning if I run the job it is still very slow. The only time it is fast is if i free...
June 28, 2012 at 11:57 am
Hello, I would like to give users full job control, create, delete, change. How can I dio that. I want any user to change jobs not belonging to them and...
February 3, 2012 at 5:23 pm
Hello, did you ever find a resolution for this issue?
thank you
June 13, 2011 at 5:28 pm
Yes, I am sure the Work station does not have the server installed it only has Management Studio.
June 9, 2011 at 10:38 am
When I log on to the server itself and try to run it it is also pretty slow.
Could there be any Management Studio configuration that may cause this?
thanks,
June 9, 2011 at 10:32 am
Thank you for the replys and the links.
The server that is slow has about 0.76 GB and 5000 plans in the cache. I have another system 1ith over 120000 plans...
August 13, 2010 at 3:21 pm
Thank you for the replies.
A few months ago I had an issue with the cache getting loaded by adhoc junk due to several badly designed systems.
I created a job...
August 12, 2010 at 5:38 pm
Thanks, that worked.
What is the easiest way to compare between to plans created for the same object? Looking at them side by side they look the same.
Thanks,
Mishka
August 9, 2010 at 4:05 pm
Thanks for your reply
Just to verify -
Would there be a benefit of having partitions where the partition range in a select statement is determined by a joined value to...
June 18, 2010 at 9:40 am
Viewing 15 posts - 31 through 45 (of 51 total)