{"id":242456,"date":"2024-08-01T13:31:09","date_gmt":"2024-08-01T20:31:09","guid":{"rendered":"https:\/\/virtual-dba.com\/?p=242456"},"modified":"2024-08-15T11:39:47","modified_gmt":"2024-08-15T18:39:47","slug":"sql-server-autogrowth-events","status":"publish","type":"post","link":"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/","title":{"rendered":"SQL Server Autogrowth Events"},"content":{"rendered":"\n<p>In <a href=\"https:\/\/virtual-dba.com\/platforms\/sql-server\/\">SQL Server<\/a>, the term &#8220;Autogrowth Event&#8221; refers to the automatic expansion of one or more database files (referring to data files, log files, etc.) when they reach total capacity. This automatic growth ensures that the database can continue to store data, even when a file runs out of space. However, excessive Autogrowth Events can cause performance issues, as the file growth process involves disk I\/O and possible fragmentation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Minimize SQL Server Autogrowth Events<\/h2>\n\n\n\n<p>To minimize Autogrowth Events and their potential negative impact, consider the following best practices:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Initial sizing:<\/strong> Plan and set the initial size of your database files appropriately based on the expected workload and growth. This reduces the frequency of Autogrowth Events if the initial size is closer to what the database requires.<\/li>\n\n\n\n<li><strong>Monitoring Using Default Trace:<\/strong> Regularly monitor the size of your database files and track their growth trends. One helpful tool for monitoring Autogrowth Events is the Default Trace, which can be enabled at the instance level and viewed using SQL Server Profiler.&nbsp;<\/li>\n\n\n\n<li><strong>Instant File Initialization:<\/strong> Enable &#8220;Instant File Initialization&#8221; on the SQL Server instance. This feature allows data files to be quickly initialized when created or expanded, reducing the time needed to grow the files.<\/li>\n\n\n\n<li><strong>Proportional Fill:<\/strong> In SQL Server, data files in a filegroup can be set to grow proportionally, meaning that all files in the filegroup grow simultaneously, as opposed to a &#8220;round-robin&#8221; style of growing individual files. This helps to balance the data distribution and prevents the frequent growth of a single file.<\/li>\n\n\n\n<li><strong>Regular Maintenance:<\/strong> Perform regular index maintenance and defragmentation to reduce the chances of file fragmentation, which can result from frequent file growth.<\/li>\n\n\n\n<li><strong>File Growth Settings:<\/strong> If you cannot predict the growth pattern, you can still minimize the impact of Autogrowth Events by appropriately configuring the file growth settings. Ensure that the file growth is set to a reasonable and fixed value rather than relying on percentage growth, as percentage growth can lead to increasingly larger growth increments.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">SQL Server Management Studio and Transact-SQL<\/h2>\n\n\n\n<p>You can use SQL Server Management Studio (SSMS) or Transact-SQL (T-SQL) commands to change the file growth settings. For example:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Using SSMS<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Right-click the database&nbsp;<\/li>\n\n\n\n<li>Choose &#8220;Properties&#8221;<\/li>\n\n\n\n<li>Go to the &#8220;Files&#8221; section<\/li>\n\n\n\n<li>Modify the &#8220;File Growth&#8221; setting for data and log files.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Using T-SQL<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>ALTER DATABASE YourDatabaseName<\/li>\n\n\n\n<li>MODIFY FILE (NAME = &#8216;LogicalFileName&#8217;, FILEGROWTH = 100MB); &#8212; Change 100MB to your desired size<\/li>\n<\/ul>\n\n\n\n<p>By following these best practices, you can effectively minimize the impact of Autogrowth Events and maintain a healthy <a href=\"https:\/\/virtual-dba.com\/platforms\/sql-server\/\">SQL Server database<\/a>.<\/p>\n\n\n\n<p>For any questions, please contact us.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In SQL Server, the term &#8220;Autogrowth Event&#8221; refers to the automatic expansion of one or more database files (referring to data files, log files, etc.) when they reach total capacity. This automatic growth ensures that the database can continue to store data, even when a file runs out of space. However, excessive Autogrowth Events can [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":242474,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"","content-type":"","footnotes":""},"categories":[4166,55],"tags":[60],"class_list":["post-242456","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-sql-server","tag-sql-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.1 (Yoast SEO v27.1.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>SQL Server Autogrowth Events - Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts<\/title>\n<meta name=\"description\" content=\"Learn how to minimize SQL server autogrowth events: set initial size, monitor growth, Instant File Initialization, Proportional Fill, etc.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SQL Server Autogrowth Events\" \/>\n<meta property=\"og:description\" content=\"Learn how to minimize SQL server autogrowth events: set initial size, monitor growth, Instant File Initialization, Proportional Fill, etc.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/\" \/>\n<meta property=\"og:site_name\" content=\"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts\" \/>\n<meta property=\"article:published_time\" content=\"2024-08-01T20:31:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-15T18:39:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/SQL-Server-Autogrowth-Events.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"557\" \/>\n\t<meta property=\"og:image:height\" content=\"291\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"XTIVIA\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@virtual_dba\" \/>\n<meta name=\"twitter:site\" content=\"@virtual_dba\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"XTIVIA\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/\"},\"author\":{\"name\":\"XTIVIA\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1\"},\"headline\":\"SQL Server Autogrowth Events\",\"datePublished\":\"2024-08-01T20:31:09+00:00\",\"dateModified\":\"2024-08-15T18:39:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/\"},\"wordCount\":431,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/virtual-dba.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/SQL-Server-Autogrowth-Events.jpg\",\"keywords\":[\"sql server\"],\"articleSection\":[\"Blog\",\"SQL Server\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/\",\"url\":\"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/\",\"name\":\"SQL Server Autogrowth Events - Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts\",\"isPartOf\":{\"@id\":\"https:\/\/virtual-dba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/SQL-Server-Autogrowth-Events.jpg\",\"datePublished\":\"2024-08-01T20:31:09+00:00\",\"dateModified\":\"2024-08-15T18:39:47+00:00\",\"description\":\"Learn how to minimize SQL server autogrowth events: set initial size, monitor growth, Instant File Initialization, Proportional Fill, etc.\",\"breadcrumb\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/#primaryimage\",\"url\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/SQL-Server-Autogrowth-Events.jpg\",\"contentUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/SQL-Server-Autogrowth-Events.jpg\",\"width\":557,\"height\":291,\"caption\":\"SQL Server Autogrowth Events\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/virtual-dba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SQL Server Autogrowth Events\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/virtual-dba.com\/#website\",\"url\":\"https:\/\/virtual-dba.com\/\",\"name\":\"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts\",\"description\":\"Remote Database Administration\",\"publisher\":{\"@id\":\"https:\/\/virtual-dba.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/virtual-dba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/virtual-dba.com\/#organization\",\"name\":\"Virtual-DBA: Remote DBA | Remote Database Administration\",\"alternateName\":\"Virtual-DBA powered by XTIVIA\",\"url\":\"https:\/\/virtual-dba.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg\",\"contentUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg\",\"width\":557,\"height\":291,\"caption\":\"Virtual-DBA: Remote DBA | Remote Database Administration\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/virtual_dba\",\"https:\/\/www.linkedin.com\/showcase\/36220649\/\",\"https:\/\/www.youtube.com\/channel\/UCx3AIeUQ2ziTLKZSJDZ-SEg\"],\"description\":\"Eliminate database downtime and spiraling costs with XTIVIA\u2019s Virtual-DBA. In today\u2019s always-on business world, gaps in 24x7 on-call DBA support, neglected maintenance and security, or a stretched team struggling with overwhelming workloads can lead to costly disruptions and threaten business continuity. XTIVIA\u2019s Virtual-DBA provides the immediate, expert database administration you need, exactly when you need it, ensuring optimal performance, ironclad security, and significant cost savings without the burden of expanding your in-house team. The goal of Virtual-DBA is to provide a cost-effective solution for organizations seeking to optimize the security, management, maintenance, availability, and performance of their critical business systems, whether self-managed or cloud-managed (e.g., AWS RDS, Azure SQL Database). We accomplish this through a comprehensive remote DBA service offering designed specifically to meet the Oracle\u00ae, DB2\u00ae, Informix\u00ae, MySQL\u2122, PostgreSQL\u00ae, MongoDB\u00ae, MariaDB, and Microsoft SQL Server\u00ae, CockroachDB, Databricks, AWS, and Azure needs of our clients.\",\"email\":\"info@xtivia.com\",\"telephone\":\"8886853101\",\"legalName\":\"XTIVIA, Inc\",\"foundingDate\":\"1992-05-01\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"201\",\"maxValue\":\"500\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1\",\"name\":\"XTIVIA\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g\",\"caption\":\"XTIVIA\"},\"url\":\"https:\/\/virtual-dba.com\/author\/xtivia\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"SQL Server Autogrowth Events - Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","description":"Learn how to minimize SQL server autogrowth events: set initial size, monitor growth, Instant File Initialization, Proportional Fill, etc.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/","og_locale":"en_US","og_type":"article","og_title":"SQL Server Autogrowth Events","og_description":"Learn how to minimize SQL server autogrowth events: set initial size, monitor growth, Instant File Initialization, Proportional Fill, etc.","og_url":"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/","og_site_name":"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","article_published_time":"2024-08-01T20:31:09+00:00","article_modified_time":"2024-08-15T18:39:47+00:00","og_image":[{"width":557,"height":291,"url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/SQL-Server-Autogrowth-Events.jpg","type":"image\/jpeg"}],"author":"XTIVIA","twitter_card":"summary_large_image","twitter_creator":"@virtual_dba","twitter_site":"@virtual_dba","twitter_misc":{"Written by":"XTIVIA","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/#article","isPartOf":{"@id":"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/"},"author":{"name":"XTIVIA","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1"},"headline":"SQL Server Autogrowth Events","datePublished":"2024-08-01T20:31:09+00:00","dateModified":"2024-08-15T18:39:47+00:00","mainEntityOfPage":{"@id":"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/"},"wordCount":431,"commentCount":0,"publisher":{"@id":"https:\/\/virtual-dba.com\/#organization"},"image":{"@id":"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/#primaryimage"},"thumbnailUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/SQL-Server-Autogrowth-Events.jpg","keywords":["sql server"],"articleSection":["Blog","SQL Server"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/","url":"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/","name":"SQL Server Autogrowth Events - Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","isPartOf":{"@id":"https:\/\/virtual-dba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/#primaryimage"},"image":{"@id":"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/#primaryimage"},"thumbnailUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/SQL-Server-Autogrowth-Events.jpg","datePublished":"2024-08-01T20:31:09+00:00","dateModified":"2024-08-15T18:39:47+00:00","description":"Learn how to minimize SQL server autogrowth events: set initial size, monitor growth, Instant File Initialization, Proportional Fill, etc.","breadcrumb":{"@id":"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/#primaryimage","url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/SQL-Server-Autogrowth-Events.jpg","contentUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/SQL-Server-Autogrowth-Events.jpg","width":557,"height":291,"caption":"SQL Server Autogrowth Events"},{"@type":"BreadcrumbList","@id":"https:\/\/virtual-dba.com\/blog\/sql-server-autogrowth-events\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/virtual-dba.com\/"},{"@type":"ListItem","position":2,"name":"SQL Server Autogrowth Events"}]},{"@type":"WebSite","@id":"https:\/\/virtual-dba.com\/#website","url":"https:\/\/virtual-dba.com\/","name":"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","description":"Remote Database Administration","publisher":{"@id":"https:\/\/virtual-dba.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/virtual-dba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/virtual-dba.com\/#organization","name":"Virtual-DBA: Remote DBA | Remote Database Administration","alternateName":"Virtual-DBA powered by XTIVIA","url":"https:\/\/virtual-dba.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/","url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg","contentUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg","width":557,"height":291,"caption":"Virtual-DBA: Remote DBA | Remote Database Administration"},"image":{"@id":"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/virtual_dba","https:\/\/www.linkedin.com\/showcase\/36220649\/","https:\/\/www.youtube.com\/channel\/UCx3AIeUQ2ziTLKZSJDZ-SEg"],"description":"Eliminate database downtime and spiraling costs with XTIVIA\u2019s Virtual-DBA. In today\u2019s always-on business world, gaps in 24x7 on-call DBA support, neglected maintenance and security, or a stretched team struggling with overwhelming workloads can lead to costly disruptions and threaten business continuity. XTIVIA\u2019s Virtual-DBA provides the immediate, expert database administration you need, exactly when you need it, ensuring optimal performance, ironclad security, and significant cost savings without the burden of expanding your in-house team. The goal of Virtual-DBA is to provide a cost-effective solution for organizations seeking to optimize the security, management, maintenance, availability, and performance of their critical business systems, whether self-managed or cloud-managed (e.g., AWS RDS, Azure SQL Database). We accomplish this through a comprehensive remote DBA service offering designed specifically to meet the Oracle\u00ae, DB2\u00ae, Informix\u00ae, MySQL\u2122, PostgreSQL\u00ae, MongoDB\u00ae, MariaDB, and Microsoft SQL Server\u00ae, CockroachDB, Databricks, AWS, and Azure needs of our clients.","email":"info@xtivia.com","telephone":"8886853101","legalName":"XTIVIA, Inc","foundingDate":"1992-05-01","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"201","maxValue":"500"}},{"@type":"Person","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1","name":"XTIVIA","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g","caption":"XTIVIA"},"url":"https:\/\/virtual-dba.com\/author\/xtivia\/"}]}},"_links":{"self":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts\/242456","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/comments?post=242456"}],"version-history":[{"count":0,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts\/242456\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/media\/242474"}],"wp:attachment":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/media?parent=242456"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/categories?post=242456"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/tags?post=242456"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}