Search the web
Sign In
New User? Sign Up
aqt · Advanced Query Tool Discussion Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4083 - 4113 of 4213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4083
I have to bounce data from an SQL Server database against an Oracle Database. Is there a connection string format or other means available to connect the two...
evancc59
Offline Send Email
Jun 4, 2009
7:54 pm
4084
Hi Am trying to execute a query like select t1.*, row_number() over (partition by t1.col1, t1.col2, t1.col3 order by id.last_update_dt desc) rn from tab1 t1 Am...
Harikrishnan Sugumaran
hsugu
Offline Send Email
Jun 4, 2009
7:54 pm
4085
You cannot run a query in AQT that gets data from more than one database. Some database have features whereby tables in another database appear to be within...
Phil Castle
cardettnz
Offline Send Email
Jun 4, 2009
8:06 pm
4086
Missed information is AQT was pointing to a different DB server than my local one. Looks like OLAP enablement will have to be done at the db2 server side. Help...
Harikrishnan Sugumaran
hsugu
Offline Send Email
Jun 4, 2009
8:06 pm
4087
AQT just sends the query to the database and displays the results. There is no reason why you cannot run an OLAP query in AQT. What message do you get when you...
Phil Castle
cardettnz
Offline Send Email
Jun 4, 2009
8:12 pm
4088
After few attempts I do not think that this is an issue with AQT. Rather in the zDB2 server side I guess. Am getting the below error ... select id.cont_id,...
Harikrishnan Sugumaran
hsugu
Offline Send Email
Jun 4, 2009
8:33 pm
4089
I assume you are running DB2 for z/OS v9. OLAP functions were only introduced in v9... Phil....
Phil Castle
cardettnz
Offline Send Email
Jun 5, 2009
6:20 am
4090
You got it right. Mine was v8.2. No OLAP available. This is very generic Q and nothing to do with AQT, is there a better way to implement row_number() over()...
Harikrishnan Sugumaran
hsugu
Offline Send Email
Jun 5, 2009
4:36 pm
4091
i'm using v7.1.7 of aqt, and after having my hard drive copied to new computer, i'm suddenly having problems generating insert statement scripts which use...
juanbutthead
Offline Send Email
Jun 10, 2009
7:39 pm
4092
The Insert script generated by AQT will always represent a Null value as NULL. This is a keyword used by all databases to represent a null value, which is why...
Phil Castle
cardettnz
Offline Send Email
Jun 10, 2009
8:32 pm
4093
When we program in our mainframe we like using the quick keys and/or macros. In the Run SQL I was wondering about user defined shortcut keys? Two quick...
piggerpug
Offline Send Email
Jun 11, 2009
4:09 pm
4094
I am using AQT 8.2.7. It is a great product.. I have been using it for years.... I have a situation that AQT -the favorites folder- would work terrific...
dpechotta
Offline Send Email
Jun 11, 2009
7:34 pm
4095
You can certainly run the Insert statement. After selecting the query, click on the SQL icon in the toolbar. This will open the Run SQL window with your Insert...
Phil Castle
cardettnz
Offline Send Email
Jun 11, 2009
8:55 pm
4096
No, we don't have shortcut keys as such. However you could add 2299-12-31 as one of the Keywords. In the Run SQL window, go File > Edit Keywords. Add the...
Phil Castle
cardettnz
Offline Send Email
Jun 11, 2009
9:10 pm
4097
You might want to give Autohotkey http://www.autohotkey.com/ a try. It's a huge productivity boost on windows if you spend some time scripting your...
Michaël Willemot
sottohimself
Offline Send Email
Jun 12, 2009
4:45 pm
4098
We are having a problem with table and view ownership as shown in AQT. We use multiple schemas in SQL Server 2005 and they do not come across properly into...
tribenjamin
Offline Send Email
Jun 17, 2009
5:23 pm
4099
Could you let me know what version of AQT you are running? Support for SQL Server 2005 was added in AQT v8. Also, if you to Help > Database Details, for Config...
Phil Castle
cardettnz
Offline Send Email
Jun 17, 2009
5:45 pm
4100
I am currently moving to a new machine but AQT will not install with what I thought was my key. I'm using AQT 7.0. Is there any way you can resend this info...
wrightdjohn
Offline Send Email
Jun 18, 2009
6:39 pm
4101
Issue has been resolved. Used the Help - Troubleshooting - Unable to display table information. It's an issue with AQT and SQL Servers system tables....
tribenjamin
Offline Send Email
Jun 18, 2009
10:30 pm
4102
Hi All, I want to build query using two different database. I have opened A and B database, I clicked on the "Build Query" but I couldn't use tables of both A...
cegk34
Offline Send Email
Jul 1, 2009
10:47 am
4103
The subject is discussed at http://www.querytool.com/help/1022.htm Regards, Phil....
Phil Castle
cardettnz
Offline Send Email
Jul 1, 2009
10:56 am
4104
I'll review. I write in here, if I encounter a problem. Thanks a lot. Kind Regards,...
cegk34
Offline Send Email
Jul 1, 2009
11:11 am
4105
BTW, since V8 i've tossed all my other DB clients. Anyway, simple question that I could not find in forum search. Can I substitute EDITPLUS as my editor of...
borgcobe
Offline Send Email
Jul 2, 2009
9:19 pm
4106
No.... this isn't possible. When linking to an external editor, AQT needs to pass the SQL to the editor then wait until the editor closes the file. This...
Phil Castle
cardettnz
Offline Send Email
Jul 2, 2009
9:28 pm
4108
Hi Phil, i try to create an batchexport using headercolum. but i want to delimt the columnname with ' " '!? Is it possible to do so? what i have to define? ...
dbfan111
Offline Send Email
Jul 7, 2009
9:26 am
4109
So... you want the column names to have double-quotes around them? I don't think there is any way of doing this easily. In the Export Options window, you can...
Phil Castle
cardettnz
Offline Send Email
Jul 7, 2009
11:27 am
4110
Hi Phil, thanks - it works! 'it seems to work better if you have a blank after the colheader=" and before the column list.' => this is the solution. i have...
dbfan111
Offline Send Email
Jul 8, 2009
5:59 am
4111
Export function of the AQT version 8.2.2 Extended Edition To load table I'm using the Data loader Tool - Load Data from Query. On the query text I placed my...
mishagtk
Offline Send Email
Jul 10, 2009
8:28 pm
4112
I suggest upgrading to the latest release, AQT v8.2.7. There was a problem in this area that was fixed in AQT v8.2.3. Upgrading to the latest version should...
Phil Castle
cardettnz
Offline Send Email
Jul 11, 2009
9:39 am
4113
Not database related, so long as you're OK. Sounded significant in the news. Hope all is well....
ryoungbugs
Offline Send Email
Jul 15, 2009
1:22 pm
Messages 4083 - 4113 of 4213   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help