Search for " ٴ̾߱Ӵٿε rmk359.top ٴ̾߱ Ӿ˶ ٴ̾߱⿹ ٴ̾߱ǸӴȯ Ǹ õ ԰ ϴ¹" returned 919 results.

Search all the documentation for " ٴ̾߱Ӵٿε rmk359.top ٴ̾߱ Ӿ˶ ٴ̾߱⿹ ٴ̾߱ǸӴȯ Ǹ õ ԰ ϴ¹"

  1. ST006

    Old-style TOP clause is used It is recommended to use the new style TOP clause - TOP(n). In order to limit the results of a query, you ca

    /codeanalysis/code-analysis-for-sql-server/style-rules/st006

  2. DEP005

    FASTFIRSTROW table hint is deprecated Starting with SQL Server 2008, the FASTFIRSTROW table hint has been deprecated. This feature has be

    /codeanalysis/code-analysis-for-sql-server/deprecated-syntax-rules/dep005

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

  4. Generic generators

    ! \\ \ \. . \^ ^ \$ $ \{ { \[ [ \] \] \( ( \| | \) ) \* * \+ + \? ? \a alarm character \b backspace \d digit \e escape \f formfeed \n new

    /sdg4/using-generators/generic-generators

  5. Options used in the command line

    argument, only the options you do specify apply.To specify no options, use the none argument.Further options are detailed below. none Ali

    /sc15/using-the-command-line/options-used-in-the-command-line

  6. SQL Change Automation and Amazon RDS

    = COUNT(*) FROM master.dbo.syslogins WHERE loginname = N''sca''', N'@count bit OUT', @associate OUT IF @associate = 1 BEGIN PRINT N'Creat

    /sca4/getting-started/system-requirements/supported-sql-server-versions/sql-change-automation-and-amazon-rds

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

  8. Source Control for Oracle 3.0 release notes

    script files Differences in newline format are no longer identified as differences (eg /n is equivalent to /r/n) Comments within CHECK co

    /soco4/release-notes-and-other-versions/source-control-for-oracle-3-0-release-notes

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

  10. Options used in the command line

    argument, only the options you do specify apply.To specify no options, use the none argument.Further options are detailed below. none Ali

    /sc14/using-the-command-line/options-used-in-the-command-line

  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

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

  12. Data Compare for Oracle 2.5 release notes

    Version 2.5.10.456 - February 19th, 2015 Fixes ODC-258, ODC-292, ODC-301: possibly fixed "I/O race condition" errors OSC-461: Passwords w

    /dco5/release-notes-and-other-versions/data-compare-for-oracle-2-5-release-notes

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

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

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

  16. ANTS Performance Profiler 8.6 release notes

    July 1st, 2014 Features Timeline and source code panels can now be collapsed. Source code view can be a full screen window. SmartAssembly

    /app10/release-notes-and-other-versions/ants-performance-profiler-8-6-release-notes

  17. Handling Schema Drift

    [object_id] = OBJECT_ID(N'[Person].[Person]') AND [type]='U')) AND NOT (EXISTS (SELECT * FROM sys.indexes WHERE [name]=N'IX_Person_Modifi

    /rr1/deployment/handling-schema-drift

  18. Sync-DatabaseSchema

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

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

  19. ANTS Performance Profiler 8.6 release notes

    July 1st, 2014 Features Timeline and source code panels can now be collapsed. Source code view can be a full screen window. SmartAssembly

    /app11/release-notes-and-other-versions/ants-performance-profiler-8-6-release-notes

  20. The RESTORE command

    { database_name } [ FROM { {DISK} = { 'physical_backup_device_name' | 'file_search_pattern' } [ ,...n ] [ [ LATEST_FULL | LATEST_DIFF | L

    /sbu10/scripting-sql-backup-pro/the-restore-command

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

  22. ANTS Memory Profiler 6.0 release notes

    applications and also allows you to record and analyze SQL and File I/O activity. Supported .NET Framework Versions 1.1 2.0 3.0 3.5 4.0 S

    /amp7/release-notes-and-other-versions/ants-memory-profiler-6-0-release-notes

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

    /sm13/io_completion-195789619.html

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

    /sm13/async_io_completion-195789612.html

  25. WRITELOG

    , or disk subsystem performance issues. If it exists in combination with at least one of the following waits, your servers could be experi

    /sm10/sql-server-performance-and-activity-monitoring/dashboards-and-overviews/server-overview-pages/performance-diagnostics-queries-and-waits/top-10-waits/list-of-common-wait-types/writelog


Didn't find what you were looking for?