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

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

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

    /sp7/formatting-your-code

  2. April 2021 - Why you should be testing flyway migrations in CI

    FirstName VARCHAR(100), ADD COLUMN LastName VARCHAR(100); UPDATE Person p SET FirstName = (SELECT split_part(Name, ' ', 1) FROM Person WH

    /fd/april-2021-why-you-should-be-testing-flyway-migrations-in-ci-212140929.html

  3. Profiling from the command line (API)

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

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

  4. Backing up with SQL HyperBac compression

    First, consider the T-SQL command that you would normally use to back up the "AdventureWorks" database: BACKUP DATABASE [AdventureWorks]

    /rp/sql-hyperbac/worked-examples-for-sql-hyperbac/backing-up-with-sql-hyperbac-compression

  5. Profiling from the command line (API)

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

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

  6. SQL Test 1.0 release notes

    April 25th, 2012 SQL Test is a unit testing add-in for SQL Server Management Studio. With SQL Test, you can: Create tests for your databa

    /sqt1/release-notes-and-other-versions/sql-test-1-0-release-notes

  7. .NET Reflector 10.2 release notes

    support was added RP-4240: Support for readonly struct was added: readonly struct TestStruct { public readonly int X; public readonly int

    /ref11/release-notes-and-other-versions/net-reflector-10-2-release-notes

  8. .NET Reflector 10.2 release notes

    support was added RP-4240: Support for readonly struct was added: readonly struct TestStruct { public readonly int X; public readonly int

    /ref10/release-notes-and-other-versions/net-reflector-10-2-release-notes

  9. Image modifications

    , this was limited to running T-SQL scripts on the image database. As of version 2.5.0, Clone can also invoke DMS6 on the database image,

    /clone2/modifications-during-provisioning/image-modifications

  10. SQL Test 1.0 release notes

    April 25th, 2012 SQL Test is a unit testing add-in for SQL Server Management Studio. With SQL Test, you can: Create tests for your databa

    /sqt2/release-notes-and-other-versions/sql-test-1-0-release-notes

  11. Image modifications

    , this was limited to running T-SQL scripts on the image database. As of version 2.5.0, Clone can also invoke DMS6 on the database image,

    /clone3/modifications-during-provisioning/image-modifications

  12. SQL Multi Script 1.2 release notes

    switcher - accessible from the product logo in the top-left UI requires .NET4 runtime Scripts now display database total when running scr

    /sms1/release-notes-and-other-versions/sql-multi-script-1-2-release-notes

  13. Deployment

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

    /dlma1/get-started/get-started-with-the-dlm-automation-cmdlets/deployment

  14. SQL Test 1.0 release notes

    April 25th, 2012 SQL Test is a unit testing add-in for SQL Server Management Studio. With SQL Test, you can: Create tests for your databa

    /sqt3/release-notes-and-other-versions/sql-test-1-0-release-notes

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

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

  17. "Failed to verify certificate: x509: certificate signed by unknown authority" when using the CLI

    nmap -p {port} --script ssl-cert {address} openssl cat /dev/null | openssl s_client -showcerts {address}:{port} 2>/dev/null | openssl x50

    /redgate-clone/administration/troubleshooting/failed-to-verify-certificate-x509-certificate-signed-by-unknown-authority-when-using-the-cli

  18. SQL Test 1.0 release notes

    April 25th, 2012 SQL Test is a unit testing add-in for SQL Server Management Studio. With SQL Test, you can: Create tests for your databa

    /sqt4/release-notes-and-other-versions/sql-test-1-0-release-notes

  19. Worked example - adding a new script to SQL Scripts Manager

    You can use SQL Scripts Manager to build a simple graphical user interface for any SQL, Powershell, or IronPython script. Using one of yo

    /ssm1/using-sql-scripts-manager/worked-example-adding-a-new-script-to-sql-scripts-manager

  20. Backing up with SQL HyperBac encryption

    First, consider the T-SQL command that you would normally use to back up the "AdventureWorks" database: BACKUP DATABASE [AdventureWorks]

    /rp/sql-hyperbac/worked-examples-for-sql-hyperbac/backing-up-with-sql-hyperbac-encryption

  21. Clone modifications

    (as of version 2.6.1). SQL Clone templates contain a collection of T-SQL scripts that will be run on a clone, in sequence, just after it

    /clone3/modifications-during-provisioning/clone-modifications

  22. Use-DlmDatabaseRelease

    " -Database "Staging" -Username "sa" -Password "P@ssw0rd" $package = "C:\NuGetFeed\database.nupkg" $update = New-DlmDatabaseRelease -Sourc

    /sr1/cmdlet-reference/use-dlmdatabaserelease

  23. Creating new tests

    writing tests in T-SQL using the tSQLt framework, see tSQLt User Guide http://tsqlt.org/user-guide/.

    /sqt1/creating-new-tests

  24. Sync-DlmDatabaseSchema

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

    /dlma1/cmdlet-reference/sync-dlmdatabaseschema

  25. Options for formatting your code

    in the current query editor or the highlighted SQL code fragment, do any of the following: on the SQL Prompt menu, select Format SQL pres

    /sp6/managing-sql-prompt-behavior/options-for-formatting-your-code


Didn't find what you were looking for?