# Declear all variable. $BackUpServerName=”ServerName From Where Take The Backup” $DatabaseName=”DatabaseName” $BackUpLoactionWithFileName=”C:\BackUpLocation\FileName.bak” $RestoreServerName=”ServerName Where You Wants to Restore Your Backup”…
SQL Function to Convert Unix (Linux) Date Format to SQL Timestamp
How to create the Function ? CREATE FUNCTION SchemaName.FunctionName(@String VARCHAR(40)= null) RETURNS DATETIME WITH RETURNS NULL on NULL input AS…
How to create SQL Database as Software as a service(SAAS) in Azure Portal?
In left panel menu bar click on ‘SQL Database’ Then click on ‘Add’ button. Then type ‘Database Name’. Choose your…
How to create Virtual Machine as Infrastructure as a service(IAAS) in Azure Portal?
First select ‘Virtual Machines’ from left side menu. Then click on Add. Then select your preferred operation system or application.…
How to create Resource Group in Azure Portal?
Before create a Resource Group first we have to know what resource group is. Resource group is nothing but a…