Search for " īʸdz rhc621.top ͳݹī Ͽ ī ī ȣ ī ƾ ī ī ּ Žðī ͳīм" returned 1098 results.

Search all the documentation for " īʸdz rhc621.top ͳݹī Ͽ ī ī ȣ ī ƾ ī ī ּ Žðī ͳīм"

  1. Authenticating with Active Directory

    ). For example: ou=DBA,dc=domain,dc=com Under Service account, enter the username and password for the service account. SQL Monitor stores

    /sm8/configuring-sql-monitor/security-authentication-and-user-roles/authenticating-with-active-directory

  2. Use-DlmDatabaseRelease

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

    /sr1/cmdlet-reference/use-dlmdatabaserelease

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

  4. Authenticating with Active Directory

    Select Log in with Active Directory credentials. image2019-1-30_11-54-12.png Enter the domain name. Enter the base DN (optional). For exa

    /sm9/configuring-sql-monitor/security-authentication-and-user-roles/authenticating-with-active-directory

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

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

  7. Update-ClassificationInLiveDatabase

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

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

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

  9. Sync-DlmDatabaseSchema

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

    /dlma2/cmdlet-reference/sync-dlmdatabaseschema

  10. Test-DlmDatabaseConnection

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

    /dlma1/cmdlet-reference/test-dlmdatabaseconnection

  11. SmartAssembly 5.0 release notes

    Better handling of renaming assemblies that are merged Fixed bugs in pruning related p/Invoke calls Major bugs in highest obfuscation lev

    /sa6/release-notes-and-other-versions/smartassembly-5-0-release-notes

  12. Authenticating with Active Directory

    the domain name. Enter the base DN (optional). For example: ou=DBA,dc=domain,dc=com. Under Service account, you can use the "Base Monitor

    /sm13/authenticating-with-active-directory-195789121.html

  13. Setting up database connections

    " -Password "P@ssw0rd" By assigning the output of New-DlmDatabaseConnection to a variable, you can reuse this as the input for another cmd

    /sr1/getting-started/setting-up-database-connections

  14. Using comparison options with SQL Change Automation PowerShell module for SQL Source Control Projects

    . The option must be preceded by a minus sign. $staging = New-DatabaseConnection -ServerInstance "staging01\sql2012" -Database "Staging" -

    /sca3/automating-database-changes/automated-deployments/using-comparison-options-with-sql-change-automation-powershell-module-for-sql-source-control-projects

  15. Backup Application Database

    -forwarding command again. Taking a backup To create a backup run the following command: pg_dump -a -U postgres -p 5432 -h localhost confi

    /redgate-clone/administration/how-to/backup-application-database

  16. "Too many open files"

    the /etc/sysctl.conf file and add the line fs.inotify.max_user_instances=512 You can then run sudo sysctl -p /etc/sysctl.conf to load the

    /redgate-clone/administration/troubleshooting/too-many-open-files

  17. Using SmartAssembly with an ASP.NET website

    pre-compiled code for the website: aspnet_compiler -v "/" -d -p "c:\mywebsite" "c:\mynewwebsite" Open the dependent DLLs (not App_Web_xxx

    /sa6/building-your-assembly/using-smartassembly-with-an-asp-net-website

  18. Test-DlmDatabaseConnection

    ---------- $connection = New-DlmDatabaseConnection -ServerInstance "prod01\sql2014" -Database "Production" -Username "AutomationUser" -Pa

    /dlma2/cmdlet-reference/test-dlmdatabaseconnection

  19. Using comparison options with SQL Change Automation PowerShell module for SQL Source Control Projects

    . The option must be preceded by a minus sign. $staging = New-DatabaseConnection -ServerInstance "staging01\sql2012" -Database "Staging" -

    /sca4/deploying-database-changes/automated-deployment-with-sql-source-control-projects/using-comparison-options-with-sql-change-automation-powershell-module-for-sql-source-control-projects

  20. Use-DlmDatabaseRelease

    " -Password "P@ssw0rd" $package = "C:\Work\packages\MyDatabase.1.0.0.nupkg" $update = New-DlmDatabaseRelease -Source $package -Target $sta

    /dlma2/cmdlet-reference/use-dlmdatabaserelease

  21. SmartAssembly 5.0 release notes

    Better handling of renaming assemblies that are merged Fixed bugs in pruning related p/Invoke calls Major bugs in highest obfuscation lev

    /sa8/release-notes-and-other-versions/smartassembly-5-0-release-notes

  22. SmartAssembly 5.0 release notes

    Better handling of renaming assemblies that are merged Fixed bugs in pruning related p/Invoke calls Major bugs in highest obfuscation lev

    /sa7/release-notes-and-other-versions/smartassembly-5-0-release-notes

  23. Profiling an XBAP

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

    /amp8/setting-up-a-profiling-session/profiling-an-xbap

  24. Using keyboard shortcuts

    (Hold Ctrl and press K then Y) Execute current statement Shift + F5 Turn on/off code auto-completion Ctrl + Shift + P Refresh suggestions

    /sp6/speeding-up-your-queries/using-keyboard-shortcuts

  25. Use-DlmDatabaseRelease

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

    /dlma1/cmdlet-reference/use-dlmdatabaserelease


Didn't find what you were looking for?