Valid NCS-Core Dumps shared by ExamDiscuss.com for Helping Passing NCS-Core Exam! ExamDiscuss.com now offer the newest NCS-Core exam dumps, the ExamDiscuss.com NCS-Core exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com NCS-Core dumps with Test Engine here:
After the migration, some SQL queries take longer to execute than prior to migration. The following SQL best practices were applied while creating the SQL VM on Nutanix: *8 vDisks per SQL server VM *Database and Log files on separate vDisk *2 TempDB database drives and 1 TempDB log drive What should the administrator to do improve the SQL Server performance?
Correct Answer: B
In the scenario where SQL queries are running slower post-migration, creating multiple TempDB data files is a recognized best practice for optimizing SQL Server performance, especially when dealing with high transaction rates or complex queries. This approach helps in distributing the I/O load across multiple files and drives, reducing the contention and wait times associated with TempDB, which is a common bottleneck in SQL Server environments. Enabling autogrowth ensures that these files can dynamically grow as needed, which helps in handling unexpected increases in database activity without manual intervention.References: Nutanix Best Practices for SQL Server, SQL Server performance tuning guidelines.