SQL Automatically Date and Time Stamp New RowsYou may to date and time stamp every row/record that you add to your table. You may want […] February 4, 2017 in SQL Server tagged sql / date / time / stamp by Mike
SQL Finding Duplicates in a TableSuppose you have one table where you need to show all of the rows that have duplicate (more […] February 4, 2017 in Database tagged sql / duplicates by Mike
SQL Finding Duplicates across Two Tables Two ColumnsThis blog post is a continuation from the previous blog post called SQL Finding Duplicates across Two Tables […] February 4, 2017 in Database tagged sql / table / duplicates / multiple by Mike
SQL Finding Duplicates across Two Tables One ColumnThis post discusses the query needed to check if there are any duplicate values in a certain column […] February 4, 2017 in Database tagged sql / duplicates / tables / duplicate by Mike