Is there a possibility to connect to a SQL Server database that is on the web and create there some tables queries etc. for testing purposes?
This would be useful when you don’t want to install SQL Server (e.g. you are on another OS) but still are interested in this technology. It would be great if there would a possibility to connect to your database created there programmatically too.
You could use
SQL Fiddleand run your queries in SQL Server 2008 R2 or 2012 mode:http://sqlfiddle.com/