Should we upgrade SQL Server 2016 compatibility from level 100 to 130?

Upgrading the compatibility level of your SQL Server 2016 database from 2008 (compatibility level 100) to 2016 (compatibility level 130) can provide significant benefits, including better performance and access to modern features. However, before deciding, it’s important to carefully weigh the pros and cons. Reasons to Upgrade Compatibility Level Potential Risks and Considerations Recommended Approach…

Read More

How to identify and resolve SQL Server Index Fragmentation

In this article, we will learn how to identify and resolve Index Fragmentation in SQL Server. Index fragmentation identification and index maintenance are important parts of the database maintenance task. Microsoft SQL Server keeps updating the index statistics with the Insert, Update or Delete activity over the table. The index fragmentation is the index performance…

Read More

So What’s the GOLDEN FIX for Viewer Performance

Sometimes, you will notice this sql is taking over 34 sec instead of 0 sec. select all max(dm_document.r_modify_date) “maxdate” from dm_document_sp dm_document, dm_sysobject_r dm_sysobject_r2, dm_folder_rp dm_folder_r1 where (dm_document.r_object_id = dm_sysobject_r2.r_object_id and dm_sysobject_r2.i_folder_id = dm_folder_r1.r_object_id and dm_folder_r1.i_ancestor_id = ‘0b027183800008b3’) and (dm_document.i_has_folder = 1 and dm_document.i_is_deleted = 0) The original dql for this sql is: select max(r_modify_date)…

Read More

Why the Database is the First Thing to Check When Your Application Slows Down

In today’s fast-paced digital world, the performance of applications plays a crucial role in user experience and business operations. There are few things more frustrating than an application suddenly becoming slow, leading to a cascade of negative effects, from user dissatisfaction to lost revenue. When an application slows down, one of the most common culprits…

Read More

SQL Server Index and Statistics Maintenance

IndexOptimize is the SQL Server Maintenance Solution’s stored procedure for rebuilding and reorganizing indexes and updating statistics. IndexOptimize is supported on SQL Server 2008, SQL Server 2008 R2, SQL Server 2012, SQL Server 2014, SQL Server 2016, SQL Server 2017, SQL Server 2019, SQL Server 2022, Azure SQL Database, and Azure SQL Managed Instance. Download…

Read More

Documentum Server – SQL Server general performance best practices guidelines

Summary In Documentum Server, what are the general best practices guidelines for performance tuning of SQL Server databases? This issue was reported in (but may not be limited to): Documentum Server 7.0, 7.1, 7.2, 7.3, 16.4 Resolution Configurations on the SQL Server side Here are the recommended SQL Server configurations, according to our general performance…

Read More

Introducing Documentum Smart View: A Modern UI for Content Management

In today’s fast-paced digital world, efficiency and user experience are paramount. Enter Documentum Smart View—a sleek, modern user interface designed to revolutionize content management. Smart View provides a responsive, intuitive platform that adapts seamlessly across devices, allowing users to effortlessly manage documents, tasks, and workflows. With its simplified design and robust functionality, Smart View enhances…

Read More

X-Plans

•Documentum XPlan is a powerful tool that enhances the capabilities of the Documentum ECM platform by providing advanced project planning, document management, and workflow automation features. •It is ideal for organizations that need to manage complex projects and workflows, ensuring efficient resource utilization, improved collaboration, and compliance with industry regulations. Features

Read More