Search for " ٴ̾߱ Ӵ rhh645.top ٺġ ׸ƽ ü Ϻ߸ ˶Ʈ ͺ Ÿ" returned 802 results.

Search all the documentation for " ٴ̾߱ Ӵ rhh645.top ٺġ ׸ƽ ü Ϻ߸ ˶Ʈ ͺ Ÿ"

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

  2. Schema Compare for Oracle 3.0 release notes

    to cope with "cast(trunc(systimestamp, 'DD') as timestamp)" Parsing of materialized view starting with newline would fail Allow U'' style

    /sco4/release-notes-and-other-versions/schema-compare-for-oracle-3-0-release-notes

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

  4. Schema Compare for Oracle 3.0 release notes

    to cope with "cast(trunc(systimestamp, 'DD') as timestamp)" Parsing of materialized view starting with newline would fail Allow U'' style

    /sco3/release-notes-and-other-versions/schema-compare-for-oracle-3-0-release-notes

  5. Test-DatabaseConnection

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

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

  6. SQL Data Compare 12.4 release notes

    of Y' count in the results grid to get out of sync after refreshing the comparison. 12.4.2.4681 - June 7th 2017 FREQUENT UPDATES RELEASE

    /sdc12/release-notes-and-other-versions/sql-data-compare-12-4-release-notes

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

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

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

  10. SQL Code Formatting and Styles

    Y; mnemonic "kick yourself"), we run the Format SQL command, which will apply the current Active Style to all code, or selected code, wit

    /sp9/sql-code-formatting-and-styles

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

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

  13. SQL Code Formatting and Styles

    Y; mnemonic "kick yourself"), we run the Format SQL command, which will apply the current Active Style to all code, or selected code, wit

    /sp10/sql-code-formatting-and-styles

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

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

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

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

  18. Use-DatabaseReleaseArtifact

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

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

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

  20. Handling Schema Drift

    [object_id] = OBJECT_ID(N'[Person].[Person]') AND [type]='U')) AND NOT (EXISTS (SELECT * FROM sys.indexes WHERE [name]=N'IX_Person_Modifi

    /rr1/deployment/handling-schema-drift

  21. SQL Server Management Studio

    , select Advanced... Uncomment Selection (or press CTRL-K then CTRL-U). SSMS-Document-Uncomment.png To deploy your database, de-select the

    /rr1/deployment/sql-server-management-studio

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

  23. Deployment scripts

    ' ***** EXECUTING MIGRATION "Y:\fakePath\myMigration.sql", ID: {42f0706e-b084-4da8-afe6-357b653c7bf9} *****'; GO IF EXISTS (SELECT 1 FROM

    /sca3/developing-databases-using-sql-change-automation/generating-deployment-scripts/deployment-scripts

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

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

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


Didn't find what you were looking for?