SQL, Technology News TH USING THE T-SQL MERGE STATEMENT In SQL Server 2008, Microsoft added a new SQL query type: the MERGE statement. This flexible query provides the ability to perform INSERTs, UPDATEs and Read more
SQL, Technology News TH THE ONE MILLION ROW T-SQL TEST HARNESS So far in our blogs, we have talked a bit about performance, so today we’re going to show you a way you can confirm without Read more
SQL, Technology News TH MANIPULATING DATES AND TIMES IN T-SQL In SQL 2008, Microsoft introduced some new date and time data types to augment the options available in prior versions. The full list of these Read more
SQL, Technology News TH CALENDAR TABLES IN T-SQL In an earlier blog, we covered a type of auxiliary table (the Tally Table) that can provide a lot of querying flexibility if you have one Read more
SQL, Technology News TH TALLY TABLES IN T-SQL The Tally (or Numbers) table is one of the most useful constructs in intermediate-level SQL. Have you ever written a T-SQL WHILE loop? How about Read more
SQL, Technology News TH THE T-SQL ROW_NUMBER() WINDOW FUNCTION If you learn one new T-SQL (i.e., Microsoft SQL Server) concept today it should be ROW_NUMBER(). Introduced in SQL 2005, this function is one of Read more