Skip to content

Instantly share code, notes, and snippets.

@jonezy
Created November 29, 2010 15:12
Show Gist options
  • Save jonezy/720053 to your computer and use it in GitHub Desktop.
Save jonezy/720053 to your computer and use it in GitHub Desktop.
changes all the connection strings to point to your local sql instance
UPDATE Site SET ConnectionString = REPLACE(ConnectionString, 'SDFMAXVCUS0667', 'NAMEOFYOURLOCALSQLSERVER')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment