Search for " Ҷַī rhc621.top ׷ űԹīƮ ȣŸŰ ͺ ī CODƮ ī" returned 1081 results.

Search all the documentation for " Ҷַī rhc621.top ׷ űԹīƮ ȣŸŰ ͺ ī CODƮ ī"

  1. Profiling an ASP.NET application on IIS

    through P/Invoke or COM+, and you want to profile the unmanaged memory that your application uses. (Not available in Windows XP / Server

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

  2. Profiling a Windows service

    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-windows-service

  3. Profiling a COM+ server application

    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-com+-server-application

  4. Profiling a Silverlight application

    are disposed. This option will slow down your application slightly. Select Profile unmanaged memory allocations if your application acces

    /amp8/setting-up-a-profiling-session/profiling-a-silverlight-application

  5. Using performance diagnostics

    help you decide how to start troubleshooting. Queries can help you evaluate the efficiency of I/O usage, and identify problematic stateme

    /sm9/overview-pages/using-performance-diagnostics

  6. Rollbacks

    to ask might be: How do I release/rollback new versions of my app while mitigating the risk of data loss? Rather than investing time and

    /rr1/key-concepts/rollbacks

  7. Configure External Data Source Dependencies

    is_master_key_encrypted_by_server FROM sys.databases WHERE name = DB_NAME()) = 0 BEGIN CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'P@ssw0

    /sca4/developing-databases/concepts/migrations/pre-deployment-and-post-deployment-scripts/configure-external-data-source-dependencies

  8. Test-DatabaseConnection

    -ServerInstance "prod01\sql2014" -Database "Production" -Username "AutomationUser" -Password "P@ssw0rd" Test-DatabaseConnection $connecti

    /sca4/reference/powershell-cmdlets/test-databaseconnection

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

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

  10. Using SQL Compare filters with DLM Automation cmdlets

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

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

  11. New-DatabaseConnection

    ---------- EXAMPLE 1 ---------- $staging = New-DatabaseConnection -ServerInstance "staging01\sql2014" -Database "Staging" -Username "Auto

    /sca4/reference/powershell-cmdlets/new-databaseconnection

  12. Profiling a Windows service

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

    /amp/setting-up-a-profiling-session/profiling-a-windows-service

  13. Profiling a COM+ server application

    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-com+-server-application

  14. Profiling an ASP.NET application on IIS

    memory through P/Invoke or COM+, and you want to profile the unmanaged memory that your application uses. (Not available in Windows XP /

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

  15. Profiling an ASP.NET Core application on IIS

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

    /amp/setting-up-a-profiling-session/profiling-a-web-application/profiling-an-asp-net-core-application-on-iis

  16. Profiling an ASP.NET application on IIS Express

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

    /amp/setting-up-a-profiling-session/profiling-a-web-application/profiling-an-asp-net-application-on-iis-express

  17. Profiling a Windows service

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

    /amp10/setting-up-a-profiling-session/profiling-a-windows-service

  18. Profiling a COM+ server application

    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-com+-server-application

  19. Profiling a Silverlight application

    unmanaged memory through P/Invoke or COM+, and you want to profile the unmanaged memory that your application uses. (Not available in Win

    /amp10/setting-up-a-profiling-session/profiling-a-silverlight-application

  20. Profiling an ASP.NET application on IIS Express

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

    /amp10/setting-up-a-profiling-session/profiling-a-web-application/profiling-an-asp-net-application-on-iis-express

  21. Profiling an ASP.NET Core application on IIS

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

    /amp10/setting-up-a-profiling-session/profiling-a-web-application/profiling-an-asp-net-core-application-on-iis

  22. Profiling an ASP.NET application on IIS

    memory through P/Invoke or COM+, and you want to profile the unmanaged memory that your application uses. (Not available in Windows XP /

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

  23. Automated deployments

    "AdventureWorksProduction" -Username "sa" -Password "p@ssw0rd" $dbRelease = New-DatabaseReleaseArtifact -Source "C:\packages\MyDatabase.1

    /sca3/automating-database-changes/automated-deployments

  24. Create an image for the latest backup

    = $BackupFiles | Sort-Object -Property LastWriteTime | Select-Object -Last 1 # I only want the most recent file for this database to be u

    /display/CLONE1/Create+an+image+for+the+latest+backup

  25. Creating a shared snapshot from a backup file

    location # note, I have a single backup file, for striped backups I can pass in an array of files. See documentation online. Save-Instant

    /display/IC0/Creating+a+shared+snapshot+from+a+backup+file


Didn't find what you were looking for?