<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Allocating more space on SQL Server for an enterprise GDB? in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/allocating-more-space-on-sql-server-for-an/m-p/582252#M22454</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently our organization has 2 databases on our SQL server; one housing vector data and the other housing raster.&amp;nbsp; If I log into SQL management studio and check the properties for each of the databases, I can see total size as well as available space.&amp;nbsp; Vector appears to have consumed half of the space available whereas Raster is almost all used up; this has me a bit worried.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to allocate more space for an enterprise geodatabase?&amp;nbsp; Is this even possible in SQL management studio?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment we are not adding any additional files to the Raster database, but later down the line we will probably acquire more aerial imagery/lidar/etc.&amp;nbsp; Just trying to prepare for the future the best I can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. We are currently using SQL 2012 (11.0.2218) and ArcGIS v10.4.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jun 2017 16:57:03 GMT</pubDate>
    <dc:creator>Brownschuh</dc:creator>
    <dc:date>2017-06-08T16:57:03Z</dc:date>
    <item>
      <title>Allocating more space on SQL Server for an enterprise GDB?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/allocating-more-space-on-sql-server-for-an/m-p/582252#M22454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently our organization has 2 databases on our SQL server; one housing vector data and the other housing raster.&amp;nbsp; If I log into SQL management studio and check the properties for each of the databases, I can see total size as well as available space.&amp;nbsp; Vector appears to have consumed half of the space available whereas Raster is almost all used up; this has me a bit worried.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to allocate more space for an enterprise geodatabase?&amp;nbsp; Is this even possible in SQL management studio?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment we are not adding any additional files to the Raster database, but later down the line we will probably acquire more aerial imagery/lidar/etc.&amp;nbsp; Just trying to prepare for the future the best I can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. We are currently using SQL 2012 (11.0.2218) and ArcGIS v10.4.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 16:57:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/allocating-more-space-on-sql-server-for-an/m-p/582252#M22454</guid>
      <dc:creator>Brownschuh</dc:creator>
      <dc:date>2017-06-08T16:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Allocating more space on SQL Server for an enterprise GDB?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/allocating-more-space-on-sql-server-for-an/m-p/582253#M22455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you can do this in SQL Server Management Studio (SSMS).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://docs.microsoft.com/en-us/sql/relational-databases/databases/increase-the-size-of-a-database" title="https://docs.microsoft.com/en-us/sql/relational-databases/databases/increase-the-size-of-a-database"&gt;Increase the Size of a Database | Microsoft Docs&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, for the Raster database you may want to consider using &lt;A href="https://desktop.arcgis.com/en/arcmap/10.4/manage-data/raster-and-images/what-is-a-mosaic-dataset.htm"&gt;mosaic datasets&lt;/A&gt;.&amp;nbsp; This will save you a lot of storage as the mosaic dataset simply references the imagery from disk rather than loading into the database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 17:50:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/allocating-more-space-on-sql-server-for-an/m-p/582253#M22455</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2017-06-08T17:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Allocating more space on SQL Server for an enterprise GDB?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/allocating-more-space-on-sql-server-for-an/m-p/582254#M22456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have available space on your partition, these instructions should help you to allocate additional space with SQL Server Management Studio. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://technet.microsoft.com/en-us/library/ms175890(v=sql.105).aspx"&gt;https://technet.microsoft.com/en-us/library/ms175890(v=sql.105).aspx&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 17:51:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/allocating-more-space-on-sql-server-for-an/m-p/582254#M22456</guid>
      <dc:creator>RandallWilliams</dc:creator>
      <dc:date>2017-06-08T17:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Allocating more space on SQL Server for an enterprise GDB?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/allocating-more-space-on-sql-server-for-an/m-p/582255#M22457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would second Jake's suggestion about moving the raster to a mosaic database if possible.&amp;nbsp; Much less overhead and easier to manager.&amp;nbsp; However, if you are going to publisher services directly from the mosaic, you will need Image Server (extension, pre 10.5) besides the core ArcGIS Server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 17:55:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/allocating-more-space-on-sql-server-for-an/m-p/582255#M22457</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2017-06-08T17:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Allocating more space on SQL Server for an enterprise GDB?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/allocating-more-space-on-sql-server-for-an/m-p/582256#M22458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok cool, I'm glad to hear it's possible to increase the size of a database.&amp;nbsp; Going to give those links a look at and see what happens.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Honestly I am a little surprised that we've used up as much space as we have because we currently use mosaic datasets for all our imagery.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 18:06:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/allocating-more-space-on-sql-server-for-an/m-p/582256#M22458</guid>
      <dc:creator>Brownschuh</dc:creator>
      <dc:date>2017-06-08T18:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Allocating more space on SQL Server for an enterprise GDB?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/allocating-more-space-on-sql-server-for-an/m-p/582257#M22459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I checked out both of those links that Jake &amp;amp; Randall provided ... it worked!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Honestly I thought the process would be a bit more involved then simply right clicking the database, selecting properties, putting a new size value in, and hitting OK.&amp;nbsp; Not that I'm complaining, I'm just happy it was easy procedure. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/cool.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 12:23:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/allocating-more-space-on-sql-server-for-an/m-p/582257#M22459</guid>
      <dc:creator>Brownschuh</dc:creator>
      <dc:date>2017-06-09T12:23:44Z</dc:date>
    </item>
  </channel>
</rss>

