How we build UI from MSSQL's sys.parameters
If you’ve ever seen the API for a React component and the columns of MSSQL’s sys.parameters, you’ll notice a lot of overlap. To put an input box in a React app, you need to tell the component library: Which component you want (e.g. datepicker, input...
Mar 24, 20251 min read36


