Quantcast
Channel: SCN: Message List - SAP Adaptive Server Enterprise Developer Center
Browsing all 1240 articles
Browse latest View live

Re: shrink database feature Q

I did a quick experiment of  to create, expand and then shrink a test database. If the alter database <dbname> off <devicename> executed as expectedthen the device name should not appear in...

View Article


Re: Sybase upgrade from 15.7 to 16.0

HI Anand, We have tried this option as well, but using the manual method (using sybase commands), step 1. as per the note this installs ASE 16.0 without any issue. After the installation when moving to...

View Article


Re: how to change sybase character set to UTF8

Hi Jeroen RijnbergenHow to 1) load the required character sets2) reconfigure your server for the new character set / sort order this option is static can u please guide process

View Article

Re: how to change sybase character set to UTF8

check the Admin guide, all steps are thereplease note that the commands below do not cover any data issues If you have existing data in your server, you might need to copy out / in all data to handle...

View Article

sqldbgr + multiple tempdb - Issue in querying the temp table from debugger ?

Hi All, I am able to query the temporary tables created inside the stored procedures from the sqldbgr debugger. BUT, in some of my servers, I am NOT able to query the temporary tables from the...

View Article


Re: sqldbgr + multiple tempdb - Issue in querying the temp table from debugger ?

Yes, this is a known problem, CR 728201 "Error 208 is raised when using sqldbgr on a server with multiple tempdbs when trying to access a temporary table. This happens when the sqldbgr process is...

View Article

Re: sqldbgr + multiple tempdb - Issue in querying the temp table from debugger ?

If you just want to debug the logic create normal tables in tempdb without prefix of hash (#).All benefits of tempdb are available to a normal table. All you need to do additionally is drop these...

View Article

Need Tranaction Log space recommendation

Hello,   One of our PROD Db Sized about 386505.0 MB in size(overall DB size data+log) and the transaction log size is 4200.0 MB which is roughly 1% of the overall DB size.  In this DB there will be lot...

View Article


Re: Need Tranaction Log space recommendation

It is hard to recommend an amount to increase the log by as the size needed depends on the amount and nature of the transactions being run on the database and how the database is set up to backup or at...

View Article


Re: Need Tranaction Log space recommendation

Thanks for the prompt response Bret. The insert/update trans are big. long running transactions were also involved. transaction log backup happens every for 10mins through crontab. no db options are...

View Article

Re: Need Tranaction Log space recommendation

Normally I would have "abort tran on log full"  option set on all databases.This way it reduces some aggravation. Also needed is monitoring of open and long running transaction visible from...

View Article

Re: Change SAP ASE 16 license type from Enterprise Edition to Developer Edition

Hi Joel, Yes, the actual software is the same. It's just a licensing change. Use isql and issue:sp_lmconfig "edition",'DE'gosp_lmconfig "license type",'DT'go Then, recycle ASE. It should come up as...

View Article

Re: Change SAP ASE 16 license type from Enterprise Edition to Developer Edition

Hi, if your ASE does not start because the license does not match and the grace period has expired, you can change the "edition" and "license type" also in a file on operating system level.  In...

View Article


Comparison between WITH RECOMPILE procedure vs common dynamic query

Hi Does anyone have a document to share where its possible to compare the CPU efforts to compile between those 2 cases?How much is supposed that WITH RECOMPILE uses less processing efforts than a...

View Article

Bug report

Can't find how and where to post bug report. There bug I found in ASE Developer Edition 16: For example we have table CREATE TABLE simple_types (  id int PRIMARY KEY,  ...) Fill it with id from 1 to 5....

View Article


Re: Bug report

Bugs are typically reported by opening a Tech Support Incident with SAP Support. This is a known defect, CR 710333, no estimate for when it will be fixed. Cheers,-bret

View Article

SAP ONE Support Launchpad Link does not work.

Hello,      Just received an email about 'Try New Support Tools Today!'. Here are my steps. 1. Clieked on Get Started.2. Brought me to SAP page. Clicked on 'Access the SAP ONE Support launchpad'3....

View Article


Issue while executing installdbccdb script

Hello, I am using Sybase ASE 15.7 version. I need to install dbccdb database. I have executed sp_plan_dbccdb command to use recommended size. Then I have created dbccdb database accordingly. But when I...

View Article

Re: Issue while executing installdbccdb script

It looks like you are trying to execute installdbccdb as a shell script.  installdbccdb is actually a file of sql commands that in meant to be run through the isql utility. i.e. instead of executing...

View Article

Re: Need Tranaction Log space recommendation

From your description, the dump tran frequency is high ( every 10 minutes through cronjob ),I will suggest you to enlarge your log space to at least 3 times of current log space. normally, 10~25% of...

View Article
Browsing all 1240 articles
Browse latest View live


Latest Images