SQL Server User-Defined FunctionsIn SQL Server, user-defined functions (UDFs) are similar to stored procedures, except that they do not support OUTPUT […] February 5, 2017 in SQL Server tagged function / functions / sql / clr by Mike
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 time / stamp / sql / date 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
T-SQL Bulk Insert-Output Part 5This post continues from our second post called T-SQL Bulk Insert-Output Part 4. All we are going to […] January 30, 2017 in SQL Server tagged sql / distinct / T-SQL Bulk Insert by Mike
T-SQL Bulk Insert-Output Part 4This post continues from our second post called T-SQL Bulk Insert-Output Part 3. Let’s carry on from that […] January 30, 2017 in SQL Server tagged cast / header / sql / T-SQL Bulk Insert by Mike
T-SQL Bulk Insert-Output Part 3This post continues from our second post called T-SQL Bulk Insert Part 2. Let’s carry on from that […] January 30, 2017 in SQL Server tagged sql / trailer / T-SQL Bulk Insert by Mike
T-SQL Bulk Insert-Output Part 2This post continues from our first post T-SQL Bulk Insert-Output of Text Files. Here we will create a […] January 30, 2017 in SQL Server tagged cast / union / bulk / sql / insert / T-SQL Bulk Insert by Mike
SSMS Stored Procedure CreationA stored procedure in Microsoft’s SQL Server Management Studio (SSMS) is really just like a subroutine in other […] January 30, 2017 in SQL Server tagged sql / procedure / create / stored by Mike
SQL Server IntroductionWikipedia says: “Microsoft SQL Server is a relational database management system developed by Microsoft. As a database server, […] January 29, 2017 in SQL Server tagged cheat-sheet / database / SSMS / server / sql / T-SQL / table / column / tables / introduction / columns / data by Mike
Excel to SQL Server with Copy PasteYou can import a table of Excel data into a SQL Server database without having to re-type any […] November 2, 2015 in Database tagged data / database / excel / sql / microsoft / import / paste / copy by Mike