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

Re: SAP ASE Edge with replication

The replication server licenses provided with ASE Edge Edition can ONLY be used in a Warm-Standby DR environment for full database replication, not specific tables and columns.  In addition, the...

View Article


Re: SAP ASE Edge with replication

Chris, Does the Replication Server license for the Edge edition allow for both a warm-standby as well as replication using MSA to say an off-site server that would only be used for DR?  This, of...

View Article


Re: Why doesn't reorg rebuild update all the statistics

There is some useful documentation about using "create index" and gathering statistics on minor attributes of an index at:...

View Article

Re: SAP ASE Edge with replication

As far as I know, the replication is included for DR only - single DR copy of ASE as a target. Chris

View Article

Re: Why doesn't reorg rebuild update all the statistics

Hmmmm....I don't recall that.   I did mention that hash based stats worked in sp13x vs. some had issues prior to that.   One thing that is interesting, is that if you drop an index, it doesn't remove...

View Article


Image may be NSFW.
Clik here to view.

Re: Why doesn't reorg rebuild update all the statistics

Ok Jeff, maybe it was another presentation I saw.   I didn't take good notes, and I certainly don't want to make any more bets  Regarding that documentation you quoted, I posted that in my first...

View Article

Not able to see monOpenObjectActivity entries for all indid's for a user table

Greetings all ASE 15.5  I have a user owned table (datapage locking scheme)that gets dropped and re-created by the same name (but obviously with different object id) every night. There are two indexes...

View Article

Re: Not able to see monOpenObjectActivity entries for all indid's for a user...

Hi Avinash,   Are you sure that there is only one row?  Rows that are connected with the indexes have the ObjectName equal to the name of the index - not the name of the table.   Please check using...

View Article


Re: Not able to see monOpenObjectActivity entries for all indid's for a user...

Thanks Adam My bad :-(( I do see all three entries in monOpenObjectActivity using object id for the table !  I almost forgot that indexes are tied up to main table by object_id('tablename') So thanks...

View Article


Re: Performance of joins to inserted pseudo-table

Not sure if this helps but we've found by turning on "hash_join" the performance of a self join of inserted table is substantially quicker. Hash joins are turned off in our sever (15.7 SP11) and it...

View Article

Loaded dump from 12.5.4 to 15.7, Error 622 & Tables/Views not found

Hi all, I am getting desperate trying to fix that issue. I had to import a dump from an ASE 12.5.4 into a new database on an ASE 15.7. I therefore enabled the compatibility mode server-wide and then...

View Article

Re: Loaded dump from 12.5.4 to 15.7, Error 622 & Tables/Views not found

You do not have to turn on compatibility mode to load a 12.5.4 database. Did you drop and recreate the stored procedure/view definitions? As this is a form of upgrade, there is a section in the manuals...

View Article

Re: Loaded dump from 12.5.4 to 15.7, Error 622 & Tables/Views not found

Thank you for your reply. Good to know that enabling compatibility mode before or after loading the load doesn't have any effect. I didn't drop/recreate all the SP and views but I can tell you I...

View Article


No plan tree lava on ASE 15.0.3

We did set option plancost onset showplan onsetfmtonly onexec sp1 But we get only the text version of the plan but no lava tree for our queries in sp1. We see lava tree for the UDFs used in the queries...

View Article

ASE Edge Edition web services

Hi Everybody,  Please Could you inform me if ASE Edge Edition has the funcionallity of manage web services like producer and consumer?  Best regards, Jairo

View Article


Re: Loaded dump from 12.5.4 to 15.7, Error 622 & Tables/Views not found

Have you tried executing the proc from the isql command line tool that comes with ASE 15.7? [Objective is to rule out any issues with your C# program and/or Toad.] The documentation on Msg 622 suggests...

View Article

Image may be NSFW.
Clik here to view.

Re: Loaded dump from 12.5.4 to 15.7, Error 622 & Tables/Views not found

Thank you for your advice. I tried executing the stored procedure from isql and I still get the same error message. I don't have any S-user access either so I unfortunately cannot open a case with the...

View Article


Image may be NSFW.
Clik here to view.

Re: Loaded dump from 12.5.4 to 15.7, Error 622 & Tables/Views not found

I ran the DBCC ORPHANTABLES command but no oprhan tables have been found. I still tried DBCC ORPHANTABLES('DROP') but it didn't fix my issue. I am really getting hopeless. Have no clue what's going on,...

View Article

Re: Optimiser difference : a max() sometimes doing a backward scan and...

Further to this we have a large table and we simply want to run      select @x = min(EXTERNAL_ID)      from   EXTERNAL_ID      where  EXT_ID = "IDENTIFIER"      and    EXT_ID_TYPE = 'B2'      and...

View Article

Memory for aggregate

Hi!I have some problem with search information about memory uses in ASE.I can’t find information about memory for aggregate(when we use memory in query and have need big join or group by, order by and...

View Article
Browsing all 3587 articles
Browse latest View live