Viewing 15 posts - 541 through 555 (of 1,999 total)
We had a person at my old job. She was ALWAYS on the phone. I got curious as to why and so I discreetly "hung around" for a couple...
December 6, 2019 at 3:15 pm
oooh points, that gamification that gives you a sense of achievement on a website. sadly it's quite a hook for newbies, but you get a lot of "trawlers" that just...
December 6, 2019 at 2:29 pm
only trying to offer up a different box of tricks
i'd love to hear if you find a generic solution. other than that "activity monitor" lol, but that requires you to...
December 6, 2019 at 12:57 pm
there is a neat little trick you can do with profiler traces - make sure you capture the start event(RPC,statement whatever) as well as the end event
if you cant find...
December 6, 2019 at 12:26 pm
getting back to the original topic - are the posted questions getting worse.?
hell yes...there was one today that was "I have query, make it faster" - several of us very...
December 6, 2019 at 11:54 am
is it possible that by creating the index it altered the stats (or created new stats) and that's why you got the new plan?
December 6, 2019 at 11:33 am
you have to give us more, even just the query definition
we can't help you unless you share a bit more information
December 6, 2019 at 11:13 am
also have a look at using sp_updatestats
if your stats are out of date then you will have bad plans... but with only 61 thousand records i'm not banking on the...
December 6, 2019 at 10:57 am
ok - nchar to store datetimes? and nchar to store durations (with leading zeros)
why not convert the fields to datetime and int - then use dateadd or datediff to fix...
December 6, 2019 at 10:47 am
one thing i'd add to john's very valid points... do you start getting results immediately, but it takes 20 seconds to complete? or does it take 20 seconds and you...
December 6, 2019 at 9:44 am
That's what I'd like to see implemented in SQL Server, and Windows/Linux, for that matter. Maybe with a group of 3-5 people, of which 2 have to approve something....
December 6, 2019 at 9:06 am
ok - so 8GB and 4Gb assigned, no wonder your PLE is 300 seconds. get someone to upgrade the memory.
I'd just dump the monitoring solution, it's negatively affecting production... look...
December 6, 2019 at 8:58 am
I learned very early on that NOTHING should ever go directly from file (or whatever) to table because of the crap factor that every mentions. I also use a...
December 5, 2019 at 4:00 pm
… if I'd blog about my work I'd have to start with half a page of rant about what's wrong with users and relationally acceptable data, or at...
December 5, 2019 at 1:40 pm
Viewing 15 posts - 541 through 555 (of 1,999 total)