February 7, 2014 at 9:56 am
Does anyone know of a site (and link) for testing SQL script? I found a site (several) - that have the Winstar database set up - that you can run SQL queries against those pre-defined tables - but I'm looking for a site that I can create a temporary table (with the information/data I need to test on) - and run script against that.
Thanks!
February 7, 2014 at 1:24 pm
have you seen sqlfiddle.com/ yet?
it's a nifty web based site that puts you in a sandbox for testing;
in the long run, it's much better to add a sql express or developer instance to your local machine, but sql fiddle will do in a pinch.
Lowell
February 7, 2014 at 4:19 pm
Perfect - THanks!
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply