Skip to content

Instantly share code, notes, and snippets.

@sandrinodimattia
Created July 22, 2012 02:44
Show Gist options
  • Save sandrinodimattia/3158020 to your computer and use it in GitHub Desktop.
Save sandrinodimattia/3158020 to your computer and use it in GitHub Desktop.
Dynamics CRM rename SQL Server
sp_dropserver 'VM-2008R2-AD'
GO
sp_addserver 'VM-CRM2011', local
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment