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

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

  1. Generating a new SSH key pair

    Redgate Monitor to connect with. This will use the Ed25519 algorithm for encryption: ssh-keygen -t ed25519 -C "<YOUR USERNAME>" Note, if

    /monitor14/generating-a-new-ssh-key-pair-239667822.html

  2. Restoring the master database

    : SQLBackupC.exe -SQL "RESTORE DATABASE master FROM DISK = 'C:\Backups\master 20070101.sqb'" -I Instance2 If you are using SQL Server auth

    /display/SBU8/Restoring+the+master+database

  3. Rolling back

    pre-authored undo scripts (prefixed with U), starting with the most recent, all the way back to the undo script that corresponds to the v

    /rca3/implementing-a-roll-back-strategy/rolling-back

  4. Rolling back

    pre-authored undo scripts (prefixed with U), starting with the most recent, all the way back to the undo script that corresponds to the v

    /rca4/implementing-a-roll-back-strategy/rolling-back

  5. .NET Reflector 9.3 release notes

    ; } Pattern Matching int TestMethod1<T>(IEnumerable<T> arg) { switch (arg) { case IList<T> tmp: return 1; case IEnumerable<int> tmp when t

    /ref9/release-notes-and-other-versions/net-reflector-9-3-release-notes

  6. Generic generators

    or G individual chars [FM] F or M initial ] in char set []] ] [x-y] range [0-9] eg. 3 or 9 complement [^abc] eg. d or # * zero or more ab

    /sdg3/using-generators/generic-generators

  7. .NET Reflector 10.1 release notes

    . The following code: bool TestMethod((int a, int b) X, (int a, int b) Y) { return (X.a != Y.a || X.b != Y.b) && // X != Y (Y.a == (X.a +

    /ref11/release-notes-and-other-versions/net-reflector-10-1-release-notes

  8. .NET Reflector 10.1 release notes

    . The following code: bool TestMethod((int a, int b) X, (int a, int b) Y) { return (X.a != Y.a || X.b != Y.b) && // X != Y (Y.a == (X.a +

    /ref10/release-notes-and-other-versions/net-reflector-10-1-release-notes

  9. About Command Rules

    occurs, it is possible to proceed to subsequent statements if the error is listed as permitted. In the second mode, the T-SQL statements

    /dms6/data-masker-help/masking-rules/about-command-rules

  10. Readable, consistently-formatted code

    inconsistencies and errors. Faster troubleshooting of T-SQL scripts – it is much easier to compare different two versions of the same scr

    /sp9/getting-started/why-sql-prompt/readable-consistently-formatted-code

  11. Readable, consistently-formatted code

    inconsistencies and errors. Faster troubleshooting of T-SQL scripts – it is much easier to compare two different versions of the same scr

    /sp10/getting-started/why-sql-prompt/readable-consistently-formatted-code

  12. Generic generators

    or G individual chars [FM] F or M initial ] in char set []] ] [x-y] range [0-9] eg. 3 or 9 complement [^abc] eg. d or # * zero or more ab

    /sdg4/using-generators/generic-generators

  13. .NET Reflector 9.3 release notes

    ; } Pattern Matching int TestMethod1<T>(IEnumerable<T> arg) { switch (arg) { case IList<T> tmp: return 1; case IEnumerable<int> tmp when t

    /ref11/release-notes-and-other-versions/net-reflector-9-3-release-notes

  14. .NET Reflector 9.3 release notes

    ; } Pattern Matching int TestMethod1<T>(IEnumerable<T> arg) { switch (arg) { case IList<T> tmp: return 1; case IEnumerable<int> tmp when t

    /ref10/release-notes-and-other-versions/net-reflector-9-3-release-notes

  15. Worked example - generating and viewing documentation

    WidgetDev.Widgets INNER JOIN WidgetDev.WidgetPrices ON Widgets.RecordID = WidgetPrices.WidgetID WHERE WidgetPrices.Active = 'Y'; GRANT SE

    /scd2/worked-example-generating-and-viewing-documentation

  16. Example: writing a V2 migration script that affects objects not yet in the target database

    be applied. This means the migration script will always work, no matter what state the deployment environment is in. IF OBJECT_ID('[dbo].

    /soc3/migration-scripts-v2-beta/example-writing-a-v2-migration-script-that-affects-objects-not-yet-in-the-target-database

  17. Working with the HyperUtil.exe

    uses key files. /Q[uery] Display information about the source file. /T[est] Verify the integrity of the source file's contents. /E[xtract

    /rp/sql-hyperbac/the-sql-hyperbac-utilities/working-with-the-hyperutil-exe

  18. HyperUtil.exe

    for more information about how SQL Storage Compress uses key files. /Q[uery] Display information about the source file. /T[est] Verify th

    /rp/sql-storage-compress/sql-storage-compress-utilities/hyperutil-exe

  19. The Masking Plan Import from DB Form

    tab. N - Do not mask. This corresponds to a "No Mask" value in the Masking Plan column of the Tables in Set tab. U - Unknown. This corres

    /dms6/data-masker-help/major-data-masker-application-components/the-masking-plan-import-from-db-form

  20. Migrations

    https://documentation.red-gate.com/fd/flyway-cli-and-api/configuration/parameters/flyway/sql-migration-prefix), U for undo (configurable

    /fd/migrations-184127470.html

  21. Pre-requisites check script

    /bin/id -u) -ne 0 ]]; then echo "This script requires root permissions. Please rerun using sudo." exit 1 fi errors=() function report_and_

    /redgate-clone/administration/installation-steps/step-2-installation-pre-requisites-checks/pre-requisites-check-script

  22. Example - writing a V2 migration script that affects objects not yet in the target database

    state the deployment environment is in. IF OBJECT_ID('[dbo].[PersonData]', 'U') IS NOT NULL --check if the denormalized table exists as a

    /soc4/using-sql-source-control/working-with-migration-scripts/migration-scripts-v2-beta/example-writing-a-v2-migration-script-that-affects-objects-not-yet-in-the-target-database

  23. Generating a new SSH key pair

    Monitor to connect with. This will use the Ed25519 algorithm for encryption: ssh-keygen -t ed25519 -C "<YOUR USERNAME>" Note, if this doe

    /sm13/generating-a-new-ssh-key-pair-212140397.html

  24. CLI Reference

    # Token based authentication (CI/CD pipelines) rgclone auth -t "<access-token>" create data-image For Redgate Clone to create a database

    /redgate-clone/using-the-cli/cli-reference

  25. Using SQL Compare options in SQL Release

    sign to turn off a default option. $staging = New-DlmDatabaseConnection -ServerInstance 'staging01\sql2012' -Database 'Staging' -Username

    /sr1/using-sql-compare-options-in-sql-release


Didn't find what you were looking for?