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 3653 - 3682 of 4217   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3653
When running a AQT batch file (running a AQT sql script), if I leave the DOS window in focus, the batch file finishes and sends up its message. But if I bring...
ryoungbugs
Offline Send Email
Apr 1, 2008
8:50 pm
3654
Hi, Not sure why this would slow down the batch process. You might want to check in your export statement: Prompt is set to no. ie. --aqt...
cardett_troy
Offline Send Email
Apr 1, 2008
11:23 pm
3655
I inadvertently removed the Blank Line at the bottom of the sample batch file. Not having the Blank Line hoses the command processor on DOS. Great OS. ... ...
ryoungbugs
Offline Send Email
Apr 2, 2008
1:55 pm
3656
Hi Phil - I've begun to use the data compare option -- primarily in batch -- to validate a data migration. In my test, I am comparing the same DB2 LUW table...
cjbraudy
Offline Send Email
Apr 7, 2008
9:54 pm
3657
Not to discount AQT, but with this volume, and the same version of DB2 on ASCII(unicode) platform, federating the two tables, and doing a UNION SELECT will pop...
ryoungbugs
Offline Send Email
Apr 8, 2008
2:36 pm
3658
Yes, that would work nicely. My real world situation is a non-IBM database compared with a DB2 LUW database. (I'm trying the AQT compare on two LUW databases...
cjbraudy
Offline Send Email
Apr 8, 2008
2:57 pm
3659
any workaround for now? or any chance to see this fix in version 8.2.4 ? ... back...
victorchchu
Offline Send Email
Apr 8, 2008
3:39 pm
3660
Hi, Here is a fix for you. Download: http://www.querytool.com/aqt824c.zip unzip to: C:\Program Files\Advanced Query Tool\ Regards. -- Troy Pascoe Technical...
cardett_troy
Offline Send Email
Apr 8, 2008
10:43 pm
3661
Hi, 1. AQT does the compare by running a query such as: select * from table order by pk_cols DB2 will often decide to process a query such as this by reading...
cardett_troy
Offline Send Email
Apr 8, 2008
10:57 pm
3662
Hi Troy -- Thanks for the information! I'd sort of guessed it was the DB engine's ability to support the query that really drives the speed of the compare. I...
cjbraudy
Offline Send Email
Apr 9, 2008
2:03 pm
3663
Hi, The Filter option on the Database Explorer window is used to filter the table object list. You can see a sample of the rows by choosing "Table Contents...
cardett_troy
Offline Send Email
Apr 9, 2008
10:15 pm
3664
Thanks so much it works...
victorchchu
Offline Send Email
Apr 10, 2008
6:25 pm
3665
Anyone got a sample batch sql statement to get data from both informix and MS Access?? do we have something like this in sytax?? --aqt connect,dbs=informixPROD...
victorchchu
Offline Send Email
Apr 10, 2008
8:51 pm
3666
Hi, AQT cannot do cross-database queries. When you run some SQL it goes against one database; if the SQL refers to any tables not known to that database, the...
cardett_troy
Offline Send Email
Apr 10, 2008
11:30 pm
3667
thanks ... refers ... export,file="C:\WeeklyStat$LastSunday.xls",type=tab,filemode=replace,h...
victorchchu
Offline Send Email
Apr 11, 2008
2:53 pm
3668
I have just been asked to compare transferred data from SQLServer to DB2. But the Options doesn't allow for the fact that numeric columns in SQLServer got...
ryoungbugs
Offline Send Email
Apr 11, 2008
3:20 pm
3669
v8.2.4 viewing DB2/LUW/8.2.5 The column is Integer, with NULL values. Columns that are Character (with no NULLs) sort fine. The presence of NULLs may be the...
ryoungbugs
Offline Send Email
Apr 12, 2008
5:34 pm
3670
This is a limitation of the grid. When a column is defined as numeric, it has trouble coping with grid values which have a value of (null). This is because...
Phil Castle
cardettnz
Offline Send Email
Apr 14, 2008
9:45 am
3671
works fine. I appreciate not seeing RTFM in your reply. Thanks, Robert ... of...
ryoungbugs
Offline Send Email
Apr 14, 2008
12:11 pm
3672
--aqt export,file="C:\abcrpt.xls",type=excel,filemode=replace,header=yes,promp t=no select contract..... from .... somehow, the excel(C:\abcrpt.xls) launch and...
victorchchu
Offline Send Email
Apr 14, 2008
9:20 pm
3673
Put this at the end of your SQL script: --aqt closexl It's a feature Phil added for us a long time ago when we first started using AQT for batch reports to...
Jim Herrmann
jim_kcsr
Offline Send Email
Apr 14, 2008
10:10 pm
3674
Hi, You can add a Where clause in the Filter Rows text box, eg. where cust_code = '000111'. This will limit the number of rows compared in the table. Regards. ...
cardett_troy
Offline Send Email
Apr 14, 2008
10:14 pm
3675
Hi, I am new user of this product, dont knw much in detail but exploring it. Please let me know the procedure to the same. I am waiting for responses....
sandeep kumar mishra
sandeepisher...
Offline Send Email
Apr 14, 2008
10:19 pm
3676
Hi, See AQT Help: Generate encrypted password Retards. -- Troy Pascoe Technical Support Cardett Associates Ltd troy@... =================== -- In...
cardett_troy
Offline Send Email
Apr 14, 2008
10:23 pm
3677
Opps, didn't mean Retards. Meant: Regards Typo - no offence. -- Troy Pascoe Technical Support Cardett Associates Ltd troy@......
cardett_troy
Offline Send Email
Apr 14, 2008
11:31 pm
3678
Tnanx for reply :)......
sandeep kumar mishra
sandeepisher...
Offline Send Email
Apr 15, 2008
8:09 pm
3679
Hi, Is There any Backup Command in AQT???? Please advice, how to take backup using AQT for Sybase and also how to use encrypted password during login using api...
sandeep kumar mishra
sandeepisher...
Offline Send Email
Apr 15, 2008
8:10 pm
3680
No, there's no ability to do this. However: a) AQT just compares the values irrespective of column type. So a character value '123' will compare the same to a...
Phil Castle
cardettnz
Offline Send Email
Apr 15, 2008
8:44 pm
3681
Hi, If you are using Sybase ASE then use the: dump database command. eg. dump database yourDB to 'c:\foldername\dump1.dmp' What do you mean by "api"? Regards. ...
cardett_troy
Offline Send Email
Apr 15, 2008
11:05 pm
3682
... Aahhhhh. thanks, robert...
ryoungbugs
Offline Send Email
Apr 16, 2008
11:52 am
Messages 3653 - 3682 of 4217   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