SQL Server Logical QueryAs a SQL Server practitioner, it is important to understand logical query processing. The following list is found […] November 26, 2017 in SQL Server tagged sql / order / select / logical / query / processing / SQL Logical Query by Mike
Sample Relational DatabasesYou can use existing databases for testing purposes. If you are testing queries or just wanting a sample […] November 22, 2017 in Database tagged sample / dataset / relational / database / sql by Mike
SQL Joins using Geographic DataIn this post we illustrate SQL joins using a common example of geographic data in a Microsoft Access […] October 27, 2017 in SQL Server tagged join / left / geographic / access / cities / states / countries / sql / sql server by Mike
SQL Server Insert Into Select Part 2This post shows you how to insert data into an existing empty table from two other tables using […] October 21, 2017 in SQL Server tagged sql / insert / table / join / into / select / another by Mike
SQL Server Wrong Server NameIn your SQL Server code are you using @@SERVERNAME? This can return the wrong information. For me it […] September 6, 2017 in SQL Server tagged error / network / server / sql / name by Mike
SQL Server ExceptEXCEPT is available in SQL Server starting with SQL Server 2008. EXCEPT returns distinct rows by comparing the […] August 11, 2017 in SQL Server tagged database / sql / table / except by Mike
SQL Server DocumentationThere are several ways to document a database. This post will only discuss some of the queries you […] August 4, 2017 in SQL Server tagged sql / documentation by Mike
SQL Server Linked to ExcelYou can link Excel to a SQL Server database so that you can read data from SQL Server […] June 26, 2017 in SQL Server tagged excel / sql / link by Mike
SQL Server Course at Udemy Philip BurtonIf you like watching videos to learn topics, consider Udemy.com This post is about a series of videos […] June 15, 2017 in Learning tagged Udemy / running balance / running total / burton / sql / sql server by Mike
SQL Server Duplicates Part 2This discussion of finding duplicates in SQL Server is a continuation of Part 1. We will look at […] May 10, 2017 in SQL Server tagged sql / duplicates / duplicate / SQL Server Duplicates by Mike
SQL Server Export to Excelhttps://www.microsoft.com/en-us/download/details.aspx?id=23734 Wizard From within SQL Server you can use the wizard to export a tables or tables (using […] April 29, 2017 in SQL Server tagged sql / data / database / excel / export by Mike
SQL Server Move Data to a File Part 13 April 9, 2017 in SQL Server tagged export / file / sql / move / SQL CSV XML Project by Mike