Re: adaptive server was shutdown
Thanks Bret for you support. please could you help me to configure "timeslice" to solve this case? Thanks
View ArticleRe: adaptive server was shutdown
Bret, Textbook Technical Support response. Excellent! Doaa, as far as RE-configuring the timeslice, I would be EXTREMELY cautious about this and would do this only under Technical Support guidance as...
View ArticleRe: Error while performing database dump
Dilip, I completely agree with Bart on this one. the "broken pipe" is usually sinonymous with an interrupted, or, more plainly put, terminated process. So, it looks like the process got interrupted,...
View ArticleWhat is the difference between reorg defrag and reorg rebuild online ?
Both seems to server same purpose. Why there are 2 different command ?
View ArticleRe: What is the difference between reorg defrag and reorg rebuild online ?
Actually, there is a major difference (and besides the fact that reorg rebuild can work on an index whereas reorg defrag is limited to the full table) in how they function. Reorg rebuild - as you are...
View ArticleRe: strange cache problem
Hi Mike, 807,229 physical IO is for the whole slow query (seen by monCachedStatement) and 16931 is the IOs for the ase internal temporary table WorkTable1 (result of the join) seen by the query...
View ArticleRe: strange cache problem
Okay - so keeping everything the same - the key changes are now the ASE is running in a domain. That virtualization layer is a key factor - especially considering the comments your OS support folks...
View ArticleRe: thread utilization vs OS cpu uitlization in sap 16
...actually, I guess one should say OS calls period vs. just IO.....we often confuse ourselves with the separate disk and network tasks into assuming they process the IO's - when in reality, they...
View ArticleWhat version of SAP ASE SDK works with .Net Entity Framework 6?
I have only found and old thread regarding these issue. .NET Entity Framework 6 and Model First with ASE Could anyone update these information. Regards.
View ArticleRe: thread utilization vs OS cpu uitlization in sap 16
Jeff, Excellent. I was reffering to the more commonly known and used syb_system_pool - which contains disk & network IO polling threads. Regards, Jean-Pierre
View ArticleRe: strange cache problem
Thanks Jeff for your time. I ran:select getdate()gouse <db_name>goquerygoselect getdate()goselect * from master..monProcessWaits where SPID=@@spidgo Result:!> cat lab_query_test_3.log...
View ArticleRe: What version of SAP ASE SDK works with .Net Entity Framework 6?
Hi, Currently the software developers kit for ASE is not certified with entity framework 6. I know they got certified with Studio 2012 and entity framework 5 not to long ago.I will see if I can track...
View ArticleRe: strange cache problem
Now that is weird - can you rerun but add: select * from master..monProcessActivity where SPID=@@spid ....after the monProcessWaits query.....the above suggests it is all CPUTime (no waiting) - like to...
View ArticleRe: What version of SAP ASE SDK works with .Net Entity Framework 6?
I found the feature request 765581 and it is still open. I will see if I can contact product management and if they have plans to get this started.
View ArticleRe: strange cache problem
!> more lab_query_test_4_1.log ------------------------------- Mar 3 2016 2:23PM xxxxx query output xxxxxxxxx (83403 rows affected) -------------------------------...
View ArticleRe: strange cache problem
Ouch, you have a query issue. CPUTime WaitTime PhysicalReads LogicalReads ----------- ----------- ------------- ------------ 804300 3294 1792...
View ArticleRe: What version of SAP ASE SDK works with .Net Entity Framework 6?
Thanks Dawn Appreciate the effort!!
View ArticleRe: strange cache problem
On point1. I can think of 2 ways turning off SC could effect query plan choice (ignoring possible data type oddities or bugs around literal parameterisation). If the sql contains local variables they...
View Article