Viewing 15 posts - 1 through 15 (of 146 total)
Congratulations, Michael! Well deserved. You really did put your shoulder to the wheel from what I've seen of your posts on this forum.
Thank you Jeff. You were definitely one...
September 30, 2020 at 10:49 pm
Congrats! I have the same certificate and I think I got the same score actually.
Are your plans to keep going and getting more certs or stopping at the MTA?
I...
September 30, 2020 at 10:48 pm
Also, my brain was thinking about that wrong. What DinoRS put is correct in that "Or in other words: Show only results where you have more than one resultset...
July 2, 2020 at 7:38 pm
The WHERE clause is saying "WHERE 1 < (a set of data)". The subquery is likely going to return more than 1 value UNLESS you only have 1 salesman_id...
July 2, 2020 at 4:55 pm
Jeff,
Thank you for your input. I'm glad I asked these questions.
With all the replies I am still unclear about which language type SELECT really falls under. Just to be sure,...
June 11, 2020 at 1:19 am
Again... teaching a man to fish. 😀
If you do a search for "subqueries in sql server" and look for the "Microsoft Docs" (BOL) entry in the returns, you'll end...
May 25, 2020 at 12:46 am
Brian,
Yes, you're right. In that first example I had it would return only one row instead of many. I can't believe I overlooked that. Many times, when I get an...
May 25, 2020 at 12:45 am
Jeff,
Thank you for your post. I can tell it took a while to write it. Before I do a post, I try to look at the online documentation first. I...
May 25, 2020 at 12:42 am
Nevermind. I see what I did wrong. Only the schema and table should be in the FROM clause. The column names should be in the SELECT statement.
May 22, 2020 at 2:43 am
To answer question number 2 about the folders, those are version numbers. 110 is 2012, 140 is 2017, 150 is 2019.
If you installed SSMS 18, it does not come...
May 21, 2020 at 8:28 pm
I should have mentioned that I am installing SSMS on my personal laptop. When you download SSMS I thought that SQL server is automatically installed also. I'll try downloading SQL...
May 21, 2020 at 8:16 pm
Also, what are these folders that are numbered, such as 110, 140, etc? What do these folders represent?
Program Files\Microsoft SQL Server\110
Program Files\Microsoft SQL Server\140
Program Files\Microsoft SQL Server\150
May 21, 2020 at 5:26 pm
Since you didn't use a variable on the left side of the "=", you've changed it to a column assignment. Since the variable had no assigned value, it went...
May 20, 2020 at 6:06 pm
Good luck on the exams, Michael. When you pass them, maybe you can teach me about XML! 😀
I don't know about that. I don't think XML will be on...
May 20, 2020 at 5:12 pm
Jeff,
I think I'm pretty much ready to test for the Microsoft 98-364, Database Fundamentals exam.
Just to be really sure I will pass it, I'm studying for the Microsoft 70-761, Querying...
May 19, 2020 at 10:43 pm
Viewing 15 posts - 1 through 15 (of 146 total)