EM

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • wireless200@yahoo.com

    EM

    Can I give EM to a customer for his use to interface with a remotely
    located sql server if both are legal? If no, does he need to purchase
    sql server to have use of a legal copy of EM?

  • Chandra

    #2
    Re: EM

    Hi
    For licensing issues, please refer this

    Find the queries, documents, syntaxes, techniques in using MS SQL Server in an effecient way. I will try to collect maximum information and postit on the site.



    best Regards,
    Chandra

    Find the queries, documents, syntaxes, techniques in using MS SQL Server in an effecient way. I will try to collect maximum information and postit on the site.

    ---------------------------------------

    *** Sent via Developersdex http://www.developersdex.com ***

    Comment

    • David Portas

      #3
      Re: EM

      Unless you are using MSDE the customer has to be covered by a licence
      (either CAL or processor licence) in order to use SQL Server whether he
      has EM or not. If the customer is licensed he's entitled to install the
      client tools, including EM.

      If it's MSDE then you cannot use EM but there are EM replacement
      utilities available for MSDE.

      --
      David Portas
      SQL Server MVP
      --

      Comment

      • wireless200@yahoo.com

        #4
        Re: EM


        David Portas wrote:[color=blue]
        > Unless you are using MSDE the customer has to be covered by a licence
        > (either CAL or processor licence) in order to use SQL Server whether he
        > has EM or not.[/color]

        Sorry it wasn't clear, but in my case, sql server is on my remote
        website. So, as an analogy, when you access Amazon.com to buy a book
        or whatever, a customer doesn't need a database license to do that.
        The customer doesn't see the database, all he sees is the web front
        end.

        However, I would like the customer to be able to load some large
        amounts of data himself and I may not be able to set up a share
        effectively on my website to let DTS load these
        ftp'ed-to-my-website-files.
        [color=blue]
        >If the customer is licensed he's entitled to install the
        > client tools, including EM.[/color]

        Basically what I'm hearing here is if the customer doesn't have a sql
        server license then under no conditions can he legally install EM (to
        set up DTS data trasfers).

        Comment

        • David Portas

          #5
          Re: EM

          > Sorry it wasn't clear, but in my case, sql server is on my remote[color=blue]
          > website. So, as an analogy, when you access Amazon.com to buy a book
          > or whatever, a customer doesn't need a database license to do that.[/color]

          If your site is publicly accessible over the internet that case you
          must have a *Processor* licence. A processor licence is required for
          any public web-site that utilizes SQL Server. If you have a Processor
          licence then in theory remote users ARE licensed to install the client
          tools. However, you won't be able to do this over public networks
          because the ports used by SQL will be blocked by your firewall and/or
          your ISP or your customer's ISP. To do this you'll need a VPN in place
          between you and the customer. In that case though, a better option is
          probably remote access via Terminal Server or similar because EM
          doesn't behave well over a low-bandwidth network.

          --
          David Portas
          SQL Server MVP
          --

          Comment

          • David Portas

            #6
            Re: EM

            Just for clarification. If your site is not a public one and you are
            not using a processor licence, you can still install EM at the
            customer. In that case you would have to have some mechanism to
            restrict access to the site (such as VPN). You would also need to
            purchase a CAL for the customer, but that applies whether or not they
            are using EM because any access to the database server must be covered
            by a licence.

            That's my understanding but refer to the licensing docs or to Microsoft
            for the definitive answers.

            --
            David Portas
            SQL Server MVP
            --

            Comment

            Working...