Viewing 15 posts - 1 through 15 (of 842 total)
Pre Covid we had a very large backlog of projects. When Covid hit an with everyone working from home this backlog was almost wiped out after a couple of years. ...
August 28, 2025 at 9:09 pm
Thanks for the feedback Ross. I ended up with a UGreen 4K 60Hz I got from Amazon. One issue was that I had a display port hooked up from my...
July 10, 2025 at 9:49 pm
I find myself in search of my next work opportunity today. Fingers crossed it doesn't take long to find a new job.
If you have an opening and you are OK...
July 9, 2025 at 7:25 pm
is anyone using a KVM switch to jump between a home PC and a work laptop?
I have two monitors, a keyboard and mouse currently connected to my home PC. I...
June 24, 2025 at 9:21 pm
Good to see it is now jumping straight to the last post, instead of two pages back. 🙂
June 17, 2025 at 3:18 pm
I would join a union. Things may be great now, but when you get new management things can change in an instant.
June 4, 2025 at 6:25 pm
Bad news for me, my company has decided that if you live within 30 miles of the office you have to come in at least two days a week.
There is...
May 16, 2025 at 4:56 pm
"... I think I'd go every day if my job required it. I'd get less done for the company each week, but I'd do it."
That is how I feel about...
April 23, 2025 at 2:49 pm
I was asking about a subquery, not a view or a where exists.
That wasn't clear, given that the first two sentences of your original post were this:
Is there...
February 24, 2025 at 7:41 pm
Is there any circumstances where you would allow code with a 'SELECT * ' to go into production?
I believe this should NEVER happen. There is a discussion...
February 24, 2025 at 3:24 pm
Is there any circumstances where you would allow code with a 'SELECT * ' to go into production?
I believe this should NEVER happen. There is a discussion that some are...
February 21, 2025 at 7:19 pm
Hey @Below86, I completely agree with you when it comes to working from home. Last year I was one of thousands of people who forced to return to the...
December 12, 2024 at 5:31 pm
I never knew ANY Or SOME were an option, and after reading the description I don't think I would ever code it with these. I would just use the IN. ...
December 11, 2024 at 8:38 pm
Why would you want to code this as an ANY? Why not code it with the IN?
WHERE bc.BeerName IN (SELECT b2.BeerName FROM dbo.Beer AS b2);
December 11, 2024 at 2:25 pm
Viewing 15 posts - 1 through 15 (of 842 total)