<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: randysims</title>
    <description>The latest articles on DEV Community by randysims (@randysims).</description>
    <link>https://dev.to/randysims</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F95636%2F56e3b6e0-4b20-44b2-868a-785e3c8ad254.jpg</url>
      <title>DEV Community: randysims</title>
      <link>https://dev.to/randysims</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/randysims"/>
    <language>en</language>
    <item>
      <title>SQL Server Set Operators: UNION, INTERSECT, and EXCEPT</title>
      <dc:creator>randysims</dc:creator>
      <pubDate>Wed, 12 Sep 2018 20:40:20 +0000</pubDate>
      <link>https://dev.to/randysims/sql-server-set-operators-union-intersect-and-except-1g46</link>
      <guid>https://dev.to/randysims/sql-server-set-operators-union-intersect-and-except-1g46</guid>
      <description>

&lt;p&gt;Did you know you can do set-based math with SQL Server? With the UNION, INTERSECT, and EXCEPT set operators, you can compare one result set to another and add or subtract results, called a compound query. This can be a handy tool for your toolbox… &lt;a href="https://randallsims.wordpress.com/2018/09/12/sql-server-set-operators-union-intersect-and-except/"&gt;Continue reading SQL Server Set Operators: UNION, INTERSECT, and EXCEPT&lt;/a&gt;&lt;/p&gt;


</description>
      <category>sqlserver</category>
      <category>sets</category>
      <category>sql</category>
    </item>
    <item>
      <title>Review: SQL Operations Studio (Preview) for SQL Server</title>
      <dc:creator>randysims</dc:creator>
      <pubDate>Tue, 04 Sep 2018 14:49:46 +0000</pubDate>
      <link>https://dev.to/randysims/review-sql-operations-studio-preview-for-sql-server-1hj5</link>
      <guid>https://dev.to/randysims/review-sql-operations-studio-preview-for-sql-server-1hj5</guid>
      <description>

&lt;p&gt;As someone who develops on SQL Server every day, I wanted to try it out the latest gizmo, SQL Operations Studio, or SQLOps. I hoped it was going to be my new favorite toy with all those extensions. In the end, I’m fine with it. There is one problem and a couple of missing features, however, that will keep ETL developers using SSMS. &lt;a href="https://randallsims.wordpress.com/2018/09/04/review-sql-operations-studio-preview-for-sql-server/"&gt;Continue reading Review: SQL Operations Studio (Preview) for SQL Server&lt;/a&gt;&lt;/p&gt;


</description>
      <category>sqlserver</category>
      <category>devtools</category>
      <category>review</category>
    </item>
    <item>
      <title>What are the post reactions?</title>
      <dc:creator>randysims</dc:creator>
      <pubDate>Tue, 28 Aug 2018 10:26:29 +0000</pubDate>
      <link>https://dev.to/randysims/what-are-the-post-reactions-3h5m</link>
      <guid>https://dev.to/randysims/what-are-the-post-reactions-3h5m</guid>
      <description>&lt;p&gt;I'm new. What does a unicorn mean? And what is the reaction on the right? I read a post that already exists but it didn't mention the tag on the right. &lt;/p&gt;

</description>
      <category>discuss</category>
    </item>
    <item>
      <title>SQL Server 2016’s STRING_SPLIT</title>
      <dc:creator>randysims</dc:creator>
      <pubDate>Mon, 27 Aug 2018 15:02:51 +0000</pubDate>
      <link>https://dev.to/randysims/sql-server-2016s-stringsplit-56fd</link>
      <guid>https://dev.to/randysims/sql-server-2016s-stringsplit-56fd</guid>
      <description>

&lt;p&gt;I found a pretty cool little function as I was perusing the SQL Server functions documentation the other day. (What, doesn’t everyone do that?) I just read the name of this function and thought, well, no need to create that function with a loop any longer! Finally, SPLIT has come to SQL Server! What is … &lt;a href="https://randallsims.wordpress.com/2018/08/27/sql-server-2016s-string_split/"&gt;Continue reading SQL Server 2016’s STRING_SPLIT&lt;/a&gt;&lt;/p&gt;


</description>
      <category>sqlserver</category>
      <category>functions</category>
      <category>sqlserver2016</category>
      <category>sql</category>
    </item>
    <item>
      <title>SQL Server’s [N]VARCHAR(MAX) and How to Wield It</title>
      <dc:creator>randysims</dc:creator>
      <pubDate>Fri, 24 Aug 2018 16:06:45 +0000</pubDate>
      <link>https://dev.to/randysims/sql-servers-nvarcharmax-and-how-to-wield-it-3bhd</link>
      <guid>https://dev.to/randysims/sql-servers-nvarcharmax-and-how-to-wield-it-3bhd</guid>
      <description>

&lt;p&gt;[N]VARCHAR(MAX) is a data type that was created to replace [N]TEXT.  Depending on how many characters you store in this data type, it will react differently to its surroundings. It might be just what you needed or it might be your worst nightmare, so choose wisely. Here’s a run down on this data type. What … &lt;a href="https://randallsims.wordpress.com/2018/08/24/sql-servers-nvarcharmax-and-how-to-wield-it/"&gt;Continue reading SQL Server’s [N]VARCHAR(MAX) and How to Wield It&lt;/a&gt;&lt;/p&gt;


</description>
      <category>sqlserver</category>
      <category>datatypes</category>
      <category>sql</category>
    </item>
    <item>
      <title>SSIS: Change Encryption on a Project and Packages</title>
      <dc:creator>randysims</dc:creator>
      <pubDate>Tue, 29 Nov 2016 19:01:47 +0000</pubDate>
      <link>https://dev.to/randysims/ssis-change-encryption-on-a-project-and-packages-36c6</link>
      <guid>https://dev.to/randysims/ssis-change-encryption-on-a-project-and-packages-36c6</guid>
      <description>

&lt;p&gt;When creating packages, the default security protection level is set as EncryptSensitiveWithUserKey. The user key mentioned is created off of the login of the user who created the project. If a developer other than the one who originally created the project or package opens it, they will receive the following warnings: Warning loading project_name.dtproj: Warning: … &lt;a href="https://randallsims.wordpress.com/2016/11/29/change-encryption-on-an-ssis-project-and-packages/"&gt;Continue reading SSIS: Change Encryption on a Project and Packages&lt;/a&gt;&lt;/p&gt;


</description>
      <category>sqlserver</category>
      <category>ssis</category>
    </item>
  </channel>
</rss>
