Search for " ٴ̾߱ Ȳݰ rtf423.top õּ Ȳݼ3Ӱ ٴٰ̾߱ ٴ̾߱ 2ȭ Ըӽ ̾߱Ʈ ߸Ӱ" returned 677 results.

Search all the documentation for " ٴ̾߱ Ȳݰ rtf423.top õּ Ȳݼ3Ӱ ٴٰ̾߱ ٴ̾߱ 2ȭ Ըӽ ̾߱Ʈ ߸Ӱ"

  1. Restoring the master database

    : SQLBackupC.exe -SQL "RESTORE DATABASE master FROM DISK = 'C:\Backups\master 20070101.sqb'" -I Instance2 If you are using SQL Server auth

    /sbu7/restoring/restoring-the-master-database

  2. Using SmartAssembly with Azure Pipelines

    SmartAssembly from $msiPath into $saInstallLocation" $p = Start-Process -FilePath msiexec -Args "/qn /i `"$msiPath`" INSTALLDIR=`"$saInst

    /sa8/building-your-assembly/using-smartassembly-with-azure-pipelines

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

    /clone4/modifications-during-provisioning/clone-modifications

  4. Using SmartAssembly with Azure Pipelines

    *_x64.msi").FullName "Installing SmartAssembly from $msiPath into $saInstallLocation" $p = Start-Process -FilePath msiexec -Args "/qn /i `

    /sa7/building-your-assembly/using-smartassembly-with-azure-pipelines

  5. Deprecated rules

    T-SQL keywords or syntax discontinued by Microsoft. DEP001 – Table hint without WITH keyword The WITH keyword before a table hint is miss

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

  6. Restoring the master database

    : SQLBackupC.exe -SQL "RESTORE DATABASE master FROM DISK = 'C:\Backups\master 20070101.sqb'" -I Instance2 If you are using SQL Server auth

    /sbu9/restoring/restoring-the-master-database

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

    /clone5/modifications-during-provisioning/clone-modifications

  8. Using SmartAssembly with an ASP.NET website

    pre-compiled code for the website: aspnet_compiler -v "/" -d -p "c:\mywebsite" "c:\mynewwebsite" Open the dependent DLLs (not App_Web_xxx

    /sa6/building-your-assembly/using-smartassembly-with-an-asp-net-website

  9. Test-DlmDatabaseConnection

    ---------- $connection = New-DlmDatabaseConnection -ServerInstance "prod01\sql2014" -Database "Production" -Username "AutomationUser" -Pa

    /dlma2/cmdlet-reference/test-dlmdatabaseconnection

  10. Using comparison options with SQL Change Automation PowerShell module for SQL Source Control Projects

    . The option must be preceded by a minus sign. $staging = New-DatabaseConnection -ServerInstance "staging01\sql2012" -Database "Staging" -

    /sca4/deploying-database-changes/automated-deployment-with-sql-source-control-projects/using-comparison-options-with-sql-change-automation-powershell-module-for-sql-source-control-projects

  11. Step 1. Define metric

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

    /sm7/configuring-sql-monitor/creating-custom-metrics-and-alerts/step-1-define-metric

  12. Restoring the master database

    : SQLBackupC.exe -SQL "RESTORE DATABASE master FROM DISK = 'C:\Backups\master 20070101.sqb'" -I Instance2 If you are using SQL Server auth

    /sbu10/restoring/restoring-the-master-database

  13. Use-DlmDatabaseRelease

    " -Password "P@ssw0rd" $package = "C:\Work\packages\MyDatabase.1.0.0.nupkg" $update = New-DlmDatabaseRelease -Source $package -Target $sta

    /dlma2/cmdlet-reference/use-dlmdatabaserelease

  14. Communications security

    Upload You will need a TLS Certificate (i.e. my-certificate.crt) and a TLS Key (i.e. my-certificate.key) files to upload to the configura

    /redgate-clone/administration/admin-console/configuration/communications-security

  15. ErrorOverrides

    codes), a colon and finally the desired behavior that should override the initial one. The following behaviors are accepted:</p> D to for

    /fd/erroroverrides-224919714.html

  16. SmartAssembly 5.0 release notes

    Better handling of renaming assemblies that are merged Fixed bugs in pruning related p/Invoke calls Major bugs in highest obfuscation lev

    /sa8/release-notes-and-other-versions/smartassembly-5-0-release-notes

  17. SmartAssembly 5.0 release notes

    Better handling of renaming assemblies that are merged Fixed bugs in pruning related p/Invoke calls Major bugs in highest obfuscation lev

    /sa7/release-notes-and-other-versions/smartassembly-5-0-release-notes

  18. Sybase ASE

    https://documentation.red-gate.com/fd/flyway-cli-and-api/concepts/migrations#sql-based-migrations#syntax with statement delimiter GO T-SQ

    /fd/sybase-ase-184127610.html

  19. Profiling an XBAP

    unmanaged memory allocations if your application access unmanaged memory through P/Invoke or COM+, and you want to profile the unmanaged

    /amp8/setting-up-a-profiling-session/profiling-an-xbap

  20. Deploying to Microsoft Azure SQL databases

    Azure SQL database, the deployment script will fail. T-SQL and SQL Server feature support Microsoft Azure SQL Database has further limita

    /sdc13/getting-more-from-sql-data-compare/deploying-to-microsoft-azure-sql-databases

  21. Deploying to Microsoft Azure SQL databases

    Azure SQL database, the deployment script will fail. T-SQL and SQL Server feature support Microsoft Azure SQL Database has further limita

    /sdc12/getting-more-from-sql-data-compare/deploying-to-microsoft-azure-sql-databases

  22. Deploying to Microsoft Azure SQL databases

    Azure SQL database, the deployment script will fail. T-SQL and SQL Server feature support Microsoft Azure SQL Database has further limita

    /sdc15/getting-more-from-sql-data-compare/deploying-to-microsoft-azure-sql-databases

  23. MSQL_XP

    Extended stored procedures within SQL Server allow you to make a T-SQL external call to a compiled DLL, so you can run code that can’t be

    /sm4/working-with-overviews/using-performance-diagnostics/list-of-common-wait-types/msql_xp

  24. Encoding strings

    within an assembly: Before string encoding: "Fred.gate@hotmail.com" "p@ssw0rd1" "licensingUrl=http://licensing.red-gate.com/licensingacti

    /sa6/obfuscating-your-code-with-smartassembly/encoding-strings

  25. Step 1. Define metric

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

    /sm8/configuring-sql-monitor/creating-custom-metrics-and-alerts/step-1-define-metric


Didn't find what you were looking for?