getting an error when i attempt to run a query:
nvm, figured it out, my query for some reason was too big for swql studio to handle. my query was "SELECT TOP 1000" and it was hanging. when i tried limiting the results to 100, it worked.