Search for " ٴ̾߱ ryg622.top ӿĶ̽ ٴ̾߱ȯ Ȳī Ķ ̽ ϴ¹ ϴ°ּ ٴ̾߱ ٴ̾߱ȯ" returned 264 results.

Search all the documentation for " ٴ̾߱ ryg622.top ӿĶ̽ ٴ̾߱ȯ Ȳī Ķ ̽ ϴ¹ ϴ°ּ ٴ̾߱ ٴ̾߱ȯ"

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

  2. Test-DlmDatabaseConnection

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

    /dlma2/cmdlet-reference/test-dlmdatabaseconnection

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

  4. About config files

    > To include multiple operations in a single command, separate them with &&. For example: accurev add -c -d ($Files) && accurev keep -m &&

    /soc6/linking-to-source-control/other-source-control-systems/link-to-a-custom-setup/about-config-files

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

    /sbu10/restoring/restoring-the-master-database

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

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

  8. SQL Code Formatting and Styles

    ), encapsulates a specified set of values for the formatting options that govern how you wish to lay out your SQL code. With a few keyboar

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

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

  10. SQL Code Formatting and Styles

    ), encapsulates a specified set of values for the formatting options that govern how you wish to lay out your SQL code. With a few keyboar

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

  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

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

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

  13. Encoding strings

    within an assembly: Before string encoding: "Fred.gate@hotmail.com" "p@ssw0rd1" "licensingUrl=http://licensing.red-gate.com/licensingacti

    /sa6/obfuscating-your-code-with-smartassembly/encoding-strings

  14. About config files

    </Name> To include multiple operations in a single command, separate them with &&. For example: accurev add -c -d ($Files) && accurev keep

    /soc5/linking-to-source-control/other-source-control-systems/link-to-a-custom-setup/about-config-files

  15. Use-DlmDatabaseRelease

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

    /dlma1/cmdlet-reference/use-dlmdatabaserelease

  16. Checking unmanaged memory usage

    for managed memory usage. Accessing unmanaged data through P/Invoke or COM+. In these cases, ANTS Memory Profiler is unlikely to reveal a

    /amp7/strategies-for-memory-profiling/checking-unmanaged-memory-usage

  17. Profiling an XBAP

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

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

  18. Insufficient async disk I/O kernel resources

    You can then run sudo sysctl -p /etc/sysctl.conf to load the change. You may want to increase or decrease the value as appropriate for th

    /redgate-clone/administration/troubleshooting/insufficient-async-disk-i-o-kernel-resources

  19. Profiling an XBAP

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

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

  20. Sync-DatabaseSchema

    -ServerInstance "prod01\sql2014" -Database "Production" -Username "AutomationUser" -Password "P@ssw0rd" Sync-DatabaseSchema -Source $buil

    /sca3/reference/powershell-cmdlets/sync-databaseschema

  21. Readable, consistently-formatted code

    the required style as the Active Style, then a few keyboard strokes (Ctrl K, Ctrl Y) will apply it to all code, or selected code, within

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

  22. Readable, consistently-formatted code

    the required style as the Active Style, then a few keyboard strokes (Ctrl K, Ctrl Y) will apply it to all code, or selected code, within

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

  23. SQBHostedStorageClient.exe

    . Syntax Command Syntax Description upload SQBHostedStorageClient.exe upload [-i|–instance=<instance name>] [-p|–password=<backup password

    /sbu7/tools-and-utilities/sqbhostedstorageclient-exe

  24. Deploy a database package manually

    -DlmDatabaseConnection -ServerInstance "your-server\sql2014" -Database "WidgetProduction" -Username "sa" -Password "p@ssw0rd" # Create a d

    /dlma1/tutorials/using-the-powershell-cmdlets/deploy-a-database-package-manually

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

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


Didn't find what you were looking for?