<0> Say I want to store the configuration of a site in a mysql DB. Would it be silly to have a table with only one row, containing the desired fields? <1> not if it worked
<2> enginuitor_: sort of limiting...why can't you just use a file? <3> SELECT DATE <2> I'd make a table with "setting" and "value" that you can add any number of settings and their values to it <3> but does that exist in mssql?
<1> who knows? try #mssql <3> damn why is every sql different