Search for " ̽渶 rnf665.top ĭ λ渶 ѱȸƮ ̽ 渶ϴ¹ 渶 ̽渶 " returned 1081 results.

Search all the documentation for " ̽渶 rnf665.top ĭ λ渶 ѱȸƮ ̽ 渶ϴ¹ 渶 ̽渶 "

  1. Tech Tips

    Enhanced performance in Version 7 Setting up your SQL Server What are the key things I need to know when getting started with Data Masker

    /dms7/data-masker-help/tech-tips

  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. Support for Visual Studio 2005 and 2008 deprecated

    of Reflector. How can I use .NET Reflector with Visual Studio 2005 or 2008? Download the sunset build of .NET Reflector 7.5 below, open i

    /ref8/support-for-visual-studio-2005-and-2008-deprecated

  5. Attaching to a running .NET 4 process

    ("Countdown test process"); int i = 300; int[] array = new int[301]; while (i >= 0) { Console.WriteLine(i + " seconds"); array[i] = i; i

    /app8/setting-up-and-running-a-profiling-session/choosing-application-types-and-settings/attaching-to-a-running-net-4-process

  6. Worked example - Profiling from the command line

    Program { static void Main(string[] args) { Console.WriteLine("The application has started"); // Count from 0-99 int i = 0; while (i < 10

    /app8/worked-examples/worked-example-profiling-from-the-command-line

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

  8. Version 6 Tech Tips

    What's new in Version 6? Adding more database or schema connections (Rule Controllers) to an existing masking set Can I create my own rep

    /dms6/data-masker-help/version-6-tech-tips

  9. "Login failed for user..." - 'orphaned users' problem

    and their internal references on the SQL Server you are delivering a database to. Scenario I have 2 SQL Servers; RM-IClone1 and RM-IClone

    /clone4/troubleshooting/common-issues/login-failed-for-user-orphaned-users-problem

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

  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. Data Generation PostgreSQL worked example

    below in psql. Substitute the correct path to the script file you have just downloaded. \i /scripts/xants-sample-db/sample-postgresql-dat

    /testdatamanager/command-line-interface-cli/data-generation/data-generation-worked-examples/data-generation-postgresql-worked-example

  14. Data Generation SQL Server worked example

    it in the new database. Again, you can do this using SSMS, or you can execute the command below at a command prompt (NOT inside sqlcmd):

    /testdatamanager/command-line-interface-cli/data-generation/data-generation-worked-examples/data-generation-sql-server-worked-example

  15. IO_COMPLETION

    This occurs when SQL Server is waiting for I/O operations to finish that don’t read table or index rows from disk. It’s normal for a thre

    /sm4/working-with-overviews/using-performance-diagnostics/list-of-common-wait-types/io_completion

  16. ASYNC_IO_COMPLETION

    This occurs when SQL Server is waiting for asynchronous I/O operations to finish. It’s normal for a thread to enter a wait state as soon

    /sm4/working-with-overviews/using-performance-diagnostics/list-of-common-wait-types/async_io_completion

  17. Creating Regular Expression Rules

    Purpose false There is something in my migration that the regex matches - I want this rule to flag a violation in this case true I want a

    /fd/creating-regular-expression-rules-186679456.html

  18. "Login failed for user..." - 'orphaned users' problem

    and their internal references on the SQL Server you are delivering a database to. Scenario I have 2 SQL Servers; RM-IClone1 and RM-IClone

    /clone5/troubleshooting/common-issues/login-failed-for-user-orphaned-users-problem

  19. The New Masking Rule Form

    Controllers can be created. Some Answers to Questions You Might Have I want the masked data to look similar to the original data. This is

    /dmo5/data-masker-for-oracle-help/major-data-masker-application-components/the-new-masking-rule-form

  20. Attaching to a running .NET 4 process

    ("Countdown test process"); int i = 300; int[] array = new int[301]; while (i >= 0) { Console.WriteLine(i + " seconds"); array[i] = i; i

    /app9/setting-up-and-running-a-profiling-session/choosing-application-types-and-settings/attaching-to-a-running-net-4-process

  21. Worked example - Profiling from the command line

    Program { static void Main(string[] args) { Console.WriteLine("The application has started"); // Count from 0-99 int i = 0; while (i < 10

    /app9/worked-examples/worked-example-profiling-from-the-command-line

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

  23. Use-DlmDatabaseRelease

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

    /dlma1/cmdlet-reference/use-dlmdatabaserelease

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

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


Didn't find what you were looking for?