Search for " ٴ̾߱ Ӵ rhh645.top ٺġ ׸ƽ ü Ϻ߸ ˶Ʈ ͺ Ÿ" returned 802 results.

Search all the documentation for " ٴ̾߱ Ӵ rhh645.top ٺġ ׸ƽ ü Ϻ߸ ˶Ʈ ͺ Ÿ"

  1. SQL creation script

    WHERE WidgetPrices.Active = 'Y'; GRANT SELECT ON WidgetDev.CurrentPrices TO PUBLIC; CREATE OR REPLACE PROCEDURE WidgetDev.prcActivatePric

    /sco4/worked-example-comparing-and-deploying-database-schemas/sql-creation-script

  2. SQL creation script

    WHERE WidgetPrices.Active = 'Y'; GRANT SELECT ON WidgetDev.CurrentPrices TO PUBLIC; CREATE OR REPLACE PROCEDURE WidgetDev.prcActivatePric

    /sco3/worked-example-comparing-and-deploying-database-schemas/sql-creation-script

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

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

  5. SQL Scripts Manager 1.1 release notes

    December 16th, 2010 New features: Contains 28 scripts written by expert DBAs Provides a UI frontend for T-SQL and Python scripts Opens rg

    /ssm2/release-notes-and-other-versions/sql-scripts-manager-1-1-release-notes

  6. Step 3 - Installing Redgate Clone

    asked about disabling swap to continue, press ‘Y’ Store the temporary password generated by the installer for usage in Admin Console acce

    /redgate-clone/administration/installation-steps/step-3-installing-redgate-clone

  7. SQL creation script

    WHERE WidgetPrices.Active = 'Y'; GRANT SELECT ON WidgetDev.CurrentPrices TO PUBLIC; CREATE OR REPLACE PROCEDURE WidgetDev.prcActivatePric

    /sco5/worked-example-comparing-and-deploying-database-schemas/sql-creation-script

  8. Profiling from the command line (API)

    :<argfile> File containing the XML argument specification. /out:<fileName> Redirects console output to the specified file. /project:<proje

    /app8/setting-up-and-running-a-profiling-session/profiling-from-the-command-line-api

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

  10. New-SqlCloneSqlScript

    Creates an ModificationScriptResource T-SQL modification for consumption by New-SqlCloneImage. Syntax New-SqlCloneSqlScript [-Sql] <strin

    /clone4/automation/powershell-cmdlet-reference/new-sqlclonesqlscript

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

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

  13. Test-DlmDatabaseConnection

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

    /sr1/cmdlet-reference/test-dlmdatabaseconnection

  14. Formatting your code

    of the following: on the SQL Prompt menu, click Format SQL right-click in your query editor window and click Format SQL press Ctrl + K +

    /sp6/formatting-your-code

  15. Style rules

    . ST004 – SQL-92 style cursor declaration is used Use extended syntax instead. You use the DECLARE CURSOR command to define the attributes

    /scg/sql-code-analysis-documentation/sql-code-guard-ssms-2016-add-in-deprecated/sql-static-code-analysis-rules/style-rules

  16. Data Generation MySQL worked example

    and finishing the setup in MySQL Workbench, execute the following at a command prompt: mysql -uroot -p Enter your password when prompted.

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

  17. How to search

    ([]) wildcard This [] wildcard matches one character from a list of characters. For example, search for '[xyz] ' to find all objects cont

    /ss3/how-to-search

  18. "ManagementException: Invalid class" while creating/deleting images or clones

    the WMI repository https://blogs.technet.microsoft.com/askperf/2009/04/13/wmi-rebuilding-the-wmi-repository/. net stop winmgmt /y Winmgmt

    /clone3/troubleshooting/common-issues/managementexception-invalid-class-while-creating-deleting-images-or-clones

  19. Profiling from the command line (API)

    :<argfile> File containing the XML argument specification. /out:<fileName> Redirects console output to the specified file. /project:<proje

    /app9/setting-up-and-running-a-profiling-session/profiling-from-the-command-line-api

  20. SQL Prompt 9.4 release notes

    through your scripts. You can now bring up the List of Code Analysis Issues using the keyboard shortcut Ctrl+Shift+Y. Fixes SP-6956 : Fix

    /sp9/release-notes-and-other-versions/sql-prompt-9-4-release-notes

  21. SQL Source Control 3.8 release notes

    and layout Lines are now aligned with checkboxes Added delete button to search box Removed "X of Y objects selected" text Number of searc

    /soc4/release-notes-and-other-versions/sql-source-control-3-8-release-notes

  22. SQL creation script

    WHERE WidgetPrices.Active = 'Y'; GRANT SELECT ON WidgetDev.CurrentPrices TO PUBLIC; CREATE OR REPLACE PROCEDURE WidgetDev.prcActivatePric

    /sco6/sql-creation-script-148079321.html

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

  25. Rolling back

    objects such as functions and procedures. Rolling back involves: Running pre-authored undo scripts (prefixed with U), starting with the m

    /dso/redgate-change-automation/implementing-a-roll-back-strategy/rolling-back


Didn't find what you were looking for?