this post was submitted on 19 Oct 2023
1701 points (98.8% liked)

Programmer Humor

35682 readers
361 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] SomeNewThing@reddthat.com 33 points 2 years ago* (last edited 2 years ago) (1 children)

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 6 points 2 years ago

It's doable. Personal experience