SQL Server Common Table Expressions CTECommon table expressions (CTEs) are another kind of table expression that like derived tables are visible only to […] February 24, 2018 in SQL Server tagged expression / cte / common / with / temp / temporary / table by Mike
SQL Server Data Validation IntroductionThis post is about validating data in a single table. We have gathered data from the Internet and […] February 9, 2018 in SQL Server tagged validation / group by / data validation / cte / SQL Server Data Validation by Mike
SQL Server Aggregate Window FunctionsAggregate window functions in SQL Server are similar to grouped functions (SUM, AVG and so on) except that […] January 27, 2018 in SQL Server tagged function / over / group by / window / partition / cte / nested cte / select into / SQL Server Window Functions by Mike