Search for " Ϲٴ̾߱ rqa137.top ٴ ̾߱ ٿ Ķ̽3 Ըӽ ϴ¹ ǽԸƢ ٴ̾߱ ǸӴ ˶򸱰ӿ űԸ" returned 210 results.

Search all the documentation for " Ϲٴ̾߱ rqa137.top ٴ ̾߱ ٿ Ķ̽3 Ըӽ ϴ¹ ǽԸƢ ٴ̾߱ ǸӴ ˶򸱰ӿ űԸ"

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

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

  2. SQBHostedStorageClient.exe

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

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

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

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

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

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

  6. SQL Prompt 5.2 release notes

    for the first time. You can now turn code auto-completion on/off using a new SQL Prompt menu option, or a keyboard shortcut (Ctrl + Shift

    /sp6/release-notes-and-other-versions/sql-prompt-5-2-release-notes

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

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

  8. New-DlmDatabaseConnection

    " -Database "AdventureWorks" -Username "sa" -Password "P@ssw0rd" This example shows how to create a Database Connection object. The object

    /sr1/cmdlet-reference/new-dlmdatabaseconnection

  9. Analyzing memory dumps

    directory (e.g. %TEMP%\ConsoleApp10.DMP). If your application targets 32-bit platforms and runs in a 64-bit environment, you should use 3

    /amp/setting-up-a-profiling-session/analyzing-memory-dumps

  10. Analyzing memory dumps

    dump will be created in a user temporary directory (e.g. %TEMP%\ConsoleApp10.DMP). If your application targets 32-bit platforms and runs

    /amp10/setting-up-a-profiling-session/analyzing-memory-dumps

  11. SQL Prompt 5.2 release notes

    for the first time. You can now turn code auto-completion on/off using a new SQL Prompt menu option, or a keyboard shortcut (Ctrl + Shift

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

  12. Customize virtual path and port

    . Start the SQL Data Catalog Windows Service. On Linux Run SQL Data Catalog with the above environment variables set, e.g. docker run -it

    /sql-data-catalog/getting-started/installation/customize-virtual-path-and-port

  13. SQL Prompt 5.2 release notes

    for the first time. You can now turn code auto-completion on/off using a new SQL Prompt menu option, or a keyboard shortcut (Ctrl + Shift

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

  14. New-DlmDatabaseRelease

    \sql2014" -Database "Test" -Username "sa" -Password "P@ssw0rd" New-DlmDatabaseRelease -Source $test -Target $staging This example show how

    /sr1/cmdlet-reference/new-dlmdatabaserelease

  15. Profiling an ASP.NET application on web development server

    application access unmanaged memory through P/Invoke or COM+, and you want to profile the unmanaged memory that your application uses. (N

    /amp8/setting-up-a-profiling-session/profiling-a-web-application/profiling-an-asp-net-application-on-web-development-server

  16. Profiling a .NET executable

    . This option will slow down your application slightly. Select Profile unmanaged memory allocations if your application access unmanaged m

    /amp8/setting-up-a-profiling-session/profiling-a-net-executable

  17. Navigating to Silverlight source code

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

    /amp8/setting-up-a-profiling-session/profiling-a-silverlight-application/navigating-to-silverlight-source-code

  18. Sync-DatabaseSchema

    \DatabaseBuildArtifact.1.0.0.nupkg" $production = New-DatabaseConnection -ServerInstance "prod01\sql2014" -Database "Production" -Username

    /sca4/reference/powershell-cmdlets/sync-databaseschema

  19. Setting up database connections

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

    /dlma1/get-started/get-started-with-the-dlm-automation-cmdlets/setting-up-database-connections

  20. Using SQL Compare filters with DLM Automation cmdlets

    -ServerInstance "test01\sql2012" -Database "Test" -Username "sa" -Password "P@ssw0rd" $filter = "C:\Work\MyFilter.scpf" New-DlmDatabaseRe

    /dlma1/using-sql-compare-filters-with-dlm-automation-cmdlets

  21. Test-DatabaseConnection

    = New-DatabaseConnection -ServerInstance "prod01\sql2014" -Database "Production" -Username "AutomationUser" -Password "P@ssw0rd" Test-Dat

    /sca3/reference/powershell-cmdlets/test-databaseconnection

  22. Deploy a database package manually

    "WidgetProduction" -Username "sa" -Password "p@ssw0rd" # Create a database Release New-DlmDatabaseRelease -Source $source -Target $produc

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

  23. Profiling a .NET executable

    . This option will slow down your application slightly. Select Profile unmanaged memory allocations if your application access unmanaged m

    /amp/setting-up-a-profiling-session/profiling-a-net-executable

  24. Profiling an ASP.NET application on web development server

    application access unmanaged memory through P/Invoke or COM+, and you want to profile the unmanaged memory that your application uses. (N

    /amp/setting-up-a-profiling-session/profiling-a-web-application/profiling-an-asp-net-application-on-web-development-server

  25. Profiling an ASP.NET application on web development server

    application access unmanaged memory through P/Invoke or COM+, and you want to profile the unmanaged memory that your application uses. (N

    /amp10/setting-up-a-profiling-session/profiling-a-web-application/profiling-an-asp-net-application-on-web-development-server


Didn't find what you were looking for?