Quantcast
Channel: SCN: Message List - SAP Adaptive Server Enterprise (SAP ASE) for Custom Applications
Browsing all 3587 articles
Browse latest View live

dump load 'cross-platform' - How to know if sp_flushstats was executed?

Thanks all for you feedback, I'll continue including in my ETA additional time to do the conversion part then. Thanks Simon

View Article


Re: dbcc checkstorage inside rpc

Thanks. At least the rpc works for me. So can't recreate the issue that you are getting. Two suggestions: 1. Can you check the output of sp_plan_dbcc 'pubs2' and see everything is aligned properly?...

View Article


Re: dump load 'cross-platform' - How to know if sp_flushstats was executed?

sp_flushstats will Flushes the in-memory table and index statistics that are stored in the DES/IDES to the system table sybtabstats. you can check statmoddate column of systabstats system table to know...

View Article

Re: dump load 'cross-platform' - How to know if sp_flushstats was executed?

The problem is that you cannot tell from a database dump whether this had happened at the moment the dump was taken. Also, the issue is not just sp_flushstats; it is really that there should not be any...

View Article

Re: dump load 'cross-platform' - How to know if sp_flushstats was executed?

thank you for your advice !!I  totally agreed with you it is hard to know if sp_flushstats has been issued from dump file !My previous experience is not so happy on XPDL, my solution is to lock all...

View Article


Re: dump load 'cross-platform' - How to know if sp_flushstats was executed?

Simon, If you got the answer you needed, can you go ahead and mark the question as answered? This will help others to find answer, if they stumble upon the same issue.

View Article

Re: dbcc checkstorage inside rpc

sp_plan_dbccdb shows that my dbccdb is indeed large enough and yes, dbcc checkstorage works fine without the rpc.Ive also tried loopback...sp_dbcc_plandb pubs2 as well as loopback...sp_dbcc_evaluatedb...

View Article

Re: dbcc checkstorage inside rpc

Hello Karel,  I was able to recreate the issue you are having with the same script that I copied above in version 15.0.3 ESD 1. Looks to be a version issue after all.  Checking master: Logical pagesize...

View Article


UNMOUNT DATABASE command is not allowed when mirroring is enabled

Hi experts,When I tried to unmout a user database named "sandbox_test" with the manifest file, I hit following error: 1> unmount database sandbox_test to "/home/sybase/sandbox_s/manifest"2> goMsg...

View Article


ASE - Storage on big lun or to split - "Best practice"

HiI am using ASE 15.7 data server on Linux on central storage. I have couple of databases (5-7) at the data server. Currently, all data server devices reside on a single storage lun. which is simple to...

View Article

Re: UNMOUNT DATABASE command is not allowed when mirroring is enabled

Is the serverwide sp_configure setting "disable disk mirroring" set off (0)?The unmount "manifest" options isn't compatible with that setting.

View Article

Re: ASE - Storage on big lun or to split - "Best practice"

The number of LUNs you use will depend on what's sitting behind that LUN (ie, how the LUN is defined by the storage admin), with the (normal) objective being to insure you're getting good/fast...

View Article

Re: Stored procedure performance

At this point there's not enough info to know for sure what the issue is. NOTE: The following may (not) apply in your situation ... hard to tell since there's no mention of them in  your post ... so...

View Article


Re: UNMOUNT DATABASE command is not allowed when mirroring is enabled

Hi Bret, thanks for your reply. I guess yes, the sp_configure "disable disk mirroring" has following output: 1> sp_configure "disable disk mirroring"2> go Parameter Name                 Default...

View Article

Re: UNMOUNT DATABASE command is not allowed when mirroring is enabled

Generally speaking ... to turn off mirroring you run: - sp_configure 'disable disk mirroring',1 - since this is a static setting you will need to bounce the dataserver However, in your case this will...

View Article


Re: UNMOUNT DATABASE command is not allowed when mirroring is enabled

Hi Jerry, Unfortunately, the restriction is not currently in the manuals.  This morning I have opened a new documentation change request (CR), 745042 to have the restriction added to the Reference...

View Article

Re: Stored procedure performance

Mark, Thanks for taking to time to look into this. I will try and address your questions in the order in which you raised them: The long-running transaction is a 5-table join select into a temporary...

View Article


Re: UNMOUNT DATABASE command is not allowed when mirroring is enabled

Thanks for your reply. There are other 2 databases on the same data server are using those mirrored devices.

View Article

Re: What exactly is the difference between the SPXX and the SPXXX series?

SP1xx is not 15.8. There is no 15.8. I only suggested that as a way to think of SP1xx. They are all 15.7 releases because if we call it 15.8 that has other EOL timeline implications. SP1xx has new...

View Article

Re: What exactly is the difference between the SPXX and the SPXXX series?

So basically, SP50 is a complete waste of engineering resources.  Good to know.

View Article
Browsing all 3587 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>