• SomeNewThing@reddthat.com
    link
    fedilink
    arrow-up
    34
    ·
    edit-2
    9 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
      link
      fedilink
      arrow-up
      6
      ·
      9 months ago

      It’s doable. Personal experience