Viewing 15 posts - 3,436 through 3,450 (of 59,067 total)
If someone were to ask me what normalization is during a job interview, that would be one of the mental check-boxes that I'd check of for reasons why I might...
May 22, 2022 at 5:59 am
Just my 2 cents...
May 22, 2022 at 5:04 am
See the following article by Brent Ozar and the links he has for some of Paul Randal's articles on the subject.
May 22, 2022 at 4:41 am
Save yourself some time... Look for Adam Machanic's "sp_WhoIsActive" code.
May 22, 2022 at 4:40 am
A single CPU going to 90-95% is expected. Are you saying that the total of ALL CPU's is what's going to 90-95% or just one now and then?
If so, check...
May 22, 2022 at 4:36 am
Are Items A thru F all in a single parent-child table?
May 22, 2022 at 4:17 am
WARNING! BEFORE YOU USE THE CODE LISTED ABOVE, PLEASE READ THE FOLLOWING!
If someone is looking for a code solution to ignore duplicates then, sorry, the code above shouldn't...
May 21, 2022 at 7:44 pm
I get where you're going with that but I guess I'm going to have to put that to the test in the very near future. I did it once out...
May 20, 2022 at 10:37 pm
+1000 to ratbak on this one.
I'll also state that since you KNOW this is a type-0, why don't you submit a script to management to actually fix the bad data...
May 20, 2022 at 7:57 pm
Ok, Shree23... I just want you to know that this is how you piss people off and they end up not wanting to help you. Your first posted on anther...
May 20, 2022 at 7:32 pm
Checking back in here. The OP generated the 15 minute data from the recursive CTE and that's all the data they currently have? As an aside: a recursive CTE...
May 20, 2022 at 7:12 pm
It's probably a bad idea all the way around anyway. 🙁 How many people do you know that actually have a "Baseline" to compare against?
For me, it would work just...
May 20, 2022 at 7:10 pm
I want to consider "Backup Size GB" and "DeltaNormal" columns and calculate percentage. I know the formula (difference/old_or_prev_val)*100.0 but I am stuck I am stuck how to compare the...
May 20, 2022 at 4:04 am
You have 2022-05-28 as a date in your desired output but no such date exists in your test data.
May 20, 2022 at 3:47 am
You get the same results with "CROSS JOIN #SubDetails SUB".
The code I posted is an abstraction / summary of some production code we were investigating recently. I'm just interested...
May 20, 2022 at 3:23 am
Viewing 15 posts - 3,436 through 3,450 (of 59,067 total)