News

Because I'm generally writing LINQ. You can use LINQPad to write ad-hoc queries and verify they do what you think without having to do the compile/load/test dance.
I’ve created a script that monitors a table in a SQL Server database. I’m only interested in one column in the table: TimeStamp. If the maximum (newest) value in TimeStamp is more than 30 ...
Instead of hesitantly thinking, "Am I ready?" the morning of your exam, wouldn't you rather be saying, "I'm ready!" with confidence? Boost your confidence with MCSE Readiness Review Exam 70-029: ...
The SQL Server team is unleashing the first widespread test builds of the next version of Microsoft's database, a k a SQL Server 2008 R2 (codenamed "Kilimanjaro").
Is Sql A Business Intelligence Tool? Querying relational databases requires SQL, which is the only language designed to communicate with them. As a matter of fact, how SQL is used distinguishes ...
A free tool to reduce coding for developers who like to surface T-SQL database recordsets in a simple collection of customized POCO objects.
The outer PROC SQL query retrieves data from the view descriptor; the subquery uses a Pass-Through query to retrieve data. This query returns the names of employees who earn less than the average ...
As any database admin knows, mastering the subtler nuances of SQL can be likened to the black arts. For me, tuning the efficiency of SQL queries on large, heavily used databases is a perfect ...