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?
677 Views Asked by cloudsafe At
0
There are 0 best solutions below
Related Questions in SQL-SERVER
- SQL server not returning all rows
- Big data with spatial queries/indexing
- Conditional null constraint on Null
- SQL Query - Order by String (which contains number and chars)
- Optimising a slow running SQL Server Stored procedure ordered by calculated fields to return a closest match
- Dynamics CRM Publishing Customizations - Multi Developers
- Is there anyway to set the relationship of many tables from Model?
- Implementation of Rank and Dense Rank in MySQL
- ORM Code First versa Database First in Production
- MVC : Insert data to two tables
- Data streams in case of Merge
- table with multiple IDs but seperate notes need sorting (Tried SQL code to make a union query)
- SQL table Partitioning by Year with ColumnStore index implemented on the table
- Defining which network to use for SQL Server 2012 Management Studio
- Fill a week days in a table with preceding Sundays value
Related Questions in OPTIMIZATION
- Does compiler optimize operation on const variable and literal const number?
- Optimizing for Social Leaderboards
- 3D FFT with data larger than cache
- Optimum directory structure for large number of files to display on a page
- How to make faster queries on my mysql table?
- Xib taking long time (>1s) to load. UIFont cache seems to blame
- How to speed up string comparisons in an array with a for loop?
- How to load all symbols from shared library on start up?
- Cython speed vs numpy
- Improve Speed of Piecewise Function in MATLAB
- How to check that all values are equal in array using recursion?
- PHP split string into known tokens and remaining words add to single-worded array
- Python: why is my O(n) slowing down as it progresses?
- Hint indexes to mysql on Join
- Error When Compiler Optimizations are on
Related Questions in DATABASE-TUNING-ADVISOR
- DB Engine Tuning Advisor suggestion improvement
- Partitioning strategy : Full partitioning vs aligned partitioning in Sql Server (tuning options in database engine tuning advisor)
- Database Engine Tuning advisor "Performing analysis" fails with STOPPED
- SQL Server 2008 R2 & Entity Framework 6 incorrect syntax on inserts near ;
- Database Tuning Advisor: Naming of Recommended Indexes and Statistics
- Mysql 5.7 performance tuning. Stored procedure taking too much time to respond
- Should I delete Hypothetical Indexes?
- Need suggestion for POSTGRES Tuning
- Oracle suggests TABLE ACCESS FULL after implementing SQL Profile
- Including nvarchar(max) columns in select clause dramatically increases execution time
- Database Engine Tuning Advisor Crashes Constantly
- "A heap has been corrupted" error when running Database Tuning Analyser?
- performance tuning of my sql in 12 GB ram with 21 Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz
- Does creating a clustered index break my application
- Dropping Unused Indexes
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 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?