Search for " ǽð ؿܹ rhx667.top ǰ Ʈ 缳 Ƣ Ʈ ߰ 缳 " returned 698 results.

Search all the documentation for " ǽð ؿܹ rhx667.top ǰ Ʈ 缳 Ƣ Ʈ ߰ 缳 "

  1. How SQL Monitor works

    computers, WMI for Windows and SSH for Linux, and it interrogates the SQL Server service conventionally using T-SQL via TDS. The WMI prot

    /sm13/how-sql-monitor-works-195788928.html

  2. ReadyRoll 1.14 release notes

    ReadyRoll encounters an error Improve build-time validation messages when a T-SQL execution error occurs 1.14.14 - September 5th, 2017 Fi

    /rr1/release-notes-and-other-versions/readyroll-1-14-release-notes

  3. Static Data

    that your database projects always build quickly, as larger datasets can produce a significant amount T-SQL code which can cause performa

    /rr1/key-concepts/data-population/static-data

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

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

  6. SQL Prompt 9.1 release notes

    keywords. SP-6859 : Code analysis no longer causes an unhandled exception when scanning unparsed T-SQL. SP-6861 : Code analysis no longer

    /sp9/release-notes-and-other-versions/sql-prompt-9-1-release-notes

  7. SQL Prompt 8.0 release notes

    function. SP-6444 :Improved word boundary matching used in suggestions and action lists. SP-6446 :Fix default values for T-SQL date and t

    /sp9/release-notes-and-other-versions/sql-prompt-8-0-release-notes

  8. Restoring the master database

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

    /sbu6/restoring/restoring-the-master-database

  9. Update-ClassificationInLiveDatabase

    -------------------------- Update-ClassificationInLiveDatabase -instanceName "sqlserver\sql2016" -databaseName "WideWorldImporters" -user

    /sql-data-catalog/automation-with-powershell/powershell-cmdlet-reference/update-classificationinlivedatabase

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

    /sdg4/using-the-command-line/command-line-syntax

  11. Sync-DlmDatabaseSchema

    \sql2014" -Database "Test" -Username "AutomationUser" -Password "P@ssw0rd" Sync-DlmDatabaseSchema -Source $scriptsFolder -Target $test Thi

    /dlma2/cmdlet-reference/sync-dlmdatabaseschema

  12. Test-DlmDatabaseConnection

    ---------- $connection = New-DlmDatabaseConnection -ServerInstance "prod01\sql2014" -Database "Production" -Username "sa" -Password "P@ss

    /dlma1/cmdlet-reference/test-dlmdatabaseconnection

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

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

  14. Setting up database connections

    " -Password "P@ssw0rd" By assigning the output of New-DlmDatabaseConnection to a variable, you can reuse this as the input for another cmd

    /sr1/getting-started/setting-up-database-connections

  15. Deprecated syntax rules

    IMPORTANT - If you update an issue title and/or description, please inform the SQL Prompt dev team (as we need to keep what is displayed

    /codeanalysis/code-analysis-for-sql-server/deprecated-syntax-rules

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

    /sca3/automating-database-changes/automated-deployments/using-comparison-options-with-sql-change-automation-powershell-module-for-sql-source-control-projects

  17. Backup Application Database

    -forwarding command again. Taking a backup To create a backup run the following command: pg_dump -a -U postgres -p 5432 -h localhost confi

    /redgate-clone/administration/how-to/backup-application-database

  18. Example of azure-pipelines.yml

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

    /sa8/building-your-assembly/using-smartassembly-with-azure-pipelines/example-of-azure-pipelines-yml

  19. Example of azure-pipelines.yml

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

    /sa7/building-your-assembly/using-smartassembly-with-azure-pipelines/example-of-azure-pipelines-yml

  20. "Too many open files"

    the /etc/sysctl.conf file and add the line fs.inotify.max_user_instances=512 You can then run sudo sysctl -p /etc/sysctl.conf to load the

    /redgate-clone/administration/troubleshooting/too-many-open-files

  21. SQL Source Control 3.8 release notes

    2015 Features Filters now support the standard T-SQL LIKE syntax for wildcard characters (eg %, _, [abc], and [^abc] - see the MSDN docum

    /soc4/release-notes-and-other-versions/sql-source-control-3-8-release-notes

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

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

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

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


Didn't find what you were looking for?