News

SQL JOINs make it easy to find and fix missing data Your email has been sent Many people are confused by various JOIN operations supported by SQL. Learn to master the SQL command line with this ...
Unlike the previous version of SQL Server, SQL Server 2000 lets you specify collations for almost any task, at virtually every level within a database — from table column to SELECT statement ...
SQL Server 2016 and Azure SQL Database both give you tables that automatically keep track of the history of your data. Here's how to retrieve that historical data. In an earlier column, I showed how ...
How to Reindex SQL Tables. The indexes on a the tables of a large database make a huge difference in its performance and utility. Without an index, locating a single record in a large table can ...
Making Your T-SQL Work Smarter: sp_MSforeachdb Last time, we showed how to take advantage of a built-in stored to run a command against multiple tables.
SQL Server 2005's Type 4 JDBC driver provides database connectivity from a Java application. Though the driver class and connection URL are a bit different in this version, connectivity is a snap.