Search This Blog

Monday, June 18, 2018

SQL alias for SharePoint Database

Few words about creating SQL Alias for SharePoint - imagine you want to move SharePoint DB to another server, if you hardcode it as FQDN you will need to manage it on DNS level and point to another server. But you can also use SQL aliases and define them locally to point to SQL server by alias thather than FQDN:



https://sqlandme.com/2011/05/05/create-sql-server-alias-cliconfg-exe/

No comments: