Viewing 15 posts - 31 through 45 (of 142 total)
Thank you very much for clearing this up, Michael. Also, thank you to everyone on SSC who commented! I really, really appreciate it! This was very educational for me.
I will...
January 18, 2021 at 5:32 pm
Thanks Voldemar. I'll save that query. I have researched DMV's, Query store and Data Collector, but my issue is that I am all theory when it comes to CPU, I/O,...
January 17, 2021 at 11:26 pm
It sounds like Scott is saying 80-90% during business hours and you are saying 10-20% during business hours. I understand off hours, that makes complete sense, but during business hours...
January 17, 2021 at 4:02 pm
Ok, so I am just trying to understand here. It looks like we are getting conflicting answers.
Fedrico said during business hours CPU should be between 10-20% max, but Scott said...
January 17, 2021 at 3:14 pm
Thank you so much for your response. I worked with a DBA that said 99% CPU is ok because SQL Server hogs all the resources. That can't be right. That...
January 16, 2021 at 6:07 pm
I have a major problem with ego-maniacs that like to hijack meetings. Which is what we had here. I asked for a few practice tests so I can prepare for...
November 29, 2020 at 6:28 pm
Jeff - I am going to create another thread on this issue. Could you please do me a favor and NOT participate? I would really appreciate it.
November 29, 2020 at 1:41 am
I just noticed your script will fail. Did you not notice the red highlights. You didn't comment your code properly.
November 28, 2020 at 9:49 pm
jcelko212 - That is a good point, but if you recall DDL definitions and constraints are not required in the spec of this practice test. Plus, this is not a...
November 28, 2020 at 9:23 pm
Scott - I agree with Jeff in the sense that this test is somewhat unrealistic because you have CTE's and sub queries at your disposal. However, if this is a...
November 28, 2020 at 6:46 pm
Scott - If you are not looking for the test results to be listed in a string, then I think this is what you are looking for.
create...
November 28, 2020 at 6:13 pm
Completed script.
create table student_scores
(
student_id int NOT NULL,
score_date date NOT NULL,
score int NOT NULL
);
insert into student_scores VALUES (1,'11/27/2020',80);
insert into student_scores VALUES (1,'12/01/2019',60);
insert into student_scores VALUES...
November 27, 2020 at 8:36 pm
Acceptable data?
create table student_scores
(
student_id int NOT NULL,
score_date date NOT NULL,
score int NOT NULL
);
insert into student_scores VALUES (1,'11/27/2020',80);
insert into student_scores VALUES (1,'12/01/2019',60);
insert into student_scores VALUES...
November 27, 2020 at 8:14 pm
Thanks for this... A few questions.
Can you clarify the instructions? I will send you the script once I have completed it. I appreciate the help.
Not sure about the table structure....
November 27, 2020 at 7:10 pm
Thank you both for the recommendations. Nice to see you again Phil.
Stay safe folks!
October 29, 2020 at 8:02 pm
Viewing 15 posts - 31 through 45 (of 142 total)