Re: datetime truncation in sybpydb
I'm sorry for the delay. It does indeed work with bigdatetime.
View ArticleRe: Unable to install Client Tools for Sybase ASE 15.7 on Windows Server 2012...
Thank you, Dawn. That worked. :-)
View ArticleRe: call to connect two endpoint failed error in ASE 12.5
Thank you everyone - they finally game me admin priv and it works just fine. Not sure why I needed admin but it works . thank you!
View ArticleRe: How to search solved cases ?
That sounds suspiciously like the IO Controller threads - especially the disk task - was getting clipped by the OS. You may think that is weak, but we had a huge issue with Solaris customers moving...
View ArticleRe: How to search solved cases ?
Hi Thanks for the reply.After changing from thread to kernel - we managed 3 days without needing to bounce - but then we found the same problem - so its not only down to threading mode.We've now...
View Articleinsert select statement is taking ages
Sybase version: Adaptive Server Enterprise/12.5.4/EBF 15432 ESD#8/P/Sun_svr4/OS 5.8/ase1254/2105/64-bit/FBO/Sat Mar 22 14:38:37 2008 Hi guyz, I have a question about the performance of a statement that...
View ArticleRe: insert select statement is taking ages
Without any search arguments on MKT_OP_DBF, we have no choice if it is the outer table than to do a tablescan. Most likely we are over estimating the rows that qualify from the join - probably...
View ArticleRe: insert select statement is taking ages
The total density number for the MKT_OP_DBF.M_ORIGIN_NB column don't look very good: Range cell density: 0.0000034460903826 Total density: 0.0053334921767125Notice the...
View ArticleWhat is "DUMP OF LOADED MODULES:-" in the errorlog
Hi,I was wonderin what "DUMP OF LOADED MODULES" shows?Any explanations why "DUMP OF LOADED MODULES:-" is defferend for ASE 15,7 SPS 122 and SPS130 for the same stack trace?
View ArticleRe: What is "DUMP OF LOADED MODULES:-" in the errorlog
Could you provide an example of errorlog entries showing the difference for the two versions?
View ArticleRe: What is "DUMP OF LOADED MODULES:-" in the errorlog
Here this DDLs are not in SPS 130 (for our case) apphelp.dll loaded at 000007FEFD100000 [C:\Windows\system32\apphelp.dll] bcrypt.dll loaded at 000007FEFCBA0000 [C:\Windows\system32\bcrypt.dll]...
View ArticleRe: What is "DUMP OF LOADED MODULES:-" in the errorlog
Or.. let me check again these stack traces look slightly different. I'll chek and update the post again
View ArticleThis statement has exceeded the maximum number of recompilations
Hi, We've just upgraded a server from 15.7 SP122 to SP132 and are now getting this error on a proc call. Server 'LN_Q1_SQL', Procedure 'LogSystem', Line 10 This statement has exceeded the maximum...
View ArticleRe: This statement has exceeded the maximum number of recompilations
We've found we can get round the problem by splitting the proc into 2 statements... select getdate() timest, @SpName storedproc, @@nestlevel -1 nest, uid, @Logtype logtype, hostname,...
View ArticleRe: This statement has exceeded the maximum number of recompilations
Hi Mike, I've seen the error before, but I don't think I've ever seen this happen with such a simple procedure. Could you post the CREATE TABLE ddl for SystemLog, or if that isn't handy, sp_help for...
View ArticleRe: This statement has exceeded the maximum number of recompilations
We've just found the issue. The proc was being called from a proc which had set the isolation level to 0.The definition of the table SystemLog is simple enough (just int's and varchar's). On SP122 we...
View ArticleRe: This statement has exceeded the maximum number of recompilations
Hello Mike,Unfortunately this is a known CR 779922 caused by the fix on CR 718733.. I am creating a KBA for it. Will let you know the number once I publish it.The workaround is to use traceflag...
View ArticleRe: This statement has exceeded the maximum number of recompilations
Creating a unique index isn't possible as sysprocesses as a table doesn't really exist. However, an alternative would be to use the 'system' ACF instead of polling sysprocesses - it is a LOT less...
View ArticleRe: This statement has exceeded the maximum number of recompilations
Thanks for the information. 1) Will a patch for this be released or will we have to upgrade to the next SPxxx ? 2) Is there an estimate on when a patch or SPxxx will be released ? 3) Would you know if...
View ArticleRe: This statement has exceeded the maximum number of recompilations
> However, an alternative would be to use the 'system' ACF instead of polling sysprocesses - it is a LOT less > overhead - especially on systems with high login counts.Thanks - but as far as I...
View Article