Skip to main content

Posts

Geo-Replications Types in SQL Azure

שלום לכולם וחורף נעים והיום דווקא לא על V12... היום על DR. ישנן 2 אפשרויות לרפלק את בסיסי הנתונים שלנו עבור DR: Standard Geo-replication Active Geo-replication לפני שאסביר בקצרה על ההבדלים - יש לשים לב שבכל רגע נתון אפשר לעצור רפליקציה ולשחרר את בסיס הנתונים המשני ובכך לאפשר  Fail Over. ההבדלים בין אפשרויות אלו מתחלקים לכמה נושאים והנה תקציר קצר שלהם: Standard Geo-replication Active Geo-replication Not Readable  Readable Azure choose the target location Any location you can choose Only 1 replication Up to 4 replications Fail Over rules by MSFT Manually failing over a database 75% of DB cost Full DB Cost מספר נקודות להבהרה: אי אפשר לבדוק בצורה אמיתית fail over כי בזמן הבדיקה בסיס הנתונים של הייצור - חשוף ללא dr. כי בזמן הניתוק יש בעיה. הרפליקציה היא א-סינכורנית. הפסקת רפליקציה יכולה להתבצע מהמאסטר או מהרפליקות - אם היא מתבצעת מהרפליקות היא מתבצעת מיי...

How to Upgrade to SQL Azure V12

שלום לכולם בימים אלו אנו עסוקים בetoro בהעלות גירסה גדולות ולא תמיד יש זמן לכתוב פוסטים - למרות שבעבודה היום-יומית אנו משתמשים ונהנים - או לא מהמוצר עצמו. כמו שהסברתי לפני זמן מה, המוצר המחודש מעולה מבחינת ביצועים בגירסת ה פרמיום שלו, יש לו התאמה ל sql server כמעט בצורה מלאה, partitioning,compression, עובדים גם בגירסת ה standard ולמי שלא עבד עם גרסות SQL SERVER EE זה שידרוג מעולה, גרי רשף ידידינו בדק delay durability וזה עובד ושיפר ב 20% למרות שבשרתים מקומיים היה שיפור טוב יותר. והכי חשוב כרגע באירופה זה כבר GA, כלומר ניתן להשתמש עם תמיכה. אז איך משדרגים? ראשית נכנסים לפורטל החדש - Portal.azure.com ולוחצים בסיס נתונים קיים. למי שלא יודע מיקרוסופט בפורטל החדש עובדת על מושג שנקרא blade כלומר חלקי מסך שנפתחים ונסגרים - יש עוד הרבה עבודה עד שזה יהיה שמיש לגמרי. כאשר אתה עומד על בסיס נתונים קיים שאינו בגירסה v12, ואתה רוצה לשדרג - לוחצים על התא Proprties. נפתח blade נוסף: וכאן לוחצים על המקום המסומן... נפתח... כן כמובן blade נוסף: ופה סוף סוף יש את הכפתור המא...

Schema Compare in Visual Studio: SSDT project vs SQL Azure

Hi All And today  a short post from my friend  Yitzchak Wahnon (@YitzWahnon). He was asked to deploy a DB into SQL Azure, it was DB that already exists their, and i asked him to deploy the changes, and here is What went through: "I was having a problem doing schema compare in SSDT in Visual Studio against a SQL Azure DB. Visual studio threw an unclear error. In the end with stackoverflow I finally found a hint to the problem: You SQL Database Azure connection will timeout if you  exceed your Database Throughput Unit (DTS) limit . This can easily happen if you are using the Basic Service Tier of the SQL Database on Azure. The Basic service tier is capped at 5 Database Throughput Units (5 DTUs), so if you have a lot of comparisons, it may exceed the threshold. Try upgrading to Standard service tier of SQL Database, (which has a threshold limit of 10 DTUs), and see if the problem goes away. http://stackoverflow.com/ questions/26055747/schema- comparis...

So Who are you SQL Azure V12??

שלום רב והיום קצת על הגירסה החדשה הידועה בשם V12. אז על מה מדובר? מה כל כך מיוחד בה? מה היא עושה? מה היא לא עושה? כיצד עובדים עימה? נתחיל מההתחלה - עד היום כשרצית לעבוד ב SQL Azure הייתה גרסה אחת בלבד. היו Tiers שונים, אבל גירסה אחת, כולם היום עובדים על אותה גירסה. גם כאשר פתחו ב Preview דברים חדשים זה היה בתוך הגירסה הרגילה. ואז מיקרוסופט שיחררו הודעה על גירסה חדשה: Preview Available for Latest Version of Azure SQL Database כאשר הנקודות המרכזיות שהוזכרו הן: Easier management of large databases  Support for key programmability functions Up to 100x performance improvements Improved monitoring and troubleshooting New S3 performance level כך סוכמה גירסה זו: I am incredibly excited for you to try this preview which will help you more easily build or migrate more robust SQL-based applications on Azure while gaining the near-zero administration benefits of database-as-a-service. כך התחלתי לבדוק, לבחון ולראות מה יש פה? ראשית, הופתעתי שיש פה versio...

What this new Button:'Open In Visual Studio' in SQL Azure

Hi Today some English in the Post :-) Yesterday when I logged into the new and the Old Azure Portal I saw a new button 'Open In Visual Studio' under the SQL Database tab: I asked myself - is it related to the new announcement about open source and cross platform of .NET.  So I clicked on the button in both the new and the old portal. I was asked to install update 4 for my VS 2013. After this was installed, I again clicked on the new button - the world did not blow up. It appears that it just opens the "SQL Server Object Explorer" with a regular connection to the DB. I do not think its worthwhile to work with this but then I had a brainwave that now I can do comparisons with my code or with other DBs very quickly. So for now its not so important feature, lets see what they will do with it next time. Pini
Hi It was pleasure to speak about SQL Azure here is the slide link: http://www.slideshare.net/PiniKrisher/pass-heb 10x to  @ MariaZakourdaev