in-memory tempdb feature
I'm thinking of implementing in-memory tempdb for performance reasons. Has anyone hands on experience with this feature.I have read the "In-Memory Database Users Guide" and created a Proof of Concept...
View ArticleRe: Efficient way to alter a large table with limited space on the server
Thanks Mark. We followed the first solution since the second one is risky. RegardsADNAN
View ArticleRe: ASE 16: When and what major features?
if you remember, Linus released 3.0 largely because he was tired of people asking him when 3.0 was coming out.
View ArticleRe: ASE 16: When and what major features?
Hi Kevin, The ASE 16.0 release, is the foundation that puts us on our new path and direction to what the market requires from the next generation eXtreme OLTP engines. Subsequent releases based on ASE...
View ArticleRe: ASE 16: When and what major features?
To add to some of the earlier comments - ASE 16 has a number of features, in the area of scale up, managing large data sets, ease of use and HA/DR for Business Suite. In order to ensure that ASE is...
View ArticleRe: ASE 16: When and what major features?
Thanks for the added detail. This is the kind of stuff that doesn't come through on the NFG summaries and descriptions. Looking forward to the "capture and replay" functionality especially.
View ArticleBitmap sysdatabases audflags
Hi all, my question is about ASE 15.7. 1. does anyone know the bitmap key to determine what the bitmap in column audflags sysdatabases means?2. and does anyone know a select statement to determeine if...
View ArticleRe: ASE 16: When and what major features?
Kevin - If you notice in Ashok's email, he stated "....for upcoming releases to follow soon:..", so the capture/replay and in-memory enhancements are not in the 16.0GA release. What is in the 16.0GA...
View ArticleRe: ASE 16: When and what major features?
Jeff. I understood about the capture/replay for "upcoming" release past 16.0GA. As I said, looking "forward" to it. I would also point out that the NFG doesn't really convey what you and others have...
View ArticleRe: ASE 16: When and what major features?
Sorry then I couldn't tell - and didn't want you or someone reading your post getting confused with the ref to NFG and a feature that we didn't have yet. The spinlock processing is in the NFG,...
View ArticleRe: Bitmap sysdatabases audflags
have a look at the source code for sp_displayaudit or sp_audit and/or related procs exec sybsystemprocs..sp_showtext sp_displayauditexec sybsystemprocs..sp_showtext sp_audit or just look at the...
View ArticleRe: Bitmap sysdatabases audflags
Thanks Kevin for your quick answer, ...much appreciated! Unfortunatelty the bitmap for sysdatabases.audflags is not hidden in one of those SPs. At least I did not found it ;-) Good idea to check the...
View ArticleRe: Bitmap sysdatabases audflags
when you execute : sp_audit 'login','all','all' you get: 1> exec sp_audit 'login','all','all'2> goServer-wide auditing 'login' is 'fail'. so, it's gotta be in there somewhere Turns out, the...
View ArticlePerformance Penatly using Partitions
Hi, deleting 6500 rows from a partitioned table took 3-4 times longer if the table has no partitions. ASE 15.5. ESD 5.3 on Solaris 64bit. Sample MonProcessActivity output for unpartitioned Table:...
View ArticleRe: Bitmap sysdatabases audflags
The definitions are actually in installmaster, but a little hard to find. To start with, the comment before the definitions refers to the column assysdatabases.dbaudflags rather than...
View ArticleRe: Performance Penatly using Partitions
For comparison purposes I would want to see the rows from monSysStatement, the entire query plan for both queries, the output from sp_help for both tables, and information about any triggers on the...
View ArticleRe: Bitmap sysdatabases audflags
Thanks Kevin, thanks Bret, this is very helpful! ...much appreciated!RegardsFrank
View ArticleRe: Warning Memory Usage in Procedure Headers
Many Thanks Kevin and Jason for your replies. We already increased the procedure cache but it has no effect, the message still occurs every 20 minutes. Nevertheless we think too, that the message...
View ArticleSYBASE REPLICATION
I would like to seek assistance on how to path SYBASE Database for DR to Production for Replication. Please send me helpful Administration Documents for SAP ASE for my reference. Thanks.
View ArticleRe: SYBASE REPLICATION
Here's the link to the documentation for the latest release: Replication Server 15.7.1 SP 200 Documentation I'd suggest starting with the Design Guide to get an idea of some different ways repserver...
View Article