Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
2answers
680 views

Select top/latest 10 in couchdb?

How would I execute a query equivalent to "select top 10" in couch db? For example I have a "schema" like so: title body modified and I want to select the last 10 modified documents. As an ...
2
votes
2answers
332 views

SubSonic How to Execute a SQL Statement?

My site is using Subsonic 2.2 on my site. I have 1 weird situation where I need to run some ad-hoc SQL statements. public IList<string> GetDistincList(string TableName, string FieldName) { ...
2
votes
3answers
2k views

Open Source & Free Adhoc / End User Reporting Tool

I am looking for an Open Source & Free Browser based Adhoc / End User Reporting Tool preferably based on Java (any other technologies are also welcome). I have researched on JasperServer Pro, ...
2
votes
3answers
607 views

How do I programmatically build ad-hoc queries quickly?

I've used Excel PivotTable to analyze data from my database because it allows me to "slice and dice" very quickly. As we know what is in our database tables, we all can write SQL queries that do what ...
1
vote
1answer
150 views

Ad-hoc capability SQL SSRS

We are in the process of doing techincal design. We would like to know what is the Ad-hoc Capability part of SSRS. We have done some POC with Report Model and building reports with Report builder. ...
1
vote
1answer
95 views

Anyone know of a method / tool to compare ad hoc SQL queries?

I have to convert a lot of legacy SQL queries to stored procs (rewriting and tidying) and I'm looking for an efficient way to compare the results one by one to ensure I haven't modified the behaviour. ...
1
vote
1answer
721 views

What is Ad Hoc Query?

Recently, I'm reading a book about SQL. In that book, I can't understand this term - Ad Hoc Query. I want to know what is exactly means "Ad Hoc Query" Help me, please. Thanks in advance.
0
votes
1answer
36 views

Clean up the “adhoc plan cache” in SQL Server 2005

I found that the "adhoc cache plan" in my SQL Server 2005 occupies more than 1000MB memory. There is a solution on SQL Server 2008 that could solve the adhoc plan by setting the "optimize the ...
0
votes
1answer
33 views

Updating table metadata on the fly

We put a unique identifier in the extended properties of each table, which is then read by some reports. I'd like to be able to do this on the fly, so we don't have to type it in by hand. However, ...
0
votes
1answer
9 views

Supporting ad-hoc queries in a multi-tiered application

Is there a standard design pattern or approach that will support ad hoc queries in a multi-tiered application? Some motivation for this question: In my current project, we are using the ...
0
votes
1answer
65 views

Performance tuning of ERP System called axavia

I'm working here in a small company and one of my jobs is the administration of the ERP system 'AXAVIA' (www.axavia.com) There are .NET Clients and a MSSQL Server 2005 Database with a size of about ...
0
votes
1answer
48 views

about ADHOC build -getting error when i install it to my device

signer is not valid.. i noticed while i am setting up settings for build i didnt see release option in my project info->configaurations, we have to duplicate releases option and place distribution ...
0
votes
1answer
102 views

web form to generate ad-hoc sql statements

I have a task to build asp.net C# web form to allow end user to generate sql queries. Very similar to this one: EasyQuery.NET WebForms However I'm not allowed to use any 3rd party DLL's or spend ...