Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ezhov-da/299b7a10762d5dfdc78a6cf2e7392bec to your computer and use it in GitHub Desktop.
Save ezhov-da/299b7a10762d5dfdc78a6cf2e7392bec to your computer and use it in GitHub Desktop.
установка management studio на диск отличный от C
==> http://qaru.site/questions/1266899/change-the-default-installation-path-of-sql-server-management-studio
mkdir "D:\Program Files\Microsoft SQL Server"
mkdir "D:\Program Files (x86)\Microsoft SQL Server"
mklink /J "C:\Program Files\Microsoft SQL Server" "D:\Program Files\Microsoft SQL Server"
mklink /J "C:\Program Files (x86)\Microsoft SQL Server" "D:\Program Files (x86)\Microsoft SQL Server"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment