Search for " Ʊ׶ ó vzt889.top ͳ ߱ġǸó Ʈ ̵巹ǰ ¶ GHBǸ Ʈݾ ͳ ó? ɰȿ" returned 1134 results.

Search all the documentation for " Ʊ׶ ó vzt889.top ͳ ߱ġǸó Ʈ ̵巹ǰ ¶ GHBǸ Ʈݾ ͳ ó? ɰȿ"

  1. Profiling a Silverlight application

    are disposed. This option will slow down your application slightly. Select Profile unmanaged memory allocations if your application acces

    /amp8/setting-up-a-profiling-session/profiling-a-silverlight-application

  2. Encoding strings

    () { } } String encoding examples The examples below show the effect of encoding three strings within an assembly: Before string encoding:

    /sa7/obfuscating-your-code-with-smartassembly/encoding-strings

  3. WRITELOG

    , or disk subsystem performance issues. If it exists in combination with at least one of the following waits, your servers could be experi

    /sm11/sql-server-performance-and-activity-monitoring/dashboards-and-overviews/server-overview-pages/performance-diagnostics-queries-and-waits/top-10-waits/list-of-common-wait-types/writelog

  4. SQBHostedStorageClient.exe

    Command Syntax Description upload SQBHostedStorageClient.exe upload [-s3b=<bucket name>] [-i|–instance=<instance name>] [-p|–password=<ba

    /sbu9/tools-and-utilities/sqbhostedstorageclient-exe

  5. Creating custom metrics and alerts

    by running a T-SQL query against the objects at regular intervals and displaying the collected values as data points on the Analysis page

    /sm8/configuring-sql-monitor/creating-custom-metrics-and-alerts

  6. Hardware and performance guidelines

    requirements per monitored server: Physical memory 20-40 MB Disk space 600-1000 MB* Network I/O 20 KB/sec Disk I/O 20 KB/sec *The amount

    /sm7/getting-started/requirements/hardware-and-performance-guidelines

  7. Run a Data Masker masking set during image creation

    number of modifications in any order: # Script to create a new SQL Clone data image with both a Data Masker masking set and post-image T-

    /clone2/automation/powershell-worked-examples/run-a-data-masker-masking-set-during-image-creation

  8. Add storage disks

    pick up the new disk: kubectl get CephCluster ceph-cluster -n redgate-clone-app -o json \ | yq '.spec.storage.storageClassDeviceSets[0].c

    /redgate-clone/administration/how-to/add-storage-disks

  9. Run a Data Masker masking set during image creation

    number of modifications in any order: # Script to create a new SQL Clone data image with both a Data Masker masking set and post-image T-

    /clone3/automation/powershell-worked-examples/run-a-data-masker-masking-set-during-image-creation

  10. Performance diagnostics: queries and waits

    and details can help you to evaluate the efficiency with which your workload utilizes server resources (CPU, I/O, Memory) and to identify

    /sm11/sql-server-performance-and-activity-monitoring/dashboards-and-overviews/server-overview-pages/performance-diagnostics-queries-and-waits

  11. Double hit counts occurring on one line

    ANTS Perfomance Profiler may be showing unrealistic hit counts in the source code window. For instance: 100 ->if (i=o) 200 -> { dosomethi

    /app8/troubleshooting/unexpected-behavior-and-technical-questions/double-hit-counts-occurring-on-one-line

  12. Generic generators

    ! \\ \ \. . \^ ^ \$ $ \{ { \[ [ \] \] \( ( \| | \) ) \* * \+ + \? ? \a alarm character \b backspace \d digit \e escape \f formfeed \n new

    /sdg3/using-generators/generic-generators

  13. SQL Prompt 4.0 release notes

    set of options. Improved SQL Grammar support Enhanced T-SQL grammar support for SQL 2000, SQL 2005 and SQL 2008 SQL server editions. Sugg

    /sp6/release-notes-and-other-versions/sql-prompt-4-0-release-notes

  14. Requirements

    Profiler require Windows 7 or later (or Windows Server 2008 or later): File I/O performance counter Attach to process If you have any que

    /app11/getting-started/requirements

  15. The call tree

    for I/O to complete: The executing thread was blocked waiting for file I/O. Waiting for I/O to complete items only contribute to timings

    /app9/working-with-profiling-results/the-call-tree

  16. Step 1. Define metric

    metrics that may affect or be affected by this metric. references to useful TechNet articles or similar sites. Enter the T-SQL query used

    /sm12/metrics-alerts-and-notifications/adding-custom-metrics-and-alerts/create-a-custom-metric-and-alert/step-1-define-metric

  17. MSQL_XP

    Extended stored procedures within SQL Server allow you to make a T-SQL external call to a compiled DLL, so you can run code that can’t be

    /sm10/sql-server-performance-and-activity-monitoring/dashboards-and-overviews/server-overview-pages/performance-diagnostics-queries-and-waits/top-10-waits/list-of-common-wait-types/msql_xp

  18. Configure External Data Source Dependencies

    is_master_key_encrypted_by_server FROM sys.databases WHERE name = DB_NAME()) = 0 BEGIN CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'P@ssw0

    /sca4/developing-databases/concepts/migrations/pre-deployment-and-post-deployment-scripts/configure-external-data-source-dependencies

  19. Test-DatabaseConnection

    -ServerInstance "prod01\sql2014" -Database "Production" -Username "AutomationUser" -Password "P@ssw0rd" Test-DatabaseConnection $connecti

    /sca4/reference/powershell-cmdlets/test-databaseconnection

  20. Setting up database connections

    "sa" -Password "P@ssw0rd" By assigning the output of New-DlmDatabaseConnection to a variable, you can reuse this as the input for another

    /dlma2/get-started/get-started-with-the-dlm-automation-cmdlets/setting-up-database-connections

  21. Using SQL Compare filters with DLM Automation cmdlets

    -DlmDatabaseConnection -ServerInstance "test01\sql2012" -Database "Test" -Username "sa" -Password "P@ssw0rd" $filter = "C:\Work\MyFilter.s

    /dlma2/using-sql-compare-filters-with-dlm-automation-cmdlets

  22. Creating custom metrics and alerts

    by running a T-SQL query against the objects at regular intervals and displaying the collected values as data points on the Analysis page

    /sm9/configuring-sql-monitor/creating-custom-metrics-and-alerts

  23. Feature usage reporting with the SDK

    , or save an encrypted report to disk, or use T-SQL to fetch reports from the server. To customize the feature usage reporting consent dia

    /sa8/reporting-feature-usage/feature-usage-reporting-with-the-sdk

  24. New-DatabaseConnection

    ---------- EXAMPLE 1 ---------- $staging = New-DatabaseConnection -ServerInstance "staging01\sql2014" -Database "Staging" -Username "Auto

    /sca4/reference/powershell-cmdlets/new-databaseconnection

  25. Profiling a Windows service

    memory allocations if your application access unmanaged memory through P/Invoke or COM+, and you want to profile the unmanaged memory tha

    /amp/setting-up-a-profiling-session/profiling-a-windows-service


Didn't find what you were looking for?