Search for " ĿƮ rjt476.top ̺° ¶Ȧ 51 ǹٵ ͸Ŀ ٴҶ Ƽٵ" returned 264 results.

Search all the documentation for " ĿƮ rjt476.top ̺° ¶Ȧ 51 ǹٵ ͸Ŀ ٴҶ Ƽٵ"

  1. SQL Prompt 5.1 release notes

    favorites The following has been included from SQL Refactor: Uppercase Keywords, as a separate feature from Format SQL Ctrl+B Ctrl+L as a

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

  2. SQL Prompt 5.1 release notes

    favorites The following has been included from SQL Refactor: Uppercase Keywords, as a separate feature from Format SQL Ctrl+B Ctrl+L as a

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

  3. Walkthrough: Using SQLCover with DLM Automation PowerShell cmdlets

    if the actual coverage is lower than the minimum threshold if ($statementCoverage -lt $minCoveragePercentageThreshold) { Throw "SQL cover

    /dlma2/tutorials/walkthrough-using-sqlcover-with-dlm-automation-powershell-cmdlets

  4. Quality improvement program

    the Help menu. The following dialog box will appear image2017-4-11 16:51:27.png Alternatively you can use the registry editor. Serious pr

    /xx/installing/quality-improvement-program

  5. Deployment

    " -Username "sa" -Password "p@ssw0rd" $DB2 = New-DlmDatabaseConnection -ServerInstance "your-server\sql2014" -Database "WidgetProduction"

    /dlma1/get-started/get-started-with-the-dlm-automation-cmdlets/deployment

  6. Scripting SQL Backup

    Server user name to use to log in if you are using SQL Server authentication. -P -P <SQL_Server_password> Specifies the password to use t

    /sbu6/scripting-sql-backup

  7. "Failed to verify certificate: x509: certificate signed by unknown authority" when using the CLI

    nmap -p {port} --script ssl-cert {address} openssl cat /dev/null | openssl s_client -showcerts {address}:{port} 2>/dev/null | openssl x50

    /redgate-clone/administration/troubleshooting/failed-to-verify-certificate-x509-certificate-signed-by-unknown-authority-when-using-the-cli

  8. Walkthrough: Using SQLCover with DLM Automation PowerShell cmdlets

    if ($statementCoverage -lt $minCoveragePercentageThreshold) { Throw "SQL coverage is below the required threshold. Expected:$minCoverageP

    /dlma1/tutorials/walkthrough-using-sqlcover-with-dlm-automation-powershell-cmdlets

  9. SQL Prompt 5.1 release notes

    favorites The following has been included from SQL Refactor: Uppercase Keywords, as a separate feature from Format SQL Ctrl+B Ctrl+L as a

    /sp9/release-notes-and-other-versions/sql-prompt-5-1-release-notes

  10. Transition license information

    =FW%20Docs:%20Transitioning%20to%20FW%20-L%20icensing%20help. Tried to clarify that users need to move their license

    /fd/transition-license-information-233439261.html

  11. Use-DlmDatabaseRelease

    " -Database "Staging" -Username "sa" -Password "P@ssw0rd" $package = "C:\NuGetFeed\database.nupkg" $update = New-DlmDatabaseRelease -Sourc

    /sr1/cmdlet-reference/use-dlmdatabaserelease

  12. Sync-DlmDatabaseSchema

    "sa" -Password "P@ssw0rd" Sync-DlmDatabaseSchema -Source $scriptsFolder -Target $test This example show how to update a test database to

    /dlma1/cmdlet-reference/sync-dlmdatabaseschema

  13. Scripting SQL Backup Pro

    > Specifies the SQL Server user name to use to log in if you are using SQL Server authentication. -P -P <SQL_Server_password> Specifies th

    /sbu7/scripting-sql-backup-pro

  14. SQL Release 1.0 release notes

    when the Beta is due to expire in a month. Fixes SQLREL-51: Fixed a bug which may have caused interference with licensing of other Redgat

    /sr1/release-notes/sql-release-1-0-release-notes

  15. Deployment

    -ServerInstance "your-server\sql2014" -Database "WidgetStaging" -Username "sa" -Password "p@ssw0rd" $DB2 = New-DlmDatabaseConnection -Ser

    /dlma2/get-started/get-started-with-the-dlm-automation-cmdlets/deployment

  16. Scripting SQL Backup Pro

    > Specifies the SQL Server user name to use to log in if you are using SQL Server authentication. -P -P <SQL_Server_password> Specifies th

    /sbu9/scripting-sql-backup-pro

  17. Command line syntax

    /password:P@ssw0rd /password:<password> Alias: /p The password for connecting to the server. You must also provide a username. If you don

    /sdg3/using-the-command-line/command-line-syntax

  18. Setting up Automated Installs

    ", "RedgateMonitor_Web_Installer.msi", "I_AGREE_TO_THE_EULA=yes", "SERVICETYPE=local", "SERVICEPORTNUM=501", "PRESERVECONFIG=yes", "/quiet

    /monitor14/setting-up-automated-installs-239668715.html

  19. Scripting SQL Backup Pro

    > Specifies the SQL Server user name to use to log in if you are using SQL Server authentication. -P -P <SQL_Server_password> Specifies th

    /sbu10/scripting-sql-backup-pro

  20. Restoring the master database

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

    /sbu6/restoring/restoring-the-master-database

  21. Update-ClassificationInLiveDatabase

    -------------------------- Update-ClassificationInLiveDatabase -instanceName "sqlserver\sql2016" -databaseName "WideWorldImporters" -user

    /sql-data-catalog/automation-with-powershell/powershell-cmdlet-reference/update-classificationinlivedatabase

  22. Command line syntax

    /password:P@ssw0rd /password:<password> Alias: /p The password for connecting to the server. You must also provide a username. If you don

    /sdg4/using-the-command-line/command-line-syntax

  23. Sync-DlmDatabaseSchema

    \sql2014" -Database "Test" -Username "AutomationUser" -Password "P@ssw0rd" Sync-DlmDatabaseSchema -Source $scriptsFolder -Target $test Thi

    /dlma2/cmdlet-reference/sync-dlmdatabaseschema

  24. Use SQLCover with SQL Change Automation PowerShell cmdlets

    is lower than the minimum threshold if ($statementCoverage -lt $minCoveragePercentageThreshold) { throw "SQL coverage is below the requir

    /sca3/tutorials/worked-examples/use-sqlcover-with-sql-change-automation-powershell-cmdlets

  25. Test-DlmDatabaseConnection

    ---------- $connection = New-DlmDatabaseConnection -ServerInstance "prod01\sql2014" -Database "Production" -Username "sa" -Password "P@ss

    /dlma1/cmdlet-reference/test-dlmdatabaseconnection


Didn't find what you were looking for?