I am looking for a real time solution... Below are my DB columns. I am using Oracle10g. Please help me in defining table types / indexes and tuned PLSQL / query (both) for the updates and insertion
For MSSQL 2008 R2 database what values need t开发者_如何学Co be selected minimum to find required indexes when profiler trace given to the database engine tuning advisor ?
In SQL Server 2008, I would like to examine what is really going on behind the scenes when a query is executed. Can I somehow see the following?
I\'m attempting to use Database Engine Tuning Advisor to tune my database.开发者_如何学GoFrom the comments it\'s logging (it\'s just 40% into the analysis, after running all weekend) it appears that D
In SQL Server, how can I see th开发者_如何学运维e number of disk blocks an index or a tables uses?Using this query, you can determine the number of pages (8 KB blocks of space) a SQL Server table uses
This is occurring during the end of the analysis when the DTA开发者_如何学JAVA tries to drop the indexes it created.Unfortunately, with the database in use, this is causing terrible blocking issues.Is
I can\'t find the SQL Server 2005Database Tuning Advisor on my computer. Is it something I needed to specifically choose when I installed SQL Server 2005?
Based on information I have read about t开发者_如何转开发he \"exec sp_reset_connection\" which appears in SQL Server Profiler trace data when connection pooling exists, it seems safe--or logical, rath
I am not sure if this question can be asked here or serverfault. I开发者_如何学Python was wondering...Is there is a way to quickly undo the changes made by SQL Server 2005 Tuning Advsor other than rec
We\'re using a Oracle Text CTXSYS.CONTEXT index to index about half a million rows containing metainformation. The information is spread over two tables that are combined by a procedure that the index