Using Namespace

An organization that treats its programmers as morons will soon have programmers that are willing and able to act like morons only. — Bjarne Stroustrup

Menu

  • About

Month: April 2017

How to reset / restart IIS using a batch file

In order to reset IIS using batch file, please follow the below steps. 1. Create a text file, RestartIIS.bat 2. modify the text file and add this script to it. @echo on c:\windows\System32\iisreset.exe pause 3. save the batch file, and

user April 26, 2017 IIS No Comments Read more

How to Limit Transaction Log file in SQL Server

There are two ways you can limit the size of your transaction log files. 1. Using SSMS (SQL Server Management Studio) 2. By writing a manual script. Below are the steps to limit transaction log files. Open your Microsoft SQL

user April 23, 2017 How to, SQL Server No Comments Read more

How to modify field size for an attribute in SDE db using ArcCatalog

In order to modify a field size for a geo spatial attribute field. Please follow the below instructions. Open ArcCatalog, expand your file geo database and find the feature class you want to edit the field. Right click on the

user April 20, 2017 Uncategorized No Comments Read more

How to delete a database with In Recovery mode (SQL Server)

There are situations where sometimes a database is stuck in recovery mode. 1. During the Restore process without running this command – RESTORE DATABASE mydatabase WITH RECOVERY 2. when the drive space is not sufficient and the transaction log size

user April 19, 2017 How to, SQL Server No Comments Read more

Configure, Commit and Push code with AWS Code Commit, Source Tree – Part II

In my previous post, I have provided a detailed instructions of how to create IAM users and generate passwords. In this post, we can follow the below steps to setup the AWS local repository on a developer machine. There are

user April 11, 2017 AWS (Amazon Web Services), How to No Comments Read more

Configure, Commit and Push code with AWS Code Commit, Source Tree (Administrators Only) – Part I

Please follow the below steps to configure, commit and push your code to AWS Codecommit repository. This article is written both for AWS administrators and developers. For AWS Codecommit – simple steps to create IAM users, repositories and provide the

user April 10, 2017 AWS (Amazon Web Services), How to No Comments Read more

Archives

  • July 2019
  • May 2019
  • April 2019
  • October 2018
  • July 2018
  • March 2018
  • September 2017
  • May 2017
  • April 2017
  • March 2017
  • December 2016
  • August 2016
  • July 2016
  • April 2016
  • February 2016
  • January 2016

Meta

  • Log in
Copyright © 2023 Using Namespace. Powered by WordPress. Theme: Spacious by ThemeGrill.