Information

Saturday, May 24, 2014

Get size of all tables in database

›
Determining space used for each table in a SQL Server SELECT t.NAME AS TableName,     s.Name AS SchemaName,     p.rows AS RowCounts, ...
Friday, May 23, 2014

AWS Multi-Factor Authentication (MFA):

›
MFA adds extra security by requiring users to enter a unique authentication code from their authentication device when accessing AWS websit...
1 comment:
Thursday, May 22, 2014

Amazon - AWS CloudTrail

›
1. AWS CloudTrail captures AWS API calls made by or on behalf of an AWS account and delivers log files to an Amazon S3 bucket that yo...
Thursday, April 3, 2014

Move classic EC2 instance into VPC

›
Open the Amazon EC2 console at https://console.aws.amazon.com/ec2/ . Click Instances in the navigation pane. On the Instances page, righ...
Tuesday, April 1, 2014

MVC - The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

›
If you're running IIS 6 and above, make sure the application pool your MVC app. is using is set to Integrated Managed Pipeline Mode. I...

What is difference between constants and read-only?

›
Constant and ReadOnly keyword are used to make a field constant which value cannot be modified. Constant Constant fields or local var...
Sunday, March 30, 2014

Classes in C#

›
Classes A class is a construct that enables you to create your own custom types by grouping together variables of other types, methods ...
‹
›
Home
View web version
Powered by Blogger.