Search for " ûƮõ rvb934.top Ѱ Ŀ Ϲ Ŭ ÷ ī ڸ ּҺ ī丮 ī " returned 1145 results.

Search all the documentation for " ûƮõ rvb934.top Ѱ Ŀ Ϲ Ŭ ÷ ī ڸ ּҺ ī丮 ī "

  1. Deployment

    " -Username "sa" -Password "p@ssw0rd" $DB2 = New-DlmDatabaseConnection -ServerInstance "your-server\sql2014" -Database "WidgetProduction"

    /sr1/getting-started/deployment

  2. Obfuscating code with name mangling

    . For example, the type FullScreenSplash is obfuscated to U+1D11E (which is unprintable). Unicode unprintable characters and advanced rena

    /sa6/obfuscating-your-code-with-smartassembly/obfuscating-code-with-name-mangling

  3. Example: renaming a table without data loss

    IF db_id('Prod') IS NULL CREATE DATABASE Prod GO IF OBJECT_ID('Dev.[Person]', 'U') IS NULL BEGIN CREATE TABLE Dev.[dbo].[Person] (Name NC

    /soc3/migration-scripts-v2-beta/example-renaming-a-table-without-data-loss

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

  5. Transaction Handling

    When deploying your database with SQL Change Automation, you may wonder: How are transactions handled? If the deployment fails, will all

    /sca3/developing-databases-using-sql-change-automation/generating-deployment-scripts/transaction-handling

  6. "Value cannot be null" error creating data script

    it using the following (SQL Server 2005 and up) query: SELECT NAME, object_id FROM sys.objects WHERE TYPE='U' AND OBJECT_ID IN ( SELECT o

    /sqp7/troubleshooting/error-messages/value-cannot-be-null-error-creating-data-script

  7. Sync-DlmDatabaseSchema

    "P@ssw0rd" Sync-DlmDatabaseSchema -Source $scriptsFolder -Target $test This example show how to update a test database to match a scripts

    /sr1/cmdlet-reference/sync-dlmdatabaseschema

  8. Using SQL Compare options with DLM Automation cmdlets

    \sql2012" -Database "Staging" -Username "sa" -Password "P@ssw0rd" $test = New-DlmDatabaseConnection -ServerInstance "test01\sql2012" -Data

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

  9. Top 10 queries

    of times the query has been executed, and averages for duration, CPU time, I/O activity, and so on). It displays this data in a Top x Que

    /sm10/sql-server-performance-and-activity-monitoring/dashboards-and-overviews/server-overview-pages/performance-diagnostics-queries-and-waits/top-10-queries

  10. Using SQL Compare filters in SQL Release

    'Staging' -Username 'sa' -Password 'P@ssw0rd' $test = New-DlmDatabaseConnection -ServerInstance 'test01\sql2012' -Database 'Test' -Userna

    /sr1/using-sql-compare-filters-in-sql-release

  11. Setting SQL Monitor data retention policy

    list for each category and click Save settings. image2023-2-9_14-50-59.png How should I set my data retention policy? Your data retention

    /sm12/maintaining-and-upgrading-sql-monitor/maintaining-sql-monitor/setting-sql-monitor-data-retention-policy

  12. Example - renaming a table without data loss

    ]', 'U') IS NULL BEGIN CREATE TABLE Dev.[dbo].[Person] (Name NCHAR(50)) INSERT INTO Dev.[dbo].[Person] VALUES ('James') INSERT INTO Dev.[d

    /soc4/using-sql-source-control/working-with-migration-scripts/migration-scripts-v2-beta/example-renaming-a-table-without-data-loss

  13. SQL Clone 4 release notes

    fixes: Features I/O exceptions in agent operations (e.g. image deletion) that fail due to a file or folder being locked now attempt to in

    /clone4/release-notes-and-other-versions/sql-clone-4-release-notes

  14. Top 10 queries

    , and averages for duration, CPU time, I/O activity, and so on). It displays this data in a Top x Queries table, showing the most expensiv

    /sm11/sql-server-performance-and-activity-monitoring/dashboards-and-overviews/server-overview-pages/performance-diagnostics-queries-and-waits/top-10-queries

  15. SQL Prompt 5.1 release notes

    favorites The following has been included from SQL Refactor: Uppercase Keywords, as a separate feature from Format SQL Ctrl+B Ctrl+L as a

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

  16. Setting SQL Monitor data retention policy

    and click Save settings. image2023-2-9_14-50-59.png How should I set my data retention policy? Your data retention policy depends on: how

    /sm13/setting-sql-monitor-data-retention-policy-195789996.html

  17. Using SQL Compare options with DLM Automation cmdlets

    -ServerInstance "staging01\sql2012" -Database "Staging" -Username "sa" -Password "P@ssw0rd" $test = New-DlmDatabaseConnection -ServerInst

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

  18. Migrating projects with custom Migration Log name properties

    [$(DatabaseName)] BEGIN TRANSACTION IF OBJECT_ID('[$(NewMigrationLogSchemaName)].[__MigrationLog]', 'U') IS NULL AND OBJECT_ID('[$(OldMig

    /rr1/key-concepts/migrating-projects-with-custom-migration-log-name-properties

  19. Test-DlmDatabaseConnection

    = New-DlmDatabaseConnection -ServerInstance "prod01\sql2014" -Database "Production" -Username "sa" -Password "P@ssw0rd" Test-DlmDatabaseC

    /sr1/cmdlet-reference/test-dlmdatabaseconnection

  20. Deploying a database using PowerShell scripts

    -ServerInstance your-server\sql2012 -Database WidgetStaging -Username sa -Password p@ssw0rd $productionState = New-DlmDatabaseConnection

    /sr1/worked-examples/deploying-a-database-using-powershell-scripts

  21. SQL Prompt 5.1 release notes

    favorites The following has been included from SQL Refactor: Uppercase Keywords, as a separate feature from Format SQL Ctrl+B Ctrl+L as a

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

  22. SQL Prompt 5.1 release notes

    favorites The following has been included from SQL Refactor: Uppercase Keywords, as a separate feature from Format SQL Ctrl+B Ctrl+L as a

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

  23. Creating an Oracle data image from an RMAN backup

    commands. rman target <connection-string> backup database format '/host/backups/%U'; backup archivelog all format '/host/backups/ARC_%U';

    /redgate-clone/using-the-cli/cli-how-to/creating-a-data-image/creating-an-oracle-data-image-from-an-rman-backup

  24. SQL Server - Working with Memory Optimized Tables

    automatically been added. image2022-11-28_14-49-11.png The contents of both the U and V .sql.conf files are: # Manually determine whether

    /fd/sql-server-working-with-memory-optimized-tables-185303987.html

  25. Rolling back

    with U), starting with the most recent, all the way back to the undo script that corresponds to the version to be rolled back to. Running

    /rcc4/deploying-database-changes/implementing-a-roll-back-strategy/rolling-back


Didn't find what you were looking for?