Microsoft Azure – How to Check the availability of cloud services using PowerShell
Hello friends, in this blog we will learn how to check whether a cloud service is available to use with...
2017-08-21
465 reads
Hello friends, in this blog we will learn how to check whether a cloud service is available to use with...
2017-08-21
465 reads
In my previous blog, we learnt that a Virtual IP (VIP) get lost or changed when we stop or deallocate...
2017-08-11
677 reads
Virtual IP (VIP) is a public IP address and created when a cloud service is created. A VIP is a...
2017-08-07
574 reads
Hello friends, windows Azure Powershell has a big library for Azure cmdlets which is very helpful in doing things without...
2017-08-04
620 reads
In my previous blog we learnt to connect to Azure subscription by importing azure license setting file. In this blog...
2017-08-03
516 reads
Hello friends, in this blog we will learn how we can connect to Azure Subscription using PowerShell. As you know...
2017-08-01
480 reads
In this blog I will tell you how we can attach a data disk to an Azure Virtual Machine using...
2017-01-05
550 reads
Hi friends, recently I was finding a way on taking backup of local database and restore that database to Azure...
2016-11-28
959 reads
Hi friends, We need to collect inventory for database migration as well as platform to set up environment for migration,...
2016-09-30
1,080 reads
In my previous blog we discussed about the different format of SQL Server execution plan. Now in upcoming blogs we...
2016-09-28
509 reads
In this step-by-step tutorial, learn how to run MySQL, PostgreSQL, MongoDB, and other stateful...
By Steve Jones
The 11th episode is now live, recorded a few weeks ago at the PASS...
By Steve Jones
mornden – n. the self-container pajama universe shared by two people on a long...
Hi everyone My SSIS package does a bulk insert of csv files into a...
Dipping my toes into the waters of Azure and of course before I get...
Comments posted to this topic are about the item Announcing SQL Server 2025
Can you run this code in any of your SQL Server 2019 databases without error?
CREATE OR ALTER PROCEDURE [dbo].[StevesAmazingProc] AS SELECT Consumer_ID , Trend_Category , Bit_Trace FROM NewWorldDB.dbo.MarketTrend; GOSee possible answers