Information
Monday, October 2, 2017
Create a copy of database and renaming it using mdf & ldf files
›
If You want to use the same directory for your mdf\ldf files You will have to (physically) rename them. 1. Detach files from local PC 2. ...
Sunday, October 1, 2017
Difference Between String and StringBuilder
›
String are Immutable (Not Modifiable). If you try to modify the string it actually creates a new string and the old string will be then ...
Tuesday, September 22, 2015
Stored procedure slow when called from web, fast from Management Studio
›
Some time this problem occurs due to compiled query plan became corrupt, or invalid. Stored procedure slow when called from web, fast fro...
Monday, July 13, 2015
C#, Read a file
›
C#, Code to read a file String strHtmlMessage = String .Empty; String strFilePath = HttpContext.Current.Server.MapPath("~/Mails/Co...
Wednesday, June 17, 2015
Time on my EC2 windows instance changed automatically
›
Configure Windows time sync: First ensure that you can get time from a NTP server, otherwise the instructions below are not going to work...
Saturday, November 29, 2014
How to increase Session Timeout?
›
We can set our custom session timeout in our applications by following Methods 1. In Web.config file we can set session tim...
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...
‹
›
Home
View web version