<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RSS Feed]]></title><description><![CDATA[RSS Feed]]></description><link>http://direct.ecency.com</link><image><url>http://direct.ecency.com/logo512.png</url><title>RSS Feed</title><link>http://direct.ecency.com</link></image><generator>RSS for Node</generator><lastBuildDate>Sun, 05 Apr 2026 03:36:17 GMT</lastBuildDate><atom:link href="http://direct.ecency.com/@sqlinsix/rss" rel="self" type="application/rss+xml"/><item><title><![CDATA[Solution When ISJSON May Not Be A Recognized Function Name]]></title><description><![CDATA[Check out the solution in the video Schema validation failed: 'ISJSON' is not a recognized built-in function name. First, note the version of Microsoft SQL Server that we're using. This is key because]]></description><link>http://direct.ecency.com/data/@sqlinsix/6gnehk-solution-when-isjson-may-not-be-a-recognized-function-name</link><guid isPermaLink="true">http://direct.ecency.com/data/@sqlinsix/6gnehk-solution-when-isjson-may-not-be-a-recognized-function-name</guid><category><![CDATA[data]]></category><dc:creator><![CDATA[sqlinsix]]></dc:creator><pubDate>Tue, 09 Nov 2021 16:03:03 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45eJ1bXZuTHcTxmBLTjRdCJ6HiUHeWj1NaKBc?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Creating a GUID For Each GUID]]></title><description><![CDATA[What happens when we run into a situation where we need to create a GUID for reach GUID? Check out the solution in the video TSQL: Create A GUID For Each GUID (Unique Identifier For Each Unique Identifier).]]></description><link>http://direct.ecency.com/data/@sqlinsix/5ebpd6-creating-a-guid-for-each-guid</link><guid isPermaLink="true">http://direct.ecency.com/data/@sqlinsix/5ebpd6-creating-a-guid-for-each-guid</guid><category><![CDATA[data]]></category><dc:creator><![CDATA[sqlinsix]]></dc:creator><pubDate>Fri, 05 Nov 2021 12:24:21 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45e6GEoTLwQXp4SeSfjh6QSYbFYM9CMXpKYY6?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Get A Past Bash Command Quickly]]></title><description><![CDATA[It's one thing to to surf for past Bash commands if we've only run a few of them in one day, but what if we've been running hundreds (or thousands) of Bash commands and we want to look through our history]]></description><link>http://direct.ecency.com/development/@sqlinsix/5tyzl2-get-a-past-bash-command-quickly</link><guid isPermaLink="true">http://direct.ecency.com/development/@sqlinsix/5tyzl2-get-a-past-bash-command-quickly</guid><category><![CDATA[development]]></category><dc:creator><![CDATA[sqlinsix]]></dc:creator><pubDate>Sun, 31 Oct 2021 16:17:18 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45eJPCYYLeMuBMZaU2cNXZM7WBYzAoPvDnWbx?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Connecting A Data Factory To An Existing Runtime In Azure]]></title><description><![CDATA[With Azure Data Factory, we can connect on premise assets to Azure resources, such as an on premise database to an Azure database. At this time, this will require an on premise runtime that communicates]]></description><link>http://direct.ecency.com/azure/@sqlinsix/6q38bc-connecting-a-data-factory-to-an-existing-runtime-in-azure</link><guid isPermaLink="true">http://direct.ecency.com/azure/@sqlinsix/6q38bc-connecting-a-data-factory-to-an-existing-runtime-in-azure</guid><category><![CDATA[azure]]></category><dc:creator><![CDATA[sqlinsix]]></dc:creator><pubDate>Fri, 22 Oct 2021 09:50:54 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45e5XJPTyKizTqrHAbdFcWb9bhxTQyLkNyJna?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Backing Up A Database With MongoDump]]></title><description><![CDATA[Review how to backup a database with a built-in tool in MongoDB: How To Backup With MongoDump. As you can see, we learn how backup a database with the native tool of MongoDump. We'll want to specify a]]></description><link>http://direct.ecency.com/development/@sqlinsix/3tqmfr-backing-up-a-database-with-mongodump</link><guid isPermaLink="true">http://direct.ecency.com/development/@sqlinsix/3tqmfr-backing-up-a-database-with-mongodump</guid><category><![CDATA[development]]></category><dc:creator><![CDATA[sqlinsix]]></dc:creator><pubDate>Sat, 16 Oct 2021 16:10:48 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45e6L9uCnKsJ4CbY1rL2bZgbKmc26RQuM8aYe?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[SQL Tutorial: Using UNION ALL or UNION and Why]]></title><description><![CDATA[In some cases, we need to combine the result of two tables where data types may be similar or identical. We could combine the data in one table using INSERT syntaxes, but with UNION ALL or UNION, we can]]></description><link>http://direct.ecency.com/hive-163521/@sqlinsix/sql-tutorial-using-union-all-or-union-and-why</link><guid isPermaLink="true">http://direct.ecency.com/hive-163521/@sqlinsix/sql-tutorial-using-union-all-or-union-and-why</guid><category><![CDATA[hive-163521]]></category><dc:creator><![CDATA[sqlinsix]]></dc:creator><pubDate>Wed, 13 Oct 2021 14:49:30 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45eFu52nVnzmGs7JYbGpv74VWvgemzkvfgr3x?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[T-SQL: How To UNION ALL Tables and Why]]></title><description><![CDATA[In some cases, we need to combine the result of two tables where data types may be similar or identical. We could combine the data in one table using INSERT syntaxes, but with UNION ALL or UNION, we can]]></description><link>http://direct.ecency.com/blog/@sqlinsix/t-sql-how-to-union-all-tables-and-why</link><guid isPermaLink="true">http://direct.ecency.com/blog/@sqlinsix/t-sql-how-to-union-all-tables-and-why</guid><category><![CDATA[blog]]></category><dc:creator><![CDATA[sqlinsix]]></dc:creator><pubDate>Tue, 05 Oct 2021 15:32:21 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45eFu52nVnzmGs7JYbGpv74VWvgemzkvfgr3x?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[SQL Tutorial: Solving Data Differentials With LEFT JOINs Only]]></title><description><![CDATA[One challenge we face with data involves new and existing data from a source data set to a destination data set. The source and destination may be managed by us or one of them could be managed by us. When]]></description><link>http://direct.ecency.com/hive-163521/@sqlinsix/sql-tutorial-solving-data-differentials-with-left-joins-only</link><guid isPermaLink="true">http://direct.ecency.com/hive-163521/@sqlinsix/sql-tutorial-solving-data-differentials-with-left-joins-only</guid><category><![CDATA[hive-163521]]></category><dc:creator><![CDATA[sqlinsix]]></dc:creator><pubDate>Sun, 03 Oct 2021 10:32:30 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45e6dTipAoQmPkjMeq1DDtrmGZFXLP19Qwoca?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Solving Data Differentials With LEFT JOINs]]></title><description><![CDATA[One challenge we face with data involves new and existing data from a source data set to a destination data set. The source and destination may be managed by us or one of them could be managed by us. When]]></description><link>http://direct.ecency.com/development/@sqlinsix/solving-data-differentials-with-left-joins</link><guid isPermaLink="true">http://direct.ecency.com/development/@sqlinsix/solving-data-differentials-with-left-joins</guid><category><![CDATA[development]]></category><dc:creator><![CDATA[sqlinsix]]></dc:creator><pubDate>Tue, 28 Sep 2021 10:43:54 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45e6dTipAoQmPkjMeq1DDtrmGZFXLP19Qwoca?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Spark Scala: Grouping Values In A Key-Value Pair]]></title><description><![CDATA[First, we'll create our data set. We'll notice in our test data set, we have different uni values in various IDs. Ultimately, we'd like to get these outputted in a key-value pair with the name of the column]]></description><link>http://direct.ecency.com/etl/@sqlinsix/spark-scala-grouping-values-in-a-key-value-pair</link><guid isPermaLink="true">http://direct.ecency.com/etl/@sqlinsix/spark-scala-grouping-values-in-a-key-value-pair</guid><category><![CDATA[etl]]></category><dc:creator><![CDATA[sqlinsix]]></dc:creator><pubDate>Fri, 24 Sep 2021 15:12:00 GMT</pubDate><enclosure url="https://images.ecency.com/p/mXkfdToSwHxyVySZpuLfU8yQ6r3QxqS7YGenoRHRF6Dndx2oCm2pMpMsyvTMJG4q6nBK8LTbMx7gb1L1cDBDPxDowkVdy4kvr14kbvt1t?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Transaction Log Becoming Full Due To Replication]]></title><description><![CDATA[Review the solution and discussion in the video The transaction log for database 'DB' is full due to 'REPLICATION'. We do not want to develop the habit of micro-managing transaction logs, so we should]]></description><link>http://direct.ecency.com/data/@sqlinsix/4qxhak-transaction-log-becoming-full-due-to-replication</link><guid isPermaLink="true">http://direct.ecency.com/data/@sqlinsix/4qxhak-transaction-log-becoming-full-due-to-replication</guid><category><![CDATA[data]]></category><dc:creator><![CDATA[sqlinsix]]></dc:creator><pubDate>Sat, 18 Sep 2021 16:36:18 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45eK8g51qLy7L6o88JLA6fxPgjcicbSWYXkdt?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Why We Should Be Skeptical About Data Regarding the Physical World]]></title><description><![CDATA[In the video, Data and the Physical World (Gold) we look at the severe limitations of data about the physical world. In 2020, there was a worldwide coin shortage and there were discussions about what was]]></description><link>http://direct.ecency.com/hive-163521/@sqlinsix/why-we-should-be-skeptical-about-data-regarding-the-physical-world</link><guid isPermaLink="true">http://direct.ecency.com/hive-163521/@sqlinsix/why-we-should-be-skeptical-about-data-regarding-the-physical-world</guid><category><![CDATA[hive-163521]]></category><dc:creator><![CDATA[sqlinsix]]></dc:creator><pubDate>Sun, 12 Sep 2021 15:58:48 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45eGLbPRXFSAS1AxDFMwQTtbQkVGxQj8MsjEW?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Does the Same Data Mean the Same Conclusions?]]></title><description><![CDATA[Before discussing this challenge, a few notes: I intentionally picked a neutral topic (the Dollar shortage) because when you have multiple people who disagree over data, the context may be controversial.]]></description><link>http://direct.ecency.com/data/@sqlinsix/tdiry-does-the-same-data-mean-the-same-conclusions</link><guid isPermaLink="true">http://direct.ecency.com/data/@sqlinsix/tdiry-does-the-same-data-mean-the-same-conclusions</guid><category><![CDATA[data]]></category><dc:creator><![CDATA[sqlinsix]]></dc:creator><pubDate>Thu, 09 Sep 2021 14:38:21 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45eRDmCZm5VHa6z7YMGM7uLDBG4czua92C35p?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[SQL Tutorial: How To Use ROW NUMBER() and Why]]></title><description><![CDATA[No matter what data we receive, we will probably be required to order it a certain way at some point. In some cases, we may simply order data by dates and receive it in that format, meaning we have little]]></description><link>http://direct.ecency.com/hive-163521/@sqlinsix/sql-tutorial-how-to-use-row-number-and-why</link><guid isPermaLink="true">http://direct.ecency.com/hive-163521/@sqlinsix/sql-tutorial-how-to-use-row-number-and-why</guid><category><![CDATA[hive-163521]]></category><dc:creator><![CDATA[sqlinsix]]></dc:creator><pubDate>Sun, 05 Sep 2021 16:16:36 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45ePakZSip3etAWKpzVSK2yGDYdE1mdCYaB9x?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Not Able To Drop Table Because of Reference]]></title><description><![CDATA[What happens when we try to drop a table that is being referenced by a view (it's also possible that we get an error if other references exist)? Check out the solution in the video TSQL: "Cannot DROP TABLE]]></description><link>http://direct.ecency.com/data/@sqlinsix/2tciep-not-able-to-drop-table-because-of-reference</link><guid isPermaLink="true">http://direct.ecency.com/data/@sqlinsix/2tciep-not-able-to-drop-table-because-of-reference</guid><category><![CDATA[data]]></category><dc:creator><![CDATA[sqlinsix]]></dc:creator><pubDate>Fri, 03 Sep 2021 22:40:57 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45eGoJ6Km7N4H3cbtCoSLaJe9JaFPA9HvTfd8?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[T-SQL: How To Use DENSE_RANK()]]></title><description><![CDATA[In a previous lesson, we learned that we can apply ROW_NUMBER() to a data set and output the row number of the data set based on the order we specify. This means that if we have an alphabetized list, we]]></description><link>http://direct.ecency.com/development/@sqlinsix/t-sql-how-to-use-denserank</link><guid isPermaLink="true">http://direct.ecency.com/development/@sqlinsix/t-sql-how-to-use-denserank</guid><category><![CDATA[development]]></category><dc:creator><![CDATA[sqlinsix]]></dc:creator><pubDate>Sat, 28 Aug 2021 13:44:45 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45eHbszCYrjDzjgCMJWaCzRndegoqBqXZofmg?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[The Decentralized Myth - Beyond the Hype]]></title><description><![CDATA[In the video, Tech Pow Wow: The Decentralization Myth, we exclusively look at the technical promises being made in some decentralized communities. As a note, this video is only discussing the technical]]></description><link>http://direct.ecency.com/blog/@sqlinsix/3itcbn-the-decentralized-myth-beyond-the-hype</link><guid isPermaLink="true">http://direct.ecency.com/blog/@sqlinsix/3itcbn-the-decentralized-myth-beyond-the-hype</guid><category><![CDATA[blog]]></category><dc:creator><![CDATA[sqlinsix]]></dc:creator><pubDate>Wed, 25 Aug 2021 08:49:12 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45dy2xq4NC4mUfwoHfQWCyzyaEr1zQEh6HQRk?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[SQL Tutorial: INNER JOINs vs LEFT JOINs]]></title><description><![CDATA[For people who are new to SQL, these two JOIN types can often be confusing. In the below videos and discussion we compare and contrast the two using the same data set and noting the results. INNER JOINs]]></description><link>http://direct.ecency.com/hive-163521/@sqlinsix/sql-tutorial-inner-joins-vs-left-joins</link><guid isPermaLink="true">http://direct.ecency.com/hive-163521/@sqlinsix/sql-tutorial-inner-joins-vs-left-joins</guid><category><![CDATA[hive-163521]]></category><dc:creator><![CDATA[sqlinsix]]></dc:creator><pubDate>Sun, 22 Aug 2021 11:43:42 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45e5WHrD1fvGiybBSfGu6WAdpkidt5qsy718a?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[T-SQL: How To Use PARTITION BY and Why]]></title><description><![CDATA[If we think about functions in mathematics, we'll recall that one function is the division function. If we have 10 apples and we want to divide them equally into 2 containers, there will be 5 apples in]]></description><link>http://direct.ecency.com/development/@sqlinsix/t-sql-how-to-use-partition-by-and-why</link><guid isPermaLink="true">http://direct.ecency.com/development/@sqlinsix/t-sql-how-to-use-partition-by-and-why</guid><category><![CDATA[development]]></category><dc:creator><![CDATA[sqlinsix]]></dc:creator><pubDate>Thu, 19 Aug 2021 16:19:42 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45eHuCe7RM85tuCHKUH52htkYL8ExnzSC1Vnv?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Weekly Tech Lesson: CROSS JOINs Versus CROSS APPLY]]></title><description><![CDATA[When we look at data, we will sometimes want to look at all data points relative to all other data points. We discussed this when we talked about CROSS APPLY, but we must remember that CROSS APPLY pertains]]></description><link>http://direct.ecency.com/hive-199420/@sqlinsix/weekly-tech-lesson-cross-joins-versus-cross-apply</link><guid isPermaLink="true">http://direct.ecency.com/hive-199420/@sqlinsix/weekly-tech-lesson-cross-joins-versus-cross-apply</guid><category><![CDATA[hive-199420]]></category><dc:creator><![CDATA[sqlinsix]]></dc:creator><pubDate>Sun, 15 Aug 2021 09:24:18 GMT</pubDate><enclosure url="https://images.ecency.com/p/S5Eokt4BcQdk7EHeT1aYjzebg2hC7hkthT45e52PXNEvdEg37NmHXJAaQEMuGmGZ4GBZazS?format=match&amp;mode=fit" length="0" type="false"/></item></channel></rss>