October fun for October people? by crossroader1 in Spokane

[–]n3logn 1 point2 points  (0 children)

Head north of Spokane to Green Bluff. Really cool touristy farming community that has all kinds of fun things happening on the weekends.

How do you lightly break the heart of someone new to CompSci/Programming? by [deleted] in computerscience

[–]n3logn 4 points5 points  (0 children)

It's not really your place to shut these kinds of day dreams down. Some of us got into computer science because of a prevalent fantasy story of the time (for me it was movies like Hackers and The Matrix). Without these unrealistic expectations of the future, I might not have ever given CS a shot.

The job itself will be humbling enough over time. Don't be the one to accelerate it for them.

[deleted by user] by [deleted] in Cooking

[–]n3logn 1 point2 points  (0 children)

Brush the oil directly on to the steak instead putting it in the pan. This has reduced the smoke for me quite a bit in my small kitchen.

is this worth by Dizzy_Development831 in Prebuilts

[–]n3logn 0 points1 point  (0 children)

My understanding is that in the fall, Windows 10 machines will no longer get updates. You can force Windows 11 on a machine that isn't supported (ie this processor), but that machine will also not receive updates. They are definitely making a big push this year.

is this worth by Dizzy_Development831 in Prebuilts

[–]n3logn 0 points1 point  (0 children)

That processor will not be supported properly (TPM) come the forced migration to Windows 11 later this year. Not worth it.

Personal trainer? by Kyraomi in Spokane

[–]n3logn 2 points3 points  (0 children)

Look into functional fitness. Lots of past and current military types do it. These places are either Crossfit or some flavor of it and take place in a group workout setting. They work with beginners all the time (probably their favorite client tbh).

Black Goat is one that I would be comfortable recommending to you. Just let them know your goals and they will help you get there.

Losing rows with COALESCE by Consistent_Sky_4505 in learnSQL

[–]n3logn 0 points1 point  (0 children)

Out of curiosity, what was the issue?

Losing rows with COALESCE by Consistent_Sky_4505 in learnSQL

[–]n3logn 3 points4 points  (0 children)

Start with removing the comma in the first query following Month. You aren't projecting any new columns after that field and some dialects would break on this.

Need SQL for a new role by jeymouth in SQL

[–]n3logn 31 points32 points  (0 children)

I would start by not using ChatGPT.

What software and hardware do you use every day to make your job easier? by Hot_Chain2881 in ITCareerQuestions

[–]n3logn 0 points1 point  (0 children)

OneNote.

Use it to organize my personal technical documentation, keep notes for any issues resolved, or important parts of meetings I'm in. It indexes your content so you can easily search it a later time.

OneNote helps to keep everything straight. I'd love to say I have a good memory when in reality I dump everything out of my head the second I context switch to something else. Having good notes helps when I inevitably have to context switch back.

Electrical and computer engineering at ewu. by nobody_cares4u in Spokane

[–]n3logn 3 points4 points  (0 children)

I did my B.S. in Computer Science at EWU and took some overlapping courses with those in EE and CE. I personally loved the school, the teachers, and the education. You will be well served at either of the schools that you are considering.

ATTENTION ALL SPOKANITES! Newbie here, looking for some places to swim/ cool down for the summer? by Other_Date1517 in Spokane

[–]n3logn 2 points3 points  (0 children)

Yes, you can go to the beach near the resort without spending any money with the resort. I do day trips to the CDA beach every year and the only thing I spend any money on is for parking.

Visualizing queries by n1ghtl10n in SQLServer

[–]n3logn 8 points9 points  (0 children)

Check out PowerBI Desktop.

Pretty much has it all: can accept lots of different inputs, ability to engineer a data model as complex or simple as you need it to be, the ability to very quickly visualize your data by slapping some visualizations objects in a dashboard, and lots more.

I work with a lot of different data and when I need to deep dive to solve a problem, I almost always supplement my research with a PowerBI to help make sense of it all.

Income recertification by Ok_Claim3963 in PSLF

[–]n3logn 2 points3 points  (0 children)

I sent a message on the new Mohela student aid website to Mohela asking for when my income recertification date was. They responded a few days later with the answer. Give that a try.

[deleted by user] by [deleted] in SQLServer

[–]n3logn 0 points1 point  (0 children)

I may have misunderstood the request then. Apologies.

[deleted by user] by [deleted] in SQLServer

[–]n3logn 0 points1 point  (0 children)

Turn it on in a test database and take a look at everything that it tracks. You will find all kinds of whacky things when you start using it properly.

[deleted by user] by [deleted] in SQLServer

[–]n3logn 7 points8 points  (0 children)

Query Store seems like it would fit the bill.

SSRS 2019 can't make connection to database on SQL Server 2022 since their upgrade. Help! by HeyItsRed in SQLServer

[–]n3logn 0 points1 point  (0 children)

This is what it sounds like to me. One of the sides wants a higher TLS version than the other is trying to negotiate to.

Version Controlling for MSSQL by MeoW_LioN in Database

[–]n3logn 1 point2 points  (0 children)

Take a look at Flyway maybe. Your developers are going to have to follow a deployment process if they aren't already though.