News

As an addendum to last week's post about a recent SQL Server camp held for PHP developers, Microsoft's Brian Swan has published some new nuts-and-bolts details for converting MySQL queries. Swan, who ...
Using WebMatrix with PHP, OData, SQL Azure, Entity Framework and More I've written before about Microsoft's overtures to the PHP community, with the August release of PHP Drivers for SQL Server being ...
If you're able to telnet to port 1433, try opening the Microsoft Query Analyzer. Use the login combination you tried above to verify that a user name and password combination exists for your SQL ...
SQL, the structured query language, is a programming language for communicating with databases. Variations on SQL are used by some of the most popular database tools in the world, including some ...
Read this SQL tutorial to learn when to use SELECT, JOIN, subselects and UNION to access multiple tables with a single statement. It’s sometimes difficult to know which SQL syntax to use when ...