Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MicrosoftDocs/sql-docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: live
Choose a base ref
...
head repository: HMuhammad/sql-docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: live
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 25, 2018

  1. Update what-is-sql-server-machine-learning.md

    Sentence was "Script execution is within the boundaries of the data security model: permissions on the relational database are the basis of data access in your script."
    
    Changed to "Script execution is within the boundaries of the data security model. Permissions on the relational database are the basis of data access in your script."
    
    Improper use of a colon
    HMuhammad authored Oct 25, 2018
    Configuration menu
    Copy the full SHA
    15c5077 View commit details
    Browse the repository at this point in the history
  2. Update what-is-sql-server-machine-learning.md

    Sentence read - "Models and code that you write for relational data are wrapped in stored procedures, or serialized to a binary format and stored in a table, or loaded from disk if you serialized the raw byte stream to a file."
    
    Changed to "Models and code that you write for relational data are handled 1 of 3 ways:
    1- They are wrapped in stored procedures.
    2- They are serialized to a binary format and stored in a table.
    3- They are loaded from disk if you serialized the raw byte stream to a file.
    HMuhammad authored Oct 25, 2018
    Configuration menu
    Copy the full SHA
    72773cf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from HMuhammad/HMuhammad-patch-1

    Update what-is-sql-server-machine-learning.md
    HMuhammad authored Oct 25, 2018
    Configuration menu
    Copy the full SHA
    752b2ea View commit details
    Browse the repository at this point in the history
Loading