How to clean up your SQL server from GUIDs
February 18th, 2010
No comments
Recently I’ve been searching for a way how to make SQL side of Sharepoint nice and clean. Thanks to Todd Klindt, I’ve been able to achieve this without any serious problem.
In his article it’s pretty nicely described the process how to get rid of the GUID from the name of the configuration database who, as all you know, gets created in the installation process and we have no control in the beginning to change its name.
Todd’s Klindt article: “Get the GUID out of SharePoint databases”