Sybase Wan Performance
I am currently running Sybase Anywhere 10 and connection to the database on the LAN side works great, but on the WAN side it runs really slow.I was wondering if Sybase 16 will improve my overall...
View ArticleRe: Sybase Wan Performance
Hello Kirk, ASE 16 is not gonna improve your WAN connection Dont mix up the different layers. WAN/LAN is network layerASE application layer Regarding the database performance features of ase 16 itself,...
View ArticleRe: How to call GRANT ALL to all of an owner's tables
Grazie molto Georgio! This should work perfectly! Edgard
View ArticleRe: Sybase Wan Performance
Hi Kirk, I think you may need to consider a different approach to diagnosing your performance issue: while we certainly encourage all customers to move to SQL Anywhere 16 (as SQL Anywhere 11 is no...
View ArticleRe: Cannot open Interactive sql from command prompt
Hello Sunil, Thank you for the bug report. I have opened this issue with our development group as CR #771043. Regards, Jeff AlbionSAP Active Global Support
View ArticleRe: SQL Anywhere 16 custom post_login_procedure message text/action is blocked
Hi Brian, Thank you for the bug report. As mentioned here, I have opened this issue with our development group as CR #771043. Regards, Jeff AlbionSAP Active Global Support
View ArticleRe: Cannot open Interactive sql from command prompt
Sunil, This problem has been reproduced and fixed by our engineering team. The fix will be available in an upcoming SP for versions 12 and 16. --JasonProduct Manager, SQL Anywhere
View ArticleSQL Anywhere 12, Interactive SQL, How to "output" to relative path
Hi everyone, is there a way to store the file from an output-statement relatively to the path of the script-file when running SQL-Scripts from Interactive SQL on windows? If I try this Select 'Test';...
View ArticleRe: SQL Anywhere 12, Interactive SQL, How to "output" to relative path
I'm not aware of any option to output to the directory of the current script, but it should by default output to the current working directory of Interactive SQL: [E:\]mkdir out_test [E:\]cd out_test...
View ArticleSql Anywhere v11 with 5 seats
Hello,I have a peculiar problem. I have SqlAnywhere v11 with 5 seats. I have been using it since 8/10/2009. And recently the machine where we housed everything crashed completely. Now I am stock. And I...
View ArticleRe: SQL Anywhere 12, Interactive SQL, How to "output" to relative path
Hi Tyson, thanks for your reply. That's what I thought (and feared). So there is no way to set the working directory when starting Interactive SQL via GUI? In most cases we start it by connecting a...
View ArticleSQVI using FBL5N, VBAK, VBAP & VBRP data
I am trying to build a SQVI report using the FBL5N data (BSID and BSAD tables) and the VBAK data. However I cannot find a way to line the tables. I would like to add the data from the VBELN, AUART and...
View ArticleRe: SQVI using FBL5N, VBAK, VBAP & VBRP data
Does your question have anything to do with SQL Anywhere?
View ArticleRe: SQVI using FBL5N, VBAK, VBAP & VBRP data
No, I am just trying to build a query in quickviewer (SQVI). I don't work in SQL at all. I am basically an end user with quickviewer access. Thanks.
View ArticleRe: SQVI using FBL5N, VBAK, VBAP & VBRP data
OK, then... you will have better luck in some other forum. This forum is dedicated to the SAP product called "SQL Anywhere".
View ArticleRe: SQVI using FBL5N, VBAK, VBAP & VBRP data
Thank you, will look elsewhere. I apologize, new to this forum.
View ArticleODBC Error when migrating from SQL Server 2008 to SQL Anywhere 12
Hello community, i have the following requirement: I need to migrate a Database with some Demo data into a SQL Anywhere 12 Database. The SQL Anywhere 12 Database is part of the SAP BusinessObjects...
View ArticleSQL Anywere 12 insert record for each date between two dates
A part of a function in our database looks like this: while @datecount <= today() loop set @datecount = dateadd(day, 1, @datecount); insert into gt_datetable( countdate ) values ( @datecount...
View ArticleRe: ODBC Error when migrating from SQL Server 2008 to SQL Anywhere 12
Hi Sebastian, The data from the SQL Server database must be migrated to an existing SQL Anywhere database. Could you please tell me where this SQL Anywhere database resides and how are you connecting...
View ArticleRe: SQL Anywere 12 insert record for each date between two dates
Not sure I fully understand your question, but the following should be able to generate all the dates you need and insert them in one statement, should be much quicker, if this is indeed what you want...
View Article