-
Continue reading →: How to connect to Azure VM SQL Server from SSMS?
In one of my previous posts, I’ve shown how to connect to Azure SQL DB(DaaS) from your local SSMS. In this post, let’s see how you can connect to SQL Server Instance which is running inside your Azure Virtual machine. I’ve created a Azure VM(sreetestvm.cloudapp.net) with SQL Server 2014. I…
-
Continue reading →: Azure SQL DB using SSMS – Things you should know.
Hey folks…In this post let’s see few things which you should be aware of, to avoid any surprises when connecting to your Microsoft Azure SQL DB from your SSMS. First thing you might notice is there are no msdb,model and tempdb databases under system databases category, No Agent and pretty…
-
Continue reading →: Getting started with Microsoft Azure – Creating Azure SQL Database(DaaS)
In this blog post, Let’s see how to create a Microsoft Azure SQL database and how to connect to it from your SSMS client tool remotely. Pre-Req: you need to have an Azure subscription. You can sign up for free (I guess, you will get 30 days for trail). Once…
-
Continue reading →: Cannot obtain the required Interface from OLE DB Provider “OraOLEDB.Oracle”
Today in the morning I was contacted by my fellow DBA to look into an issue with a linked Server he setup from SQL Server to Oracle. He did setup a linked server from SQL Server 2005 to an Oracle database and tested successfully(From SSMS). Well, everything appeared to be…
-
Continue reading →: AlwaysON Secondary database going to “Not Synchronizing/ Suspect” State!
In this blog post I will share an issue we had with a database which is configured with AlwaysON. Before proceeding any further, the environment which we’ve got is: Each node has Windows Server 2008R2(With all the service packs and hot fixes recommended for AlwaysON) Running on top of VMware…
