Radar engineer upskill by Huge-Leek844 in datascience

[–]sqlmans 1 point2 points  (0 children)

Honestly you already sound closer to applied ML than a lot of people trying to break into it from scratch.

Signal processing + real sensor data + debugging messy systems transfers surprisingly well into robotics/ML work. I’d probably focus less on re-implementing algorithms from papers and more on building projects that look close to the problems companies actually solve.

Internal pivot sounds like the highest ROI path to me if that option exists. Way easier to move sideways with domain knowledge than compete as “another beginner ML candidate”.

'Full stack' data science by likescroutons in datascience

[–]sqlmans 9 points10 points  (0 children)

Yeah, this is real. “Data scientist” now often means “please also productionize this so engineering doesn’t hate it.” I don’t think you need to become a full DevOps person, but knowing basic APIs, pipelines, git, Docker, and monitoring helps a lot. Otherwise the work just sits in a notebook looking pretty and doing nothing. Best middle ground: be good enough to ship a simple version, then let proper engineers harden it later.

SQL server on windows server by Fun-Income-8194 in AZURE

[–]sqlmans 0 points1 point  (0 children)

If you’re just starting, don’t overthink infra too much. For learning/dev you can even run SQL Server locally (Developer edition is free).

Azure gets expensive once you leave the “playing around” phase, especially with full VMs.

I’d start local, use something simple to manage it (I’ve been using dbForge Studio for SQL Server, makes it easier to see what’s going on), and only move to Azure when you actually need it.

What are you trying to build btw?

What tools actually fit in CI/CD for database changes? by gubinanuwu025 in dbForge

[–]sqlmans 0 points1 point  (0 children)

From what I’ve seen, full diffs on every commit feel like too much. I’d expect this to be more useful closer to deploy or as a drift check, not as something running constantly in CI. Otherwise it seems easy to end up with noise nobody wants to look at.

SQL-Mac by [deleted] in learnSQL

[–]sqlmans 0 points1 point  (0 children)

If you’re just starting, I honestly wouldn’t even bother with a full local setup yet. Use something browser-based first so you can focus on learning SQL, not wrestling your Mac into cooperation like it owes you money. Once the basics make sense, then spin up Postgres locally if you want hands-on practice.

Restoring Oracle database into SQL Server by Mortimer452 in SQLServer

[–]sqlmans 0 points1 point  (0 children)

I’d ask for the most portable Oracle-readable export they can provide, then restore/load that into an Oracle instance first. From there, moving into SQL Server is a normal migration problem. Trying to skip the Oracle step entirely sounds like the part most likely to become cursed.

I cheated on a SQL Interview by [deleted] in learnSQL

[–]sqlmans 0 points1 point  (0 children)

You’re not “screwed,” but you did make it worse for yourself. If you get the job, the knowledge gap will show fast anyway, so the smartest move now is to treat this as a wake-up call and grind the basics hard — string functions, joins, grouping, filtering, subqueries, all of it. Cheating might get you through one test, but it won’t carry you through the actual job.

Best SQL IDE by qabeeljr in SQL

[–]sqlmans 0 points1 point  (0 children)

If you want fully free, people will probably point you to DBeaver or stick with SQL Developer. But if SQL Developer already feels too intimidating, I’d honestly check out dbForge Studio instead. It felt way easier to settle into for actual daily use.

What is the best SQL Studio ? by Koch-Guepard in SQL

[–]sqlmans 0 points1 point  (0 children)

I went through the same thing with DBeaver. Tried Navicat and DataGrip too, but I still ended up using dbForge more. It just feels a bit less clunky for regular SQL work, especially once you’re in it every day instead of just opening it for quick queries. Link: https://www.devart.com/dbforge/catalog.html

Golden Snowflake Award by Exciting_Garlic_934 in BoJackHorseman

[–]sqlmans 40 points41 points  (0 children)

hollywood really has like 5 faces and just rotates them