Month: April 2015


April 9, 2015
, , , , ,

Taking Backups of Azure VM using Azure Backup

by pug-admin in Microsoft Azure 1 comment

Most of us always have big concern about the backup of Data on Azure especially VM Backups. Now with Azure IaaS we realized that VM becomes backbone of entire our application structure. Hence it is important to have a good proven backup and disaster recovery strategy for such IaaS components. Before Azure Backup came into […]

Read More
April 6, 2015
, ,

OfficeDev/PnP – PowerShell for Office365 Administrators.

by pug-admin in Office 365 , SharePoint 4 comments

We all know the big gap between PowerShell Cmdlets available for SharePoint Server (On-Premises) and SharePoint Online (Office365), which made things bit difficult for administrators as they had to use or understand Client Side Object Model (CSOM) to get very basic task done on SharePoint Online ¹ . But now thanks to OfficeDev/PnP we have […]

Read More
April 2, 2015
,

SQL Server – What are Different Normalization Forms?

by pug-admin in SQL Server 0 comments

Database normalization is a data design and organization process applied to data structures based on rules that help building relational databases. In relational database design, the process of organizing data to minimize redundancy is called normalization. Normalization usually involves dividing a database into two or more tables and defining relationships between the tables. The objective […]

Read More