I work with a live production server with several hundred tables and stored procedures. Ideally, I'd use the Plan Cache option in Tuning Advisor to assist in optimizing, because jobs are run on schedules ranging from seconds to weeks apart, so profile traces won't reflect the whole system. We want to use the backup/test server to do the workload analysis, but it seems to only accept trace files or SQL scripts to analyze, which are passed as part of an XML file. Is there any way to utilize the Plan cache on the production server?
Can I use the Plan Cache in SQL Server Tuning Advisor when using a second server to do the workload?
678 Views Asked by cloudsafe At
0
There are 0 best solutions below
Related Questions in SQL-SERVER
- Dynamic query creation with Array like implementation
- 'pyodbc.Cursor' object has no attribute 'callproc', mssql with django
- Driver com.microsoft.sqlserver.jdbc.SQLServerDriver claims to not accept jdbcUrl, ${SPRING_DATASOURCE_URL}: GitHub Actions
- PHP Laravel SQLServer could not find driver
- Upsert huge amount of data by EFCore.BulkExtensions
- How to locate relevant tables or columns in a SQL Server database
- Cannot delete SQL datafile (.mdf) as its currently in use
- Writing query in CTE returning the wrong output
- Group By Sum and without Group by sum Amount is different
- plan_handle is always different for each query in SQL Server Cache
- Adding a different string to a table fails
- The specified data type in the EF modelBuilder doesn't correspond to the one that is created
- SQL71561: SqlComputedColumn: When column selected
- How to Solve Error Associated with Trusted Authority
- SQL Server Data Model and Insert Performance
Related Questions in OPTIMIZATION
- Optimize LCP ReactJs
- Efficiently processing many small elements of a collection concurrently in Java
- How to convert the size of the HTML document from 68 Kb to the average of 33 Kb?
- Optimizing Memory-Bound Loop with Indirect Prefetching
- Google or-tools soft constraint issue
- How to find function G(x), and make for every x, G(x) always returns fixed point for another function F(G(x))
- Trying to sort a set of words with the information theory to solve Worlde in Python but my program is way to slow
- Do conditional checks cause bottlenecks in Javascript?
- Hourly and annual optimization problem over matrix
- Sending asynchronous requests without a pre-defined task list
- DBT - Using SELECT * in the staging layer
- Using `static` on a AVX2 counter function increases performance ~10x in MT environment without any change in Compiler optimizations
- Is this a GCC optimiser bug or a feature?
- Performance difference between two JavaScript code snippets for comparing arrays of strings
- Distribute a list of positive numbers into a desired number of sets, aiming to have sums as close as possible between them
Related Questions in DATABASE-TUNING-ADVISOR
- Need suggestion for POSTGRES Tuning
- Dropping Unused Indexes
- Mysql 5.7 performance tuning. Stored procedure taking too much time to respond
- Oracle suggests TABLE ACCESS FULL after implementing SQL Profile
- SQL Server database tuning advisor suggests existing clustered index
- Including nvarchar(max) columns in select clause dramatically increases execution time
- Database Engine Tuning Advisor "Failed to parse XML file"
- DTA - Error while tuning using a Test Server
- Database Engine Tuning advisor "Performing analysis" fails with STOPPED
- Partitioning strategy : Full partitioning vs aligned partitioning in Sql Server (tuning options in database engine tuning advisor)
- Error in tunning trace from SQL Server Express on machine with SQL Server developer edition
- Can I use the Plan Cache in SQL Server Tuning Advisor when using a second server to do the workload?
- SQL Database Engine Tuning Advisor returns recommendations but Tuning Log is empty
- performance tuning of my sql in 12 GB ram with 21 Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz
- DB Engine Tuning Advisor suggestion improvement
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?