Skip to main content

Posts

Monitoring AWS RDS for SQL Server VS Monitoring SQL Azure

Hi I want to show you now the GUI ways to monitor the Main SQL Servers on the Azure and on AWS RDS.  I said GUI since I will not show here the queries in both platforms, T-SQL Queries that show us all we need. I will just show the GUI aspects. Lets jump into it AWS RDS Monitoring: In the AWS Main Portal we have list of DB's we have in AWS we have (this is the new look of the portal): When I will click on Show Monitoring we will see lots of charts related to the status of the Instance. when I move to each instance I can see the relevant charts to this instance.  We can see here some  Metrics like CPU, IOPS, free space i left in the instance or Throughput, those are very useful parameters.  We can see those metrics in several time resolution. And you can create Alarm if one reach the red line you want. And the screen to create alarm looks like this: So the main Monitor From the Portal is very good ...

Upload Data To AWS RDS for SQL Server vs Upload To SQL Azure

שלום לכולם היום עשיתי מספר רב של נסיונות העלאות נתונים לבסיסי הנתונים ב Azure וב AWS.הכנתי קבצי BCP מאד גדולים על טבלאות גדולות, יצרתי בסיסי נתונים באיזור אירלנד (AWS) וב west Eur ב AZURE שגם הוא יושב באירלנד והתחלתי להעלות. המסקנות הן כי  ב 3 הפעמים הראשונות העלאת הנתונים ל AZURE הייתה יותר מהירה וזה נע בסביבות 5000 rows per second ואילו ב AWS זה התחיל מ 4000 ועלה. לאחר 3 הרצות במשך מספר ימים ביצעתי 3 העלאות ביום ובכולם בשני מסדי הנתונים זה נע סביבות 5000. – כלומר בסך הכל המערכות והקווים זהים ואין עדיפות לכאן או לכאן. ניסיתי להגדיל את החומרה ב AWS אולם זה לא השפיע על התוצאות. ב Azure אי אפשר לשנות את החומרה. העלאה ראשונה  SQL Azure העלאה ראשונה AWS RDS וזהו להפעם יום נעים

Amazon RDS for SQL Server

Hi All I have tested lately the optional to use AWS (amazon web service) RDS (relational database). AWS RDS offer to use MySQL,Oracle and SQL Server on the cloud. like the SQL Azure, the service is not full supported all manageable issues we as a DBA’s can do on the Databases on premise. but since AWS RDS for SQL Server offer SQL Server as almost full versions. start with Express to enterprise edition. and from SQL Server 2008 to SQL Server 2012. need to go to main portal. Click on RDS then some clicks….. (the full process will be soon on line in my blog) then click on the version you want….   in the next few posts I will send some screen shots and explanations about what we have and what we do not have in AWS RDS… have a nice day

Linked Servers and more in Windows Azure SQL Database

  שלום רב היום הוכרזו 4 תוספות חדשות ל Windows Azure SQL Database הידוע בשמו SQL Azure. הראשונה והחשובה ביניהם היא בנושא Linked Server. כלומר ניתן לקשר בין בסיסי נתונים מקומיים לבין אלו בענן באמצעות שאילתות מוכרות וידועות. הדבר מאפשר גמישות מדהימה בשילוב העבודה עם בסיס הנתונים בענן ועם בסיסים מקומיים. השניה מהיום ניתן להשתמש ב Recursive Triggers. הודעה נוספת היא בדבר אפשרות שימוש  DBCC SHOW_STATISTICS. אפשרות גדלה והולכת לעקוב אחרי ביצועי המערכת ובסיס הנתונים בענן. אחרונה היא בנושא אבטחה – מהיום אפשר לכפות חוקי אבטחה ב SQL Database Firewall, לא רק ברמת השרת אלא גם ברמת בסיס הנתונים עצמו. זהו הלינק להכרזה: Announcing Updates to Windows Azure SQL Database

SQL Azure new name - Windows Azure SQL Database

Hi Just short notice Since June SQL Azure is no longer called SQL Azure. MSFT changed its name and now its name is: Windows Azure SQL Database Still we can see the name in VS2010 or 2012 or SSMS – some buttons with name of SQL Azure – but the forma name now is Windows Azure SQL Database. I think this is come due to the new feature called : SQL Server in Windows Azure Virtual Machine in the coming post I will make a little list of what we have in each type of SQL Server on the MSFT cloud – Azure…

Helpful Post for SQL Azure–from SQLROCKSTAR

Hi all You can find in this link a very helpful list of the SQLAzure system tables that are supported, this list created by SQLROCKSTAR – Thomas Larock. Add the bookmark to your favorites and enjoy… http://thomaslarock.com/sql-azure-system-tables/ things changed since then – for example this system table does not works any more .. SELECT * FROM sys.dm_db_objects_disabled_on_version_change   but most are working – so enjoy.  

New Version in SQL Azure

New version of SQL Azure Deployed to Europe and US  DATA Centers and now it Server Version:  Microsoft SQL Azure (RTM) - 11.0.2006.0 Jul 11 2012 00:51:23 Copyright (c) Microsoft Corporation what's new in it? will check and let you know