Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
10,383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. 1.) Download SQL server 2016 and choose Developer Edition
  2.  
  3. 2.) Start the setup (Iso file)
  4.  
  5. 3.) Choose Developer Version (Free)
  6.  
  7. 4.) Select
  8.  
  9. In instance Features, check they boxes
  10.  
  11. - Database Engine Services
  12. - SQL server replication
  13. - R-Services (In-database)
  14. - Full Text and Semantic Extraction for search
  15. - Data quality service
  16.  
  17. In Share features, check they boxes
  18.  
  19. - R Server (standalone)
  20. - Client tools connectivity
  21. - Client tools backwards compatibility
  22. - Client tool SDK
  23. - SQL client connectiviity SDK
  24.  
  25. And click to NEXT
  26.  
  27. 6.) Choose default name
  28.  
  29. 7.) click to NEXT
  30.  
  31. 8.) In Server configuration, Choose Mixed Mode (SQL Server authentification and Windows authentification)
  32.  
  33. Set the password root and confirm it
  34.  
  35. And click on the button Add current user and click to next
  36.  
  37. 9.) Again NEXT
  38.  
  39. 10.) click on Add current user, NEXT
  40.  
  41. 11.) You have nothing to do now just NEXT everytime
  42.  
  43. 12.) Close the software after the complete installation.
  44.  
  45. 14.) Use get-migration, and update-database, parse all again and it's finish ! Microsoft SQL server 2016 is installed.
  46.  
  47. 15.) Install (Microsoft SQL Server Management Studio) : https://msdn.microsoft.com/en-us/library/mt238290.aspx
  48.  
  49. 16.) Open it after the install, open Microsoft SQL Server Management Studio, server name type : localhost and click to connect now.
  50.  
  51. 17.) Create a database called : opennos
  52.  
  53.  
  54. FINISH !
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement