Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
3answers
17k views

Reorganise index vs Rebuild Index in Sql Server Maintenance plan

In the SSW rules to better SQL Server Database there is an example of a full database maintenance plan: SSW. In the example they run both a Reorganize Index and then a Rebuild Index and then Update ...
6
votes
7answers
656 views

Test plans and how best to write them

We're trying to figure out the best way to write tests in our test plan. Specifically, when writing a test that is meant to be used by anyone including QA staff, should the steps in the test be very ...
3
votes
3answers
248 views

Is there a way to fix Oracle query in shared pool

I have a report engine, performing PreparedStatements on Oracle 11, that is a highly prioritized task. What I see is that first query invocation usually performs much much longer than the same query ...
3
votes
1answer
800 views

Example of test plan [closed]

I have done some research and found test plan over 40 pages. It includes so many elements that it is difficult to keep track. Additionally, it is not provided any examples, just a description of the ...
2
votes
7answers
2k views

Is there a way to make Oracle recalculate a query plan for each query invocation?

I have a parameterized query. Depending on parameter values optimal query plan varies significantly. Here is the trouble: Oracle uses the plan from the first query invocation for subsequent ...
1
vote
0answers
84 views

Show Query plan in SSRS

Is it possible to display the query plan graphically in a report in SSRS 2005/2008 as it shows in SSMS? Any ideas, references, articles would be apperciated. Regards, Vikas
0
votes
0answers
43 views

Eclipse Indigo, m2 plugin problems

I installed the Indigo Eclipse as well as m2 plugin on my Ubuntu machine. Then I imported the maven project which I previously built on Windows, Eclipse + m2 plugin. After the import I got the ...
0
votes
0answers
12 views

Screen monitor guidance

I am looking for a way to grab screen input constantly from a section of my screen. I am planning on making an application to interact with a flash game but I am unsure of the best way to do this. ...
0
votes
1answer
278 views

How do I use fftw_plan_many_dft on a transposed array of data?

I have a 2D array of data stored in column-major (Fortran-style) format, and I'd like to take the FFT of each row. I would like to avoid transposing the array (it is not square). For example, my array ...
0
votes
0answers
35 views

data generation plan

I created a data generation plan for the sql 2008 database project, now i updated the schema, when i try to run the plan again, it asks if i want to refresh the plan to the latest schema, i hit yes ...
0
votes
0answers
13 views

Pass RowsToInsert to datageneration plan msbuild task

I dont see a general property that lets the user set the number of rows to insert in data generation plan, say if i change my mind later and want to set a different number of rows, I have to manually ...
0
votes
3answers
498 views

How to create/insert WMI object?

I'm doing a software that manages the Windows power plans in C#, and to get the Power Plans and set it's settings is easy by the ManagementObjet. But I want to create a new Power Plan, in other words, ...
0
votes
1answer
43 views

Easy comparing MySQL plans in Django

is there a way to print out MySQL query for example from this line of code Model.objects.all().order_by(sort_headers.get_order_by()) I want to plan best way of using Django but with > 1 million of ...
0
votes
1answer
298 views

Building a maven child project that depends on another projects child project with Bamboo

I have two maven projects Project AAA * AAA-Core * AAA-Other Project BBB * BBB-Core * BBB-AAA-specific I want to create a build plan in Bamboo to build the BBB-AAA-specific project. The plan ...
0
votes
1answer
80 views

SQL Stored Procedure Problem due to the Lack of SP Performance

The main problem is that in my sp there are different objects and logic that may cause lack of performance. The things that I see on my SP and the tables that are in use in the SP 1- Temp tables such ...
0
votes
1answer
626 views

SQL Server 2005: Internal Query Processor Error:

I am trying to execute this following procedure in SQL Server 2005. I was able to execute this in my development server and when i tried to use this in the Live Server I am getting an Error "Internal ...