Search for " ͳݹٴ̾߱ rcd045.top Ȳݼ ¶ιٴ̾߱ ߸Ӵٿ ̾߱Ʈ ٴ̾߱ Ծ߸2199" returned 680 results.

Search all the documentation for " ͳݹٴ̾߱ rcd045.top Ȳݼ ¶ιٴ̾߱ ߸Ӵٿ ̾߱Ʈ ٴ̾߱ Ծ߸2199"

  1. Renaming objects

    an object using SQL Server Management Studio or Enterprise Manager Rename, or the T-SQL sp_rename command, the object definition will con

    /sp8/refactoring-your-code/renaming-objects

  2. SQL Monitor 3.0 release notes

    own T-SQL queries to collect metric values that aren't currently collected by default. They can also be used to collect application-speci

    /sm9/release-notes-and-other-versions/sql-monitor-3-0-release-notes

  3. Problems when restoring from a backup to a compressed database

    a SQL Storage Compress license. If you are using a T-SQL script and the available disk space is less than the space that would be require

    /rp/sql-storage-compress/troubleshooting-sql-storage-compress/common-issues/problems-when-restoring-from-a-backup-to-a-compressed-database

  4. SQL Server error 3257 - Insufficient free space

    You may encounter the following error when restoring a backup to a compressed database using a T-SQL script: Msg 3257, Level 16, State 1,

    /rp/sql-storage-compress/troubleshooting-sql-storage-compress/error-messages/sql-server-error-3257-insufficient-free-space

  5. Operating system error 31

    the following T-SQL statement for each database: ALTER DATABASE <database name> SET OFFLINE followed by: ALTER DATABASE <database name> S

    /rp/sql-storage-compress/troubleshooting-sql-storage-compress/error-messages/operating-system-error-31

  6. Operating system error 38

    . or, Make sure you are connected to the master database, then run the following T-SQL statement for the database: ALTER DATABASE <databas

    /rp/sql-storage-compress/troubleshooting-sql-storage-compress/error-messages/operating-system-error-38

  7. ReadyRoll 1.11 release notes

    https://trello.com/c/9RvHWmnU) T-SQL scripts generated with the SQL Server Object Explorer are not being added to the ReadyRoll project (

    /rr1/release-notes-and-other-versions/readyroll-1-11-release-notes

  8. SQL Server and host machine metrics

    SQL Server metrics Counters SqlServer:SqlStatistics Batch requests/sec Number of T-SQL batch requests received by SQL Server per second, a

    /sm13/sql-server-and-host-machine-metrics-195789784.html

  9. Setting up database connections

    "AdventureWorksIntegration" -Username "sa" -Password "P@ssw0rd" By assigning the output of New-DatabaseConnection to a variable, you can

    /sca4/deploying-database-changes/automated-deployments/setting-up-database-connections

  10. Using SQL Compare filters with SQL Change Automation PowerShell module

    :\Work\scripts\" $test = New-DlmDatabaseConnection -ServerInstance "test01\sql2012" -Database "Test" -Username "sa" -Password "P@ssw0rd" $

    /sca4/deploying-database-changes/automated-deployment-with-sql-source-control-projects/using-sql-compare-filters-with-sql-change-automation-powershell-module

  11. SQL Clone 2 release notes

    includes the following enhancements and bug fixes: Features Added PowerShell support for running T-SQL scripts on clone creation - see ou

    /clone2/release-notes-and-other-versions/sql-clone-2-release-notes

  12. PostgreSQL Database

    FUNCTION add(integer, integer) RETURNS integer LANGUAGE sql IMMUTABLE STRICT AS $_$select $1 + $2;$_$; -- Placeholder INSERT INTO ${table

    /fd/postgresql-database-235241807.html

  13. Seed Data

    of the most efficient ways is to save the data to a flat file and use the BULK INSERT https://msdn.microsoft.com/en-AU/library/ms188365.a

    /sca3/developing-databases-using-sql-change-automation/generating-scripts-to-capture-database-changes/data-population/seed-data

  14. Managing connections and memory

    (or press Ctrl + Shift + P): image2016-3-16 14:24:8.png This unloads all database objects from memory. Connecting to a linked server Link

    /sp7/managing-sql-prompt-behavior/managing-connections-and-memory

  15. Managing connections and memory

    (or press Ctrl + Shift + P): image2016-3-16 14:24:8.png This unloads all database objects from memory. Connecting to a linked server Link

    /sp8/managing-sql-prompt-behavior/managing-connections-and-memory

  16. LCK_M_RS_S

    and deletions when the T-SQL is using serializable transaction level. Investigating Break long transactions down into shorter ones. See M

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

  17. LCK_M_RS_U

    , insertions and deletions when the T-SQL is using serializable transaction level. Investigating Break long transactions down into shorter

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

  18. LCK_M_RIn_U

    and deletions when the T-SQL is using serializable transaction level. Investigating Break long transactions down into shorter ones. See M

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

  19. LCK_M_RIn_X

    or modified by other transactions. Key-range locks protect the rows included in a record set, and prevent phantom reads, insertions and d

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

  20. LCK_M_RIn_NL

    , insertions and deletions when the T-SQL is using serializable transaction level. Investigating Break long transactions down into shorter

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

  21. LCK_M_RIn_S

    the T-SQL is using serializable transaction level. Investigating Break long transactions down into shorter ones. See Managing Long-Runnin

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

  22. LCK_M_RX_U

    and deletions when the T-SQL is using serializable transaction level. Investigating Break long transactions down into shorter ones. See M

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

  23. LCK_M_RX_S

    when the T-SQL is using serializable transaction level. Investigating Break long transactions down into shorter ones. See Managing Long-R

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

  24. LCK_M_RX_X

    the T-SQL is using serializable transaction level. Investigating Break long transactions down into shorter ones. See Managing Long-Runnin

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

  25. ReadyRoll 1.15 release notes

    the ReadyRoll tool-window Build-time T-SQL parser errors not displayed in build log or in the Visual Studio Error List Prevent accidental

    /rr1/release-notes-and-other-versions/readyroll-1-15-release-notes


Didn't find what you were looking for?