Search for " 渶 rhq291.top ü渶 ۸ 渶 渶 ˻ λ渶 ϱ" returned 275 results.

Search all the documentation for " 渶 rhq291.top ü渶 ۸ 渶 渶 ˻ λ渶 ϱ"

  1. Applying casing options

    to. On the SQL Prompt menu, click Apply Casing Options. You can also hold Ctrl and press B then U to apply casing options.

    /sp7/formatting-your-code/applying-casing-options

  2. Sync-DlmDatabaseSchema

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

    /dlma2/cmdlet-reference/sync-dlmdatabaseschema

  3. Test-DlmDatabaseConnection

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

    /dlma1/cmdlet-reference/test-dlmdatabaseconnection

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

  5. Command line switches

    , and crossschemapermissions) Value Option scriptheader h forcecolumnorder f forwardslash s defineoff d blanklineson b excludetargetschema

    /sco6/command-line-switches-148079298.html

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

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

  8. Example of azure-pipelines.yml

    "Installing SmartAssembly from $msiPath into $saInstallLocation" $p = Start-Process -FilePath msiexec -Args "/qn /i `"$msiPath`" INSTALLD

    /sa8/building-your-assembly/using-smartassembly-with-azure-pipelines/example-of-azure-pipelines-yml

  9. The SQL LocalDB instance 'RedGateTemp' does not exist

    account you need to run to configure the build agent: For Local System, enter psexec -i -s cmd.exe For Local Service, enter psexec -u "nt

    /dlma1/troubleshooting/error-messages/the-sql-localdb-instance-redgatetemp-does-not-exist

  10. Example of azure-pipelines.yml

    "Installing SmartAssembly from $msiPath into $saInstallLocation" $p = Start-Process -FilePath msiexec -Args "/qn /i `"$msiPath`" INSTALLD

    /sa7/building-your-assembly/using-smartassembly-with-azure-pipelines/example-of-azure-pipelines-yml

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

  12. Using SmartAssembly with Azure Pipelines

    SmartAssembly from $msiPath into $saInstallLocation" $p = Start-Process -FilePath msiexec -Args "/qn /i `"$msiPath`" INSTALLDIR=`"$saInst

    /sa8/building-your-assembly/using-smartassembly-with-azure-pipelines

  13. Using SmartAssembly with Azure Pipelines

    *_x64.msi").FullName "Installing SmartAssembly from $msiPath into $saInstallLocation" $p = Start-Process -FilePath msiexec -Args "/qn /i `

    /sa7/building-your-assembly/using-smartassembly-with-azure-pipelines

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

  15. Test-DlmDatabaseConnection

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

    /dlma2/cmdlet-reference/test-dlmdatabaseconnection

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

  17. Profiling an assembly in the Global Assembly Cache (GAC)

    shfusion.dll . From a command prompt, run: regsvr32 /u %systemroot%\microsoft.net\framework\v2.0.50727\shfusion.dll Open the GAC folder b

    /app8/troubleshooting/unexpected-behavior-and-technical-questions/profiling-an-assembly-in-the-global-assembly-cache-gac

  18. Creating a PostgreSQL data image from a custom backup

    the following pg_dump command: pg_dump -h prod-db.example.com -U admin --create pagila --format=custom > ./postgres-backup-image/pagila.d

    /redgate-clone/using-the-cli/cli-how-to/creating-a-data-image/creating-a-postgresql-data-image-from-a-custom-backup

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

  20. The SQL LocalDB instance 'RedGateTemp' does not exist

    account you need to run to configure the build agent: For Local System, enter psexec -i -s cmd.exe For Local Service, enter psexec -u "nt

    /dlma2/troubleshooting/errors-from-cmdlets-or-addons/the-sql-localdb-instance-redgatetemp-does-not-exist

  21. Tutorial - Undo Migrations

    for the V prefix which is now replaced with a U. So go ahead and create U2__Add_people.sql in the /sql directory: DELETE FROM PERSON; And

    /fd/tutorial-undo-migrations-184127627.html

  22. Source Control for Oracle 2.0 release notes

    (systimestamp, 'DD') as timestamp)" Parsing of materialized view starting with newline would fail Allow U'' style string literals Tables w

    /soco3/release-notes-and-other-versions/source-control-for-oracle-2-0-release-notes

  23. ErrorOverrides

    codes), a colon and finally the desired behavior that should override the initial one. The following behaviors are accepted:</p> D to for

    /fd/erroroverrides-224919714.html

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

  25. Troubleshooting System.OutOfMemoryException during comparison

    WHERE c.system_type_id IN (35, 165, 99, 34, 173) AND o.[name] NOT LIKE 'sys%' AND o.[name] <> 'dtproperties' AND o.[type] = 'U' GO

    /sdc13/troubleshooting/error-messages/troubleshooting-system-outofmemoryexception-during-comparison


Didn't find what you were looking for?