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

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

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

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

  3. Performance counters are missing

    and run the following commands: cd %systemroot%\system32 lodctr /R and then reboot the computer. Other performance counters may exist out

    /amp/troubleshooting/common-issues/performance-counters-are-missing

  4. Redgate Change Automation 2 release notes

    . Renamed the `--ReleaseArtifact (-r)` parameter required by rca release-prepare to `--output (-o)`. Changed all command line parameters t

    /rca3/release-notes-and-older-versions/redgate-change-automation-2-release-notes

  5. Single sign-on for Redgate apps

    have ownership and sufficient privileges to enable SSO. Check you have the privileges to update your domain's DNS record. If you do not,

    /authentication/single-sign-on-for-redgate-apps

  6. Performance counters are missing

    and run the following commands: cd %systemroot%\system32 lodctr /R and then reboot the computer. Other performance counters may exist out

    /amp10/troubleshooting/common-issues/performance-counters-are-missing

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

  8. Redgate Change Automation 2 release notes

    . Renamed the `--ReleaseArtifact (-r)` parameter required by rca release-prepare to `--output (-o)`. Changed all command line parameters t

    /rca4/release-notes-and-older-versions/redgate-change-automation-2-release-notes

  9. Configuration from Standard Input

    the config file: gpg -e -r "Your Name" flyway.conf Decrypt the file and pipe it to Flyway: gpg -d -q flyway.conf.gpg | flyway info -confi

    /fd/configuration-from-standard-input-224919670.html

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

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

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

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

  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

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

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

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

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

  18. Checking in changes

    a TFS work item, include #R[work item number] in the check-in comment. For example: #R106. The work item number doesn't appear in the che

    /soco1/using-source-control-for-oracle/checking-in-changes

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

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

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

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

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

  24. Obfuscating multiple runtimes

    publish .\ConsoleApp.csproj -c Release -r win-x64 -p:PublishSingleFile=true dotnet publish .\ConsoleApp.csproj -c Release -r win-x86 -p:P

    /sa8/building-your-assembly/using-smartassembly-with-single-file-executables-net-core-3/obfuscating-multiple-runtimes

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


Didn't find what you were looking for?