Tuesday, November 27, 2018

Altering column size in SQL Server

How to change the column size of the DocumentName column in the tbldocuments table from nvarchar(100) to nvarchar(500)

ALTER TABLE [tbldocuments]
ALTER COLUMN [DocumentName] nvarchar(500) NOT NULL

Syntax:-
 ALTER TABLE [table_name] ALTER COLUMN [column_name] varchar(500) NOT NULL

Monday, November 26, 2018

Cloud Computing

Cloud computing is the delivery of computing services,servers, storage, databases, networking, software, analytics, intelligence and more over the Internet ("the cloud") to offer faster innovation, flexible resources and economies of scale

Top benefits of cloud computing

 1.Cost
 2.Speed
 3.Global Scale
 4.Productivity
 5.Performance
 6.Security

Types of cloud computing

 1.Public cloud
 2.Private cloud
 3.Hybrid cloud

Types of cloud services:

  1.IaaS
  2.PaaS
  3.serverless
  4.SaaS