久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

    • <bdo id='q1w7i'></bdo><ul id='q1w7i'></ul>

    <tfoot id='q1w7i'></tfoot>
  • <small id='q1w7i'></small><noframes id='q1w7i'>

    <i id='q1w7i'><tr id='q1w7i'><dt id='q1w7i'><q id='q1w7i'><span id='q1w7i'><b id='q1w7i'><form id='q1w7i'><ins id='q1w7i'></ins><ul id='q1w7i'></ul><sub id='q1w7i'></sub></form><legend id='q1w7i'></legend><bdo id='q1w7i'><pre id='q1w7i'><center id='q1w7i'></center></pre></bdo></b><th id='q1w7i'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='q1w7i'><tfoot id='q1w7i'></tfoot><dl id='q1w7i'><fieldset id='q1w7i'></fieldset></dl></div>

      <legend id='q1w7i'><style id='q1w7i'><dir id='q1w7i'><q id='q1w7i'></q></dir></style></legend>

      1. SQL Server - 我*真正*需要多少用戶?

        SQL Server - How many users do I *really* need?(SQL Server - 我*真正*需要多少用戶?)

            <i id='SgKxo'><tr id='SgKxo'><dt id='SgKxo'><q id='SgKxo'><span id='SgKxo'><b id='SgKxo'><form id='SgKxo'><ins id='SgKxo'></ins><ul id='SgKxo'></ul><sub id='SgKxo'></sub></form><legend id='SgKxo'></legend><bdo id='SgKxo'><pre id='SgKxo'><center id='SgKxo'></center></pre></bdo></b><th id='SgKxo'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='SgKxo'><tfoot id='SgKxo'></tfoot><dl id='SgKxo'><fieldset id='SgKxo'></fieldset></dl></div>

            1. <tfoot id='SgKxo'></tfoot>

              <small id='SgKxo'></small><noframes id='SgKxo'>

            2. <legend id='SgKxo'><style id='SgKxo'><dir id='SgKxo'><q id='SgKxo'></q></dir></style></legend>
                <tbody id='SgKxo'></tbody>
                <bdo id='SgKxo'></bdo><ul id='SgKxo'></ul>
                • 本文介紹了SQL Server - 我*真正*需要多少用戶?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我正在設置一個應用程序,我正在考慮購買 SQL Server 的許可證.我的問題很簡單(雖然答案可能很復雜...)

                  I'm setting up an application, and I'm looking into purchasing a license for SQL Server. My question is pretty simple (though may have a complicated answer...)

                  對于 SQL Server,我真正需要多少個用戶帳戶?

                  How many users accounts do I really need, for SQL Server?

                  在我看來,我會提供一個主管理帳戶,可能是 2 或 3 個用戶帳戶,然后是一個基于應用程序的帳戶.

                  The way I see it, I'd give one master administration account, maybe 2 or 3 user accounts, and then one application-based account.

                  我的應用程序可能有大約 30-40 個用戶,很少有可能有 4-5 人同時使用.但正如我所見,我設置了一個包含 30-40 個帳戶的 BLL - BLL 將擁有 SQL 帳戶,所有 30 個帳戶都將使用該帳戶通過...查詢數據庫.

                  My application will likely have about 30-40 users, with the rare possibility of having 4-5 people being simultaneous users. But as I see it, I'd set up a BLL with the 30-40 accounts - and the BLL would have the SQL account, that all 30 accounts would use to query the DB through...

                  我只是想知道人們對此有何看法.這是要走的路,還是我對這里的架構有錯誤的想法?

                  I'm just wondering what people's take on this is. Is that the way to go, or do I have the wrong idea of architecture here?

                  推薦答案

                  您的案例稱為多路復用,特殊注意事項 使用中間件、事務服務器和多層架構:

                  Your case is called Multiplexing ans is covered in the special considerations Using Middleware, Transaction Servers, and Multitiered Architecture:

                  有時組織會發展使用各種網絡場景硬件和/或軟件的形式減少設備或用戶的數量直接訪問或使用特定服務器上的軟件,通常稱為多路復用"或池化"硬件或軟件.使用這種多路復用或池化硬件和/或軟件不會減少客戶端訪問許可證的數量訪問或使用 SQL 所需的 (CAL)服務器軟件.需要 CAL每個不同的設備或用戶多路復用或匯集軟件或硬件前端.這仍然是真的無論硬件有多少層或服務器之間存在軟件運行 SQL Server 和客戶端最終使用其數據的設備,服務或功能

                  Sometimes organizations develop network scenarios that use various forms of hardware and/or software that reduce the number of devices or users that directly access or use the software on a particular server, often called "multiplexing" or "pooling" hardware or software. Use of such multiplexing or pooling hardware and/or software does not reduce the number of client access licenses (CALs) required to access or use SQL Server software. A CAL is required for each distinct device or user to the multiplexing or pooling software or hardware front end. This remains true no matter how many tiers of hardware or software exist between the server running SQL Server and the client devices that ultimately use its data, services, or functionality

                  底線:您需要為每個用戶提供一個 CAL,總共需要 35-45 個許可證.

                  Bottom line: you need one CAL for every user, to a toal of 35-45 licenses.

                  這篇關于SQL Server - 我*真正*需要多少用戶?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  Break down a table to pivot in columns (SQL,PYSPARK)(分解表以按列進行透視(SQL、PYSPARK))
                  Spark giving Null Pointer Exception while performing jdbc save(Spark在執行jdbc保存時給出空指針異常)
                  execute query on sqlserver using spark sql(使用 spark sql 在 sqlserver 上執行查詢)
                  How can I compare the one line in one CSV with all lines in another CSV file?(如何將一個 CSV 中的一行與另一個 CSV 文件中的所有行進行比較?)
                  How to map the column wise data in flowfile in NiFi?(如何在 NiFi 中映射流文件中的列數據?)
                  connect SQL to apache nifi(將 SQL 連接到 apache nifi)
                    <tbody id='DpN8u'></tbody>

                  • <tfoot id='DpN8u'></tfoot>

                        • <bdo id='DpN8u'></bdo><ul id='DpN8u'></ul>
                        • <small id='DpN8u'></small><noframes id='DpN8u'>

                            <i id='DpN8u'><tr id='DpN8u'><dt id='DpN8u'><q id='DpN8u'><span id='DpN8u'><b id='DpN8u'><form id='DpN8u'><ins id='DpN8u'></ins><ul id='DpN8u'></ul><sub id='DpN8u'></sub></form><legend id='DpN8u'></legend><bdo id='DpN8u'><pre id='DpN8u'><center id='DpN8u'></center></pre></bdo></b><th id='DpN8u'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='DpN8u'><tfoot id='DpN8u'></tfoot><dl id='DpN8u'><fieldset id='DpN8u'></fieldset></dl></div>
                            <legend id='DpN8u'><style id='DpN8u'><dir id='DpN8u'><q id='DpN8u'></q></dir></style></legend>
                          1. 主站蜘蛛池模板: 成年人在线观看 | 麻豆国产一区二区三区四区 | 亚洲一区二区三区久久 | 亚洲美女视频 | 欧美色综合天天久久综合精品 | 国产一级视频在线 | 亚洲精品免费观看 | 中文字幕av一区 | 中文字幕丁香5月 | 中文字幕在线不卡播放 | 日韩久久久久久久 | 亚洲高清视频一区二区 | 射欧美 | 日韩一级精品视频在线观看 | 午夜视频免费 | 波多野结衣在线观看一区二区三区 | 成人特区 | 免费一级毛片 | 欧美在线一区视频 | 涩涩视频在线播放 | 91久久精品一区二区二区 | 欧美1—12sexvideos | 日韩高清国产一区在线 | eeuss国产一区二区三区四区 | 在线2区| 中文字幕影院 | www.99热这里只有精品 | 波多野结衣中文字幕一区二区三区 | 久久麻豆精品 | 亚洲精品视频观看 | 91视频进入 | 精品国产乱码久久久久久图片 | 日韩三级电影一区二区 | 中文一区 | 谁有毛片 | 亚洲视频免费观看 | 99精品视频一区二区三区 | 亚洲欧美综合网 | 亚洲欧洲成人在线 | 三级视频国产 | 精品国产欧美 |