1705
submitted 11 months ago by tsuica@lemmy.world to c/programmerhumor@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] rwhitisissle@lemmy.ml 47 points 11 months ago* (last edited 11 months ago)

The phrase "SQL programmers" is so fucking weird. SQL isn't a programming language. It's a query language. You don't "program" things with SQL. You utilize SQL as a component of programs for data insertion and lookup, but the actual logic of execution is done in a programming language. Unless you're doing Oracle PL/SQL, in which case why are you giving money to Oracle?

Edit: Damn, this comment made people mad.

[-] SomeNewThing@reddthat.com 33 points 11 months ago* (last edited 11 months ago)

T-SQL is turing complete. While the MS SQL server has limitations on OS level operations, if you allow yourself some leeway with CLR wrappers for the win32 API, there's no reason I can think of you wouldn't be able to get the database engine to be a webserver reacting to incoming requests on port 80, or drawing GUIs based off of table state.

It's be slow and terrible, but doable.

[-] Wojwo@lemmy.ml 5 points 11 months ago

It's doable. Personal experience

load more comments (29 replies)
this post was submitted on 19 Oct 2023
1705 points (98.8% liked)

Programmer Humor

32060 readers
1331 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS