• @[email protected]
    link
    fedilink
    34
    edit-2
    8 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.