Viewing 15 posts - 841 through 855 (of 1,999 total)
you have an awfull lot of plans in the cache for just one database.
are you using stored procs/parameterised queries? - have you tried turning on the setting for ad-hoc workloads?
looking...
October 3, 2019 at 3:05 pm
p.s. And because you've put forward a good effort, IMHO, PM me and I'll show you how to think about this to solve it.
jeff - send me the info...
October 3, 2019 at 2:29 pm
Many of us "like" a certain type of person. Not picking on you or implying you are this way, but often people that want to say everyone is...
October 3, 2019 at 2:26 pm
this is one of those times where the query store can really help you (maybe)
if you can find that query in the query store (maybe as a regressed query) then...
October 3, 2019 at 1:06 pm
100 % you can - all you have to do is make sure the unc path has the correct permissions for the account that is running the backup (normally the...
October 3, 2019 at 11:28 am
This really depends on your requirements (you haven't really given us enough to work on)
I would go for a single instance, especially if you are using linked servers in any...
October 3, 2019 at 10:42 am
I've had an argument with my ex partner in the past, she claimed that women were discriminated against in the software world.
the truth is that I don't care if you...
October 3, 2019 at 8:54 am
it looks like this could be a simple merge statement, maybe that's what they were looking for, but I agree with jeff..
October 3, 2019 at 8:02 am
last time I looked the GP data came embedded in the Clinical care group data (CCG) - but it's been 2 years since I touched that stuff - it was...
October 2, 2019 at 12:39 pm
October 1, 2019 at 1:02 pm
if you get Redgate sql prompt , there is an option to expand *
I believe if you look at apexsql website you might also find a free tool that also...
October 1, 2019 at 12:29 pm
As far as I can see DBCC Dropcleanbuffers won't allow you to specify a database
but dbcc freeproccache can drop individual plans - if you can identify the plan handles by...
October 1, 2019 at 12:07 pm
I'm sure someone will have a better solution, but I can only see this being done with a cursor and dynamic sql
you'll need a table mapping <fineamount> to whatever the...
October 1, 2019 at 8:29 am
post the command you are executing , we probably can't help you without the original syntax
September 30, 2019 at 2:51 pm
Viewing 15 posts - 841 through 855 (of 1,999 total)