Search for " ξ ũ渶 rre296.top r渶 ﷹ̽ õ̽ 渶 巹̽ ξ ¶ΰ渶 ũ渶Ʈ ̽ũ渶" returned 831 results.

Search all the documentation for " ξ ũ渶 rre296.top r渶 ﷹ̽ õ̽ 渶 巹̽ ξ ¶ΰ渶 ũ渶Ʈ ̽ũ渶"

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

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

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

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

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

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

  7. Migrating projects with custom Migration Log name properties

    "MyMigrationObjSchema" GO USE [$(DatabaseName)] BEGIN TRANSACTION IF OBJECT_ID('[$(NewMigrationLogSchemaName)].[__MigrationLog]', 'U') IS

    /sca3/tutorials/worked-examples/migrating-projects-with-custom-migration-log-name-properties

  8. Migration scripts

    , but no version number. Instead of being run just once, they are (re-)applied every time their checksum changes. They start with an R fol

    /rcc3/developing-databases/migration-scripts

  9. Migration scripts

    and a checksum, but no version number. Instead of being run just once, they are (re-)applied every time their checksum changes. They star

    /rcc4/developing-databases/migration-scripts

  10. Migration scripts

    their checksum changes. They start with an R followed by two underscores and a description (eg., R__SetDefaults.sql). The filename and ch

    /dso/flyway-desktop-formerly-redgate-change-control/developing-databases/migration-scripts

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

  12. Data Generation PostgreSQL worked example

    prompt: psql -U postgres Enter your password when prompted. If successful you should see something similar to the following (can vary dep

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

  13. Obfuscating code with name mangling

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

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

  14. Obfuscating code with name mangling

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

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

  15. Applying casing options

    to. On the SQL Prompt menu, click Apply Casing Options. You can also hold Ctrl and press B then U to apply casing options.

    /sp6/formatting-your-code/applying-casing-options

  16. Applying casing options

    to. On the SQL Prompt menu, click Apply Casing Options. You can also hold Ctrl and press B then U to apply casing options.

    /sp7/formatting-your-code/applying-casing-options

  17. Pre-requisites check script

    /bin/id -u) -ne 0 ]]; then echo "This script requires root permissions. Please rerun using sudo." exit 1 fi errors=() function report_and_

    /redgate-clone/administration/installation-steps/step-2-installation-pre-requisites-checks/pre-requisites-check-script

  18. Tutorial - Undo Migrations

    for the V prefix which is now replaced with a U. So go ahead and create U2__Add_people.sql in the /sql directory: DELETE FROM PERSON; And

    /fd/tutorial-undo-migrations-184127627.html

  19. The SQL LocalDB instance 'RedGateTemp' does not exist

    account you need to run to configure the build agent: For Local System, enter psexec -i -s cmd.exe For Local Service, enter psexec -u "nt

    /dlma1/troubleshooting/error-messages/the-sql-localdb-instance-redgatetemp-does-not-exist

  20. The SQL LocalDB instance 'RedGateTemp' does not exist

    account you need to run to configure the build agent: For Local System, enter psexec -i -s cmd.exe For Local Service, enter psexec -u "nt

    /dlma2/troubleshooting/errors-from-cmdlets-or-addons/the-sql-localdb-instance-redgatetemp-does-not-exist

  21. Profiling an assembly in the Global Assembly Cache (GAC)

    shfusion.dll . From a command prompt, run: regsvr32 /u %systemroot%\microsoft.net\framework\v2.0.50727\shfusion.dll Open the GAC folder b

    /app8/troubleshooting/unexpected-behavior-and-technical-questions/profiling-an-assembly-in-the-global-assembly-cache-gac

  22. Profiling an assembly in the Global Assembly Cache (GAC)

    shfusion.dll . From a command prompt, run: regsvr32 /u %systemroot%\microsoft.net\framework\v2.0.50727\shfusion.dll Open the GAC folder b

    /app9/troubleshooting/unexpected-behavior-and-technical-questions/profiling-an-assembly-in-the-global-assembly-cache-gac

  23. Formatting actions

    . Alternatively, use the keyboard shortcut Ctrl + B then Ctrl + U. Insert semicolons Insert semicolons will add any missing semicolons to

    /sp8/formatting-your-code/formatting-actions

  24. CLI Reference

    # Token based authentication (CI/CD pipelines) rgclone auth -t "<access-token>" create data-image For Redgate Clone to create a database

    /redgate-clone/using-the-cli/cli-reference

  25. Profiling an assembly in the Global Assembly Cache (GAC)

    shfusion.dll . From a command prompt, run: regsvr32 /u %systemroot%\microsoft.net\framework\v2.0.50727\shfusion.dll Open the GAC folder b

    /app10/troubleshooting/unexpected-behavior-and-technical-questions/profiling-an-assembly-in-the-global-assembly-cache-gac


Didn't find what you were looking for?