Jump to content

Dukel

Members
  • Gesamte Inhalte

    11.571
  • Registriert seit

  • Letzter Besuch

Beiträge erstellt von Dukel

  1. Achtung! Nicht die Materialized Views mit irgendwelchen Indexen verwechseln.

    Wenn eine View lang braucht, dann hast du ein anderes Problem (vermutlich ein fehlender Index) und ein Mat. View hilft für sich erstmal nicht.

     

    https://docs.microsoft.com/en-us/sql/t-sql/statements/create-materialized-view-as-select-transact-sql?view=azure-sqldw-latest

    https://docs.microsoft.com/en-us/azure/synapse-analytics/sql-data-warehouse/performance-tuning-materialized-views

    Ein Mat. View wird auch nicht in bestimmten Intervallen aktualisiert sondern bei Änderung der Quelldaten.

     

    Ich würde mir, bevor ich mit Mat. Views anfange, das Grundproblem anschauen.

  2. Eine klare Empfehlung von vor x Jahren.

     

    https://support.microsoft.com/en-us/office/choose-between-the-64-bit-or-32-bit-version-of-office-2dee7807-8f95-4d0c-b5fe-6c6f49b8d261?ui=en-us&rs=en-us&ad=us

     

    Quote

    Reasons to choose the 32-bit version

    The following computer systems can only install 32-bit Office. Check your Windows version.

    [...]

    IT Professionals and developers in particular, should also review the following situations where the 32-bit version of Office is still the best choice for you or your organization.

    You have 32-bit COM Add-ins with no 64-bit alternative. ...

    You use 32-bit controls with no 64-bit alternative. ...

    Your VBA code uses Declare statements. Most VBA code doesn’t need to change when using in 64-bit or 32-bit, unless you use Declare statements to call Windows API using 32-bit data types like long, for pointers and handles....

    You have 32-bit MAPI applications for Outlook. ...

    You’re activating a 32-bit OLE server or object. ...

    You're using SharePoint Server 2010 and you need the Edit in Datasheet view....

    You need 32-bit Microsoft Access .mde, .ade, and .accde database files. While you can recompile 32-bit .mde, .ade, and .accde files to make them 64-bit compatible, ...

    You require Legacy Equation Editor or WLL (Word Add-in libraries) files in Word. ...

    You have an old embedded media file in your PowerPoint presentation with no available 64-bit codec.

     

  3. https://docs.microsoft.com/en-us/exchange/plan-and-deploy/deployment-ref/storage-configuration?view=exchserver-2019

    Standalone:

    Supported: Approximately 16 terabytes.
    Best practice:
    • 200 gigabytes (GB) or less.
    • Provision for 120 percent of calculated maximum database size.

    Cluster (DAG):

    Supported: Approximately 16 terabytes.
    Best practice:
    • 2 terabytes or less.
    • Provision for 120 percent of calculated maximum database size.

     

    Ja es geht primär um die Restorezeit bei MS.

    Bei einer DAG gibt es noch eine zweite, aktive Kopie, wärent der Restore (oder reseed) läuft. Bei einem Standalone Exchange braucht es halt eine gewisse Zeit in der die DB offline ist.

×
×
  • Neu erstellen...