Options

Load the license file in the SQL-Server DB ? why ?

recallrecall Member Posts: 36
I heard that I should load the license file in the SQL-Server DB, but I don't know why I should do this ? Is it only that I don't need to put the license file on everyones computer ?
Can I load the license file in the SQL -Server DB AFTER an import ?

Thanks.

Comments

  • Options
    bbrownbbrown Member Posts: 3,268
    You must load the license file. When users connect to the sql server, this is the license that users will access. This is similar to the native db server where the license is placed in the db directory.

    Neither version uses or requires a license on the client machine. (there are a few exceptions - mainly e-commerce products and NAS).

    You can upload a license at any time. You will need to be logged in as a member of the SQL administrators group.
    There are no bugs - only undocumented features.
  • Options
    recallrecall Member Posts: 36
    Thanks for the answer :)
Sign In or Register to comment.