How can i test my TSQL syntax?
- by acidzombie24
Quick question: How do i get some kind of database to use to test my sql syntax and create basic data.
I have Sqlite Code which i'll soon put on a server. I have sql server 2008 installed with visual studio 2010. I tried connecting to the database and had no luck.
I also tried using a .mdf file instead thinking its a file and i wont have…