DCSIMG
המידע שקיבלת במסגרת בלוג זה הינו מידע כללי בלבד ואין לראות ו\או להסתמך על מידע כאמור כייעוץ ו\או תחליף לייעוץ מכל סוג שהוא ו\או להסתמך עליו לעניין כלשהוא. it pro - Business Intelligence,Technology, Thoughts, Thinking
Sign in | Join | Help

Browse by Tags

Get Cube Last Processed Date
14 June 12 11:02 AM | Ronen Chenn | 2 comment(s)
The common request to present the last process date of Cube XX can be solved by the ASSP project presented at codeplex. The function in the CubeInfo class is GetCubeLastProcessedDate . This function will return the date when the current cube was last processed. The following is an example MDX query against the sample Adventure Works cube: with member [Measures].[LastProcessed] as ASSP.GetCubeLastProcessedDate() select [Measures].[LastProcessed] on 0 from [Adventure Works] Download the project and...
תגים:, , , , ,
SQL Explore for DBAs & BI
08 May 12 08:36 AM | Ronen Chenn | 1 comment(s)
שלום לכולם ! מזמין אתכם לאירוע למקצוענים אמיתיים בלבד בסשן נדגים את יכולות SQL 2012 מלווה בסדרה של דמואים שלא נראו עד כה . SQL Explore הינו האירוע המרכזי השנתי למשתמשי SQL Server בישראל. האירוע מתקיים זו השנה השלישית ברציפות ונחשב לכנס שהוא “Must” עבור כל משתמש SQL Server בישראל. השנה בכנס SQL Explore 2012 נדגיש את החידושים בגרסת SQL Server 2012 ששוחררה לשוק לפני מספר שבועות, הסמינרים באירוע יכסו את יכולות המוצר החדשות, הן בתחום פלטפורמת המידע והתשתיות, והן בתחומי ה- BI . בנוסף, יועברו מגוון רחב...
BI USER Group meeting (#28) - Wednesday, FEB 29th /2012 17:30
08 February 12 10:21 AM | Ronen Chenn | with no comments
יוזר גרופ BI מארח את יוזר גרופ SharePoint ו SQL - למפגש מיוחד בנושא: בינה עסקית - הדור הבא יום ד, 29 בפברואר, 17:30, בית מיקרוסופט רעננה מרצים: ערן שגיא ויוסי אלקיים, קבוצת היועצים (MCS): מיקרוסופט ישראל גרסת SQL Server 2012 אוטוטו כאן ומביאה איתה התחדשות והעצמה של פלטפורמה הבינה העסקית. היום, יותר מתמיד, חוצה הבינה העסקית גם את עולמות ה-SQL וה-SharePoint ורלוונטית לבעלי תפקידים רבים בארגון: מנהליDBA ,IT ,מנתחי מערכות/פרויקטים ומפתחים. הנכם מוזמנים למפגש מיוחד בו תוכלו להכיר את מפת הדרכים וללמוד...
תגים:, ,
BIDS helper new features ( April 2011 )
16 May 11 11:16 AM | Ronen Chenn | with no comments
If you looked into BIDS elper documentation, you can see the new features. One of them I chose to write today is the Biml file. The Biml Package Generator provides the ability to create packages from Business Intelligence Markup Language (Biml) . Biml is an XML-based language that allows you to describe your BI solution in a declarative fashion, similarly to using HTML to describe how a web page should appear. In addition, you can embed BimlScript (C# or VB.NET code) into Biml, in the same way that...