Upgrade Sql Server In Place On Your Team Foundation Server
Is it possible to do an in place upgrade of you SQL server edition, (for example upgrade 2012 Express to Standard), when it is running and used by a team foundation server 2015 ins
Solution 1:
Yes
You can:
- Use the
TFSServiceControl quiescecommand to turn off your servers services. - Upgrade SQL Server in place following SQL Servers Instructions
- Use the
TFSServiceControl unquiescecommand to turn on your servers services.
https://www.visualstudio.com/en-us/docs/setup-admin/tfs/command-line/tfsservicecontrol-cmd
Solution 2:
As far as I can remember:
No.
- You will need to detach your collection.
- Make sure the SQL Server version is supported by your TFS Version
Post a Comment for "Upgrade Sql Server In Place On Your Team Foundation Server"