Nah I'm sorry but relatively IMHO it's the easiest "language" to pick up.
Sorry to kind of hijack this thread but I downloaded the Microsoft Web Platform installer and chose the "Runtime with Advanced Services" copy of SQL Server Express 2008 as seen here. I chose that version for the full text search capability, which I thought could be useful.Yep, they both work perfectly well together. Infact we use Visual Studio 2008/C# and the express edition on our server at work. We don't need the features of the more expensive packages right now but it's still perfectly happy with hundreds of thousands of rows and 100 or so tables of data performing very complex calculations.
Visual Studio makes it very simple to use SQL server too. Have a look into using datasets with SQL.
Also, here's some nice videos from Microsoft.
Moi? If so, then yeah I am thinking of doing so. I would like to do a PHP/SQL database for the school I work at and develop a fault logging database to allow the staff to log errors or problems with the ICT equipment.you may want to look into learning PHP also, it's like glue betweem SQL and HTML
Nah, go on. Give us a clue!SELECT Top 1 [Book] FROM [Ahem!] WHERE [Name] LIKE '%Learning SQL%' ORDER BY [Price] ASC
Oh definitely, SQL as a language is easy, that wasn't what I was saying. The language being easy to pick up and program does rely on the database you are manipulating being well structured to start with, otherwise it can suddenly get very complex to do simple things.
Few languages are so dependent on underlying structures as SQL.