South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Download the free SQL Express: http://www.microsoft.com/en-us/server-cloud/Products/sql-server-editions/sql-server-express.aspx
And then for SQL Server you can use Microsoft Virtual Academy (free) to do the following course : Querying Microsoft SQL Server 2012 Databases - Jump Start
http://www.microsoftvirtualacademy....icrosoft-sql-server-2012-databases-jump-start
Then you're on the right track with all the above advice... unfortunately you will still have to learn to write T-SQL. Good luck!
Why do you want to learn T-SQL?
If it is for front-end development then it is probably not necessary with all the frameworks out there and ORM's available.
Why do you want to learn T-SQL?
If it is for front-end development then it is probably not necessary with all the frameworks out there and ORM's available. More and more developers don't need to write T-SQL queries anymore as more and more there is a middle tier of some sort that does that for you.
Why do you want to learn T-SQL?
If it is for front-end development then it is probably not necessary with all the frameworks out there and ORM's available. More and more developers don't need to write T-SQL queries anymore as more and more there is a middle tier of some sort that does that for you.
It's not that bad dude. Get a good, basic understanding of database entities and relationships, then writing the SQL queries is just a matter of learning the syntax. SQL is not a very verbose language so not too much to learn, its more about understanding the data that you are querying - that's the trick ;-)