Search for " ͳݹٴ̾߱ rcd045.top Ȳݼ ¶ιٴ̾߱ ߸Ӵٿ ̾߱Ʈ ٴ̾߱ Ծ߸2199" returned 680 results.

Search all the documentation for " ͳݹٴ̾߱ rcd045.top Ȳݼ ¶ιٴ̾߱ ߸Ӵٿ ̾߱Ʈ ٴ̾߱ Ծ߸2199"

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

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

  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

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

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

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

  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

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

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

  8. Step 1. Defining the metric

    . related metrics that may affect or be affected by this metric. references to useful TechNet articles or similar sites. Enter the T-SQL q

    /monitor14/step-1-defining-the-metric-239667998.html

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

  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

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

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

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

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

  14. Scripting SQL Backup Pro

    > Specifies the SQL Server user name to use to log in if you are using SQL Server authentication. -P -P <SQL_Server_password> Specifies th

    /display/SBU8/Scripting+SQL+Backup+Pro

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

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

  17. Use-DlmDatabaseRelease

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

    /sr1/cmdlet-reference/use-dlmdatabaserelease

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

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

  20. Creating new tests

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

    /sqt2/creating-new-tests

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

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

  22. Deployment

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

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

  23. Command line syntax

    /password:P@ssw0rd /password:<password> Alias: /p The password for connecting to the server. You must also provide a username. If you don

    /sdg3/using-the-command-line/command-line-syntax

  24. Creating compressed databases

    user interface Write a T-SQL script using your preferred SQL Server management tool (for example, SQL Server Management Studio) If you do

    /rp/sql-storage-compress/creating-compressed-databases

  25. Creating new tests

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

    /sqt3/creating-new-tests


Didn't find what you were looking for?