Search for " ͳݹٴ̾߱ rcd045.top Ȳݼ ¶ιٴ̾߱ ߸Ӵٿ ̾߱Ʈ ٴ̾߱ Ծ߸2199" returned 680 results.

Search all the documentation for " ͳݹٴ̾߱ rcd045.top Ȳݼ ¶ιٴ̾߱ ߸Ӵٿ ̾߱Ʈ ٴ̾߱ Ծ߸2199"

  1. Sync-DatabaseSchema

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

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

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

  3. Technical overview of SQL Storage Compress

    Control Service, it continues to handle your databases as normal. All database operations are supported, whether through T-SQL statements

    /rp/sql-storage-compress/technical-overview-of-sql-storage-compress

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

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

  6. Generic generators

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

    /sdg2/using-generators/generic-generators

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

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

  9. About the installed scripts

    with the ALTER INDEX REORGANIZE or ALTER INDEX REBUILD T-SQL statements. There are many factors that you should consider carefully before

    /ssm1/about-the-installed-scripts

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

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

  12. Test-DatabaseConnection

    = New-DatabaseConnection -ServerInstance "prod01\sql2014" -Database "Production" -Username "AutomationUser" -Password "P@ssw0rd" Test-Dat

    /sca3/reference/powershell-cmdlets/test-databaseconnection

  13. Deploy a database package manually

    "WidgetProduction" -Username "sa" -Password "p@ssw0rd" # Create a database Release New-DlmDatabaseRelease -Source $source -Target $produc

    /dlma2/tutorials/using-the-powershell-cmdlets/deploy-a-database-package-manually

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

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

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

    /sm8/analyzing-performance/overview-pages/using-performance-diagnostics/list-of-common-wait-types/msql_xp

  16. Profiling a .NET executable

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

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

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

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

  18. SQL Server Database

    #syntax with statement delimiter GO T-SQL Compatibility DDL exported by SQL Server can be used unchanged in a Flyway migration. Any SQL Se

    /fd/sql-server-database-235241812.html

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

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

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

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

  21. Profiling a .NET executable

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

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

  22. Use-DatabaseReleaseArtifact

    "Production" -Username "AutomationUser" -Password "P@ssw0rd" $build = Import-DatabaseBuildArtifact "C:\Work\buildArtifacts\DatabaseBuildA

    /sca3/reference/powershell-cmdlets/use-databasereleaseartifact

  23. Setting up object locking

    OR redgate.locked_objects.os_user != current_os_user ); RAISE_APPLICATION_ERROR(-20078,'You can''t ' || ora_sysevent || ' ' || ora_dict_o

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

  24. Understanding the results

    to permissions. However, SQL Packager does not upgrade modifications to user passwords. New users are created with the password: p@ssw0rd

    /sqp7/running-the-package/understanding-the-results

  25. Working with 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

    /sm4/working-with-custom-metrics-and-alerts


Didn't find what you were looking for?