Category: Blog

Adding new SQL Server DB user

Creating a new SQL Server DB user is one of those tasks I do often enough that I get frustrated that I don’t remember how to do it, but not often enough to actually remember it. And for some reason,

Posted in Blog, General Computing, Programming Tagged with: ,

Change default start location for Git Bash on Windows

Git Bash is set up to start at your home location on Windows. That’s usually something like C:\Users\your_name. If your repos are not under your home path, you’ll have to do a lot of navigating every time you open Git

Posted in Blog Tagged with: , , , , , , , ,

Exporting Data Driven Pages in Extent

With the introduction of Data Driven Pages, ESRI has made creating Map Books a breeze. You create the index layer which represents a grid, enable data driven pages, export to PDF and you have Map Book. Details here: http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00sr00000006000000 But what

Posted in Blog, Python Tagged with: , , , , , , , , ,