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

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

  1. Restoring from SQL HyperBac compressed backups

    First, consider the T-SQL command that was used to back up the "AdventureWorks" database using SQL HyperBac compression: BACKUP DATABASE

    /rp/sql-hyperbac/worked-examples-for-sql-hyperbac/restoring-from-sql-hyperbac-compressed-backups

  2. SQL Prompt 5.2 release notes

    for the first time. You can now turn code auto-completion on/off using a new SQL Prompt menu option, or a keyboard shortcut (Ctrl + Shift

    /sp7/release-notes-and-other-versions/sql-prompt-5-2-release-notes

  3. Customize virtual path and port

    . Start the SQL Data Catalog Windows Service. On Linux Run SQL Data Catalog with the above environment variables set, e.g. docker run -it

    /sql-data-catalog/getting-started/installation/customize-virtual-path-and-port

  4. Worked example - Profiling from the command line

    )) { Console.WriteLine("Test failed"); ok = 0; } } catch { // Do nothing } } sr.Close(); if (ok == 1) { Console.WriteLine("Test passed OK"

    /app10/worked-examples/worked-example-profiling-from-the-command-line

  5. SQL Prompt 5.2 release notes

    for the first time. You can now turn code auto-completion on/off using a new SQL Prompt menu option, or a keyboard shortcut (Ctrl + Shift

    /sp8/release-notes-and-other-versions/sql-prompt-5-2-release-notes

  6. Worked example - Profiling from the command line

    )) { Console.WriteLine("Test failed"); ok = 0; } } catch { // Do nothing } } sr.Close(); if (ok == 1) { Console.WriteLine("Test passed OK"

    /app11/worked-examples/worked-example-profiling-from-the-command-line

  7. New-DlmDatabaseRelease

    \sql2014" -Database "Test" -Username "sa" -Password "P@ssw0rd" New-DlmDatabaseRelease -Source $test -Target $staging This example show how

    /sr1/cmdlet-reference/new-dlmdatabaserelease

  8. Using the .NET Reflector Power Commands

    choice. Note that for a class this will expand all the methods automatically, so in the picture above selecting "Text" will copy the enti

    /ref9/working-with-net-reflector/using-the-net-reflector-power-commands

  9. 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

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

  10. List of alerts

    is greater than a specified value for longer than a specified time. Default settings: Raised as Medium when the transaction delay is more

    /sm11/metrics-alerts-and-notifications/metrics-and-alerts-reference/list-of-alerts

  11. Profiling an ASP.NET application on web development server

    application access unmanaged memory through P/Invoke or COM+, and you want to profile the unmanaged memory that your application uses. (N

    /amp8/setting-up-a-profiling-session/profiling-a-web-application/profiling-an-asp-net-application-on-web-development-server

  12. Profiling a .NET executable

    . This option will slow down your application slightly. Select Profile unmanaged memory allocations if your application access unmanaged m

    /amp8/setting-up-a-profiling-session/profiling-a-net-executable

  13. Navigating to Silverlight source code

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

    /amp8/setting-up-a-profiling-session/profiling-a-silverlight-application/navigating-to-silverlight-source-code

  14. Example Python scripts

    (): if not line.startswith("ISO"): items = line.split('\t') yield items[0] #ISO 639-3 #yield items[1] #ISO 639-2 #yield items[2] #ISO 639-

    /sdg4/using-generators/example-python-scripts

  15. Sync-DatabaseSchema

    \DatabaseBuildArtifact.1.0.0.nupkg" $production = New-DatabaseConnection -ServerInstance "prod01\sql2014" -Database "Production" -Username

    /sca4/reference/powershell-cmdlets/sync-databaseschema

  16. IO_COMPLETION

    This occurs when SQL Server is waiting for I/O operations to finish that don’t read table or index rows from disk. It’s normal for a threa

    /sm13/io_completion-195789619.html

  17. ASYNC_IO_COMPLETION

    This occurs when SQL Server is waiting for asynchronous I/O operations to finish. It’s normal for a thread to enter a wait state as soon a

    /sm13/async_io_completion-195789612.html

  18. Generic generators

    . \u0021 generates ! \\ \ \. . \^ ^ \$ $ \{ { \[ [ \] \] \( ( \| | \) ) \* * \+ + \? ? \a alarm character \b backspace \d digit \e escape

    /sdg2/using-generators/generic-generators

  19. Example configuration using virtualization software

    just as well on Chrome. Data Repository configuration The Data Repository is an MS SQL Server database that stores the data collected by

    /sm8/advanced-operations/example-configuration-using-virtualization-software

  20. Data Compare for Oracle 2.5 release notes

    Version 2.5.10.456 - February 19th, 2015 Fixes ODC-258, ODC-292, ODC-301: possibly fixed "I/O race condition" errors OSC-461: Passwords w

    /dco5/release-notes-and-other-versions/data-compare-for-oracle-2-5-release-notes

  21. ReadyRoll 1.3 release notes

    using T-SQL migrations. It integrates with the SSDT database object designers for migration script authoring, but also allows you to work

    /rr1/release-notes-and-other-versions/readyroll-1-3-release-notes

  22. Setting up object locking

    ); RAISE_APPLICATION_ERROR(-20078,'You can''t ' || ora_sysevent || ' ' || ora_dict_obj_owner || '.' || ora_dict_obj_name || ', it was loc

    /soco3/using-source-control-for-oracle/locking-objects/setting-up-object-locking

  23. 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

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

  24. Using SQL Compare filters with DLM Automation cmdlets

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

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

  25. ANTS Memory Profiler 6.0 release notes

    applications and also allows you to record and analyze SQL and File I/O activity. Supported .NET Framework Versions 1.1 2.0 3.0 3.5 4.0 S

    /amp7/release-notes-and-other-versions/ants-memory-profiler-6-0-release-notes


Didn't find what you were looking for?