Skip to content

Instantly share code, notes, and snippets.

View efbenson's full-sized avatar

Erik Benson efbenson

  • ESP Logistics Technology
  • West Chester PA
View GitHub Profile
anonymous
anonymous / gist:5322650
Created April 5, 2013 21:11
SpatialIdxTune
USE sde_apps
GO
CREATE PROCEDURE dbo.sp_tune_spatial_index
(
@tabnm VARCHAR(MAX), -- This parameter stores the name of the spatial table for which you are tuning the index
@idxnm VARCHAR(MAX), -- This parameter stores the name of the spatial index of the named table
@haschek
haschek / .jshintrc
Created May 4, 2012 16:08
JSHint Configuration, Strict Edition
{
// --------------------------------------------------------------------
// JSHint Configuration, Strict Edition
// --------------------------------------------------------------------
//
// This is a options template for [JSHint][1], using [JSHint example][2]
// and [Ory Band's example][3] as basis and setting config values to
// be most strict:
//
// * set all enforcing options to true