<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>MSSQLServer on Documentation</title>
    <link>/docs/dbaas/reference/products/mssqlserver/</link>
    <description>Recent content in MSSQLServer on Documentation</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="/docs/dbaas/reference/products/mssqlserver/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Configurations</title>
      <link>/docs/dbaas/reference/products/mssqlserver/configurations/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/docs/dbaas/reference/products/mssqlserver/configurations/</guid>
      <description>&lt;h2 id=&#34;important-default-values&#34;&gt;Important default values&lt;/h2&gt;&#xA;&lt;h3 id=&#34;max_connections&#34;&gt;max_connections&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;SQL Server has no direct &amp;ldquo;max connection per GB of RAM&amp;rdquo; rule. The actual number of user connections allowed depends on the version of SQL Server that you are using, and also the limits of your application(s), and hardware.&lt;/li&gt;&#xA;&lt;li&gt;SQL Server allows a maximum of 32,767 user connections.&lt;/li&gt;&#xA;&lt;li&gt;User connections is a dynamic (self-configuring) option, SQL Server adjusts the maximum number of user connections automatically as needed, up to the maximum value allowable.&lt;/li&gt;&#xA;&lt;li&gt;In most cases, you do not have to change the value for this option. The default is 0, which means that the maximum (32,767) user connections are allowed.&lt;/li&gt;&#xA;&lt;li&gt;To determine the maximum number of user connections that your system allows, you can execute &lt;code&gt;sp_configure&lt;/code&gt; or query the &lt;code&gt;sys.configuration&lt;/code&gt; catalog view.&lt;/li&gt;&#xA;&lt;li&gt;For more info: &lt;a href=&#34;https://learn.microsoft.com/en-us/sql/database-engine/configure-windows/configure-the-user-connections-server-configuration-option?view=sql-server-ver16&amp;amp;viewFallbackFrom=sql-server-ver16&#34;&gt;https://learn.microsoft.com/en-us/sql/database-engine/configure-windows/configure-the-user-connections-server-configuration-option?view=sql-server-ver16&amp;viewFallbackFrom=sql-server-ver16&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Limitations</title>
      <link>/docs/dbaas/reference/products/mssqlserver/limitations/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/docs/dbaas/reference/products/mssqlserver/limitations/</guid>
      <description>&lt;p&gt;Every product has limitations. Below is a list of Microsoft SQL Server limitations:&lt;/p&gt;&#xA;&lt;h2 id=&#34;license&#34;&gt;License&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The standard license is applied.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;configurations&#34;&gt;Configurations&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Single node (no High Availability)&lt;/li&gt;&#xA;&lt;li&gt;Always On (2 nodes, asynchronous commit mode, High Availability)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;always-on-specific-limitations&#34;&gt;Always On-specific limitations&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Refer to the Microsoft standard license for a complete list of limitations.&lt;/li&gt;&#xA;&lt;li&gt;Only asynchronous commit mode is currently supported.&lt;/li&gt;&#xA;&lt;li&gt;The &lt;code&gt;ccxdb&lt;/code&gt; is currently the only supported Always On enabled database.&lt;/li&gt;&#xA;&lt;li&gt;Scaling is not supported as the standard license does not permit more than two nodes.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;user-created-databases-not-always-on-are-not-transferred-to-the-replica&#34;&gt;User-created databases (not Always On) are not transferred to the replica&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;In the Always On configuration, only the &lt;code&gt;ccxdb&lt;/code&gt; is replicated.&lt;/li&gt;&#xA;&lt;li&gt;Data loss may occur for other user-created databases, as they are not transferred to the replica during the add node process. Therefore, they may be lost if a failover, automatic repair, or any other life-cycle management event occurs.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Overview</title>
      <link>/docs/dbaas/reference/products/mssqlserver/overview/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/docs/dbaas/reference/products/mssqlserver/overview/</guid>
      <description>&lt;p&gt;CCX supports two Microsoft SQLServer 2022 configurations:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Single-node (No high-availability)&lt;/li&gt;&#xA;&lt;li&gt;Always-on, two nodes, async-commit mode (high-availability) in an primary-replica configuration.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The &amp;lsquo;standard&amp;rsquo; license is applied.&lt;/p&gt;&#xA;&lt;h2 id=&#34;scaling&#34;&gt;Scaling&lt;/h2&gt;&#xA;&lt;p&gt;Scaling is not supported in SQLServer as of the standard license.&lt;/p&gt;&#xA;&lt;h2 id=&#34;storage&#34;&gt;Storage&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Maximum size depends on the service provider and instance size&lt;/li&gt;&#xA;&lt;li&gt;Volume type cannot currently be changed&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;further-reading&#34;&gt;Further Reading&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;/docs/dbaas/reference/products/mssqlserver/limitations/&#34;&gt;Limitations&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>User Management</title>
      <link>/docs/dbaas/reference/products/mssqlserver/user-management/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/docs/dbaas/reference/products/mssqlserver/user-management/</guid>
      <description>&lt;p&gt;CCX supports creating database users from the web interface.&lt;/p&gt;&#xA;&lt;p&gt;The database user is created as follows:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sql&#34; data-lang=&#34;sql&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;CREATE&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;LOGIN&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;username&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;WITH&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;PASSWORD&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;SECRET&amp;#39;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;  &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;DEFAULT_DATABASE&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;master&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;],&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;CHECK_EXPIRATION&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;k&#34;&gt;OFF&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;  &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;CHECK_POLICY&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;k&#34;&gt;OFF&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;k&#34;&gt;ALTER&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;SERVER&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;ROLE&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;sysadmin&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;]&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;ADD&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;MEMBER&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;username&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;]&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
  </channel>
</rss>
