Anything About Sybase ASE,Replication Server & Sybase IQ.
Archives
- February 2012 (2)
- January 2012 (10)
- December 2011 (5)
- November 2011 (13)
- October 2011 (5)
- September 2011 (9)
- August 2011 (3)
- July 2011 (6)
- June 2011 (2)
- May 2011 (5)
- April 2011 (6)
- March 2011 (5)
- February 2011 (5)
- January 2011 (5)
- December 2010 (11)
- November 2010 (1)
- October 2010 (1)
- September 2010 (4)
- August 2010 (4)
- April 2010 (1)
- March 2010 (1)
- February 2010 (3)
- January 2010 (6)
- December 2009 (4)
- November 2009 (2)
- October 2009 (1)
Recent Comments
-
Vicki Gottlieb I need a solution on an issue relating to views. I have a star schema where the fact table has many keys (set up as unique roles) to our […] 1 week ago
-
Akash Kumar Thanks for the response. I sent an e-mail to sybanva@gmail.com with info you asked. Thanks again. 1 week ago
-
sybanva Hi Akash, Could you please let me know the optimization goal for you server. As join changes as with optimization goal. Please mark a […] 1 week ago
-
Akash Kumar Hello everybody , I need some help for a T-Sql update statement using “Abstract plan” (AP) . It is in ASE 15. Some information about […] 2 weeks ago
-
Wayne Hon Please tell me the dates / times for this training. Sybase DBA Training, etc. Thank you. 3 weeks ago
-
Tags
15.0 15.5 15.7 Archive Database ASE Atharva Cloud dbid mismatch devlopment General Installation Interview Ques IQ IQ 15.3 jconnect jdbc LinkedIn Linux News Partioning Rep Replication Latency ReplicationServer ReplicationServer installation replication setup rs_init Scratch Database Shared Memory sparct4 sun Sybase sybaseblog Sybase IQ table level replication TSQL UNIX- XML formatting – from one line to hierarchical multilevel (0) Problem: How to convert a xml file which is having data in a single time to multiline multilevel hierarchial format as […] 4 days ago
- Petabyte Size Data Store Managed by Hadoop & Map Reduce. (0) Hadoop ——– Source : http://hadoop.apache.org/ & www. Today, we’re surrounded by data. People upload videos, take pictures on their cell […] 1 week ago
- Implementation of Function String in Sybase Replication Server(SRS) (0) These experience shared by Senior DBAs as name mentioned, Hope this will help you to understand more about function string from […] 3 weeks ago
- Multi-Path Replication (MPR) technology : Replication Server 15.7 (0) The imminent release of Replication Server 15.7 continues pushing envelop and maintaining its leading edge by introducing new Multi-Path […] 1 month ago
- Inserting data into a data-only-locked heap table (0) When users insert data into a data-only-locked heap table, Adaptive Server tracks page numbers where the inserts have recently occurred, […] 1 month ago
DISCLAIMER 1:
This Blog is neither sponsored by nor in any way affiliated with Sybase,Inc. In any case, neither the authors(sybanva & sybanurag), nor Sybase Inc assumes any responsibility for errors in the blog postings, nor do they have any liblilties for damages resulting from the use of blog postings.If you are using any Supported & Unsupported commands/features listed in blog, this is completely on your(user) risk, sybaseblog.com not having any libilitiy.
DISCLAIMER 2:
This is a personal blog only for sharing purpose. The opinions expressed here represent our own and not those of my any past and present employer.

I need a solution on an issue relating to views. I have a star schema where the fact table has many keys (set up as unique roles) to our date dimension. I need to create unique views for each of these date roles in PowerDesigner. In each view, I need to further qualify the column names to express the role of the view (i.e. Date= Begin_Use_Date). In addition, I need to make the comments of each column consistent with the role (i.e. so existing definition for the column date is modified to reflect that it is the beginning use date). The way I am doing this now is creating a new view from the date dimension and manually modifying each column name and comments. This is extremely laborious given the fact that our date dimension is >20 columns and I need to create >10 role-based views. Any ideas would be helpful.