Search for " ¶ī rmt583.top ٵ̻Ʈ ҼīӼ ¶ī ī · īŸ Ʈ rhfemzkwlsh" returned 1410 results.

Search all the documentation for " ¶ī rmt583.top ٵ̻Ʈ ҼīӼ ¶ī ī · īŸ Ʈ rhfemzkwlsh"

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

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

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

  4. Test-DlmDatabaseConnection

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

    /sr1/cmdlet-reference/test-dlmdatabaseconnection

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

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

  7. Customizing the alert settings

    example, I am customizing the alert settings for the Long Running Query alert type, for the 1-Production Server Group. This database-leve

    /sm10/metrics-alerts-and-notifications/configuring-alerts/customizing-the-alert-settings

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

  9. Cannot run backup or restore operations

    that you have set the -I command line parameter to the named instance. For more information, see Using the command line.

    /display/SBU8/Cannot+run+backup+or+restore+operations

  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

    /sqt1/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,

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

  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

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

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

  14. Is tempdb usage causing performance problems?

    waiting on, which might be locks, latches, network, disk I/O waits or something else. For example, if procedures or functions drive a hig

    /sm11/overview-and-licensing/investigating-common-sql-server-problems-using-sql-monitor/is-tempdb-usage-causing-performance-problems

  15. Customizing the alert settings

    . In the following example, I am customizing the alert settings for the Long Running Query alert type, for the 1-Production Server Group.

    /sm11/metrics-alerts-and-notifications/configuring-alerts/customizing-the-alert-settings

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

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

  18. Rollbacks

    to ask might be: How do I release/rollback new versions of my app while mitigating the risk of data loss? Rather than investing time and

    /sca3/developing-databases-using-sql-change-automation/rollbacks

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

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

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

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

  23. Use-DlmDatabaseRelease

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

    /sr1/cmdlet-reference/use-dlmdatabaserelease

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

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


Didn't find what you were looking for?