Search for " ٴ̾߱ Ӵ rhh645.top ٺġ ׸ƽ ü Ϻ߸ ˶Ʈ ͺ Ÿ" returned 802 results.

Search all the documentation for " ٴ̾߱ Ӵ rhh645.top ٺġ ׸ƽ ü Ϻ߸ ˶Ʈ ͺ Ÿ"

  1. .NET Reflector 10.0 release notes

    ) { if (!arg.TryGetValue(key, out var result)) result = 0; return result; } Pattern Matching int TestMethod1<T>(IEnumerable<T> arg) { swit

    /ref11/release-notes-and-other-versions/net-reflector-10-0-release-notes

  2. .NET Reflector 10.0 release notes

    ) { if (!arg.TryGetValue(key, out var result)) result = 0; return result; } Pattern Matching int TestMethod1<T>(IEnumerable<T> arg) { swit

    /ref10/release-notes-and-other-versions/net-reflector-10-0-release-notes

  3. Diagram options

    of dependencies, SQL Dependency Tracker doesn't mix referencing and referenced by dependencies. See below: Z is the object you add to the

    /sdt2/making-a-dependency-diagram/diagram-options

  4. Diagram options

    of dependencies, SQL Dependency Tracker doesn't mix referencing and referenced by dependencies. See below: Z is the object you add to the

    /sdt3/making-a-dependency-diagram/diagram-options

  5. SQL Source Control 3.8 Frequent Updates release notes

    delete button to search box Removed "X of Y objects selected" text Number of search results displayed next to search box Swapped Unlock a

    /soc3/release-notes-and-other-versions/frequent-update-release-notes/sql-source-control-3-8-frequent-updates-release-notes

  6. Data Generation PostgreSQL worked example

    prompt: psql -U postgres Enter your password when prompted. If successful you should see something similar to the following (can vary dep

    /testdatamanager/command-line-interface-cli/data-generation/data-generation-worked-examples/data-generation-postgresql-worked-example

  7. New-SqlCloneSqlScript

    Creates an ModificationScriptResource T-SQL modification for consumption by New-SqlCloneImage. Syntax New-SqlCloneSqlScript [-Sql] <string

    /clone5/automation/powershell-cmdlet-reference/new-sqlclonesqlscript

  8. Undo SQL Migration Prefix

    : prefixVERSIONseparatorDESCRIPTIONsuffix, which using the defaults translates to U1.1__My_description.sql Default U Usage Commandline ./f

    /fd/undo-sql-migration-prefix-224919757.html

  9. New-SqlCloneSqlScript

    New-SqlCloneSqlScript Creates an ModificationScript T-SQL modification for consumption by New-SqlCloneImage. Syntax New-SqlCloneSqlScript

    /clone3/automation/powershell-cmdlet-reference/new-sqlclonesqlscript

  10. Types of control

    (for example, <i>, <b>, <p>, <ul>, <li>, <h1>, h2>, <pre>) for formatting the text in the help window. In most cases, you will want to id

    /ssm1/xml-schema-reference-for-script-files/types-of-control

  11. Deployment

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

    /sr1/getting-started/deployment

  12. Cleaning up a SQL script after SQL Compare or SQL Data Compare

    > > temp.txt move /y temp.txt <inputfile> So to remove any lines containing 'sp_addrolemember' in a file called test1.sql the batch file w

    /sdc13/troubleshooting/common-issues/cleaning-up-a-sql-script-after-sql-compare-or-sql-data-compare

  13. Cleaning up a SQL script after SQL Compare or SQL Data Compare

    > > temp.txt move /y temp.txt <inputfile> So to remove any lines containing 'sp_addrolemember' in a file called test1.sql the batch file w

    /sdc12/troubleshooting/common-issues/cleaning-up-a-sql-script-after-sql-compare-or-sql-data-compare

  14. Cleaning up a SQL script after SQL Compare or SQL Data Compare

    > > temp.txt move /y temp.txt <inputfile> So to remove any lines containing 'sp_addrolemember' in a file called test1.sql the batch file w

    /sdc15/troubleshooting/common-issues/cleaning-up-a-sql-script-after-sql-compare-or-sql-data-compare

  15. Obfuscating code with name mangling

    . For example, the type FullScreenSplash is obfuscated to U+1D11E (which is unprintable). Unicode unprintable characters and advanced rena

    /sa6/obfuscating-your-code-with-smartassembly/obfuscating-code-with-name-mangling

  16. Cleaning up a SQL script after SQL Compare or SQL Data Compare

    > > temp.txt move /y temp.txt <inputfile> So to remove any lines containing 'sp_addrolemember' in a file called test1.sql the batch file w

    /sdc14/troubleshooting/common-issues/cleaning-up-a-sql-script-after-sql-compare-or-sql-data-compare

  17. Excluding SQL code from analysis

    This feature is no longer available (it may return in a future version) You can suppress rule analysis in your T-SQL script by using --#

    /scg/sql-code-analysis-documentation/sql-code-guard-ssms-2016-add-in-deprecated/excluding-sql-code-from-analysis

  18. New-SqlCloneSqlScript

    New-SqlCloneSqlScript Creates an ModificationScript T-SQL modification for consumption by New-SqlCloneImage. Syntax New-SqlCloneSqlScript

    /clone2/automation/powershell-cmdlet-reference/new-sqlclonesqlscript

  19. Table-To-Text Synchronization Rules

    The Table-To-Text Rule will mask another table in the following way: BEFORE AFTER Id Data Data 1 a,b d,e 2 b,c e,f 3 x,y x,y Note that in

    /dms7/data-masker-help/masking-rules/table-to-text-synchronization-rules

  20. Example: renaming a table without data loss

    IF db_id('Prod') IS NULL CREATE DATABASE Prod GO IF OBJECT_ID('Dev.[Person]', 'U') IS NULL BEGIN CREATE TABLE Dev.[dbo].[Person] (Name NC

    /soc3/migration-scripts-v2-beta/example-renaming-a-table-without-data-loss

  21. SQL Scripts Manager 1.1 release notes

    December 16th, 2010 New features: Contains 28 scripts written by expert DBAs Provides a UI frontend for T-SQL and Python scripts Opens rg

    /ssm1/release-notes-and-other-versions/sql-scripts-manager-1-1-release-notes

  22. Types of control

    (for example, <i>, <b>, <p>, <ul>, <li>, <h1>, h2>, <pre>) for formatting the text in the help window. In most cases, you will want to id

    /ssm2/xml-schema-reference-for-script-files/types-of-control

  23. Sync-DlmDatabaseSchema

    "P@ssw0rd" Sync-DlmDatabaseSchema -Source $scriptsFolder -Target $test This example show how to update a test database to match a scripts

    /sr1/cmdlet-reference/sync-dlmdatabaseschema

  24. Using SQL Compare options with DLM Automation cmdlets

    \sql2012" -Database "Staging" -Username "sa" -Password "P@ssw0rd" $test = New-DlmDatabaseConnection -ServerInstance "test01\sql2012" -Data

    /dlma1/using-sql-compare-options-with-dlm-automation-cmdlets

  25. "Value cannot be null" error creating data script

    it using the following (SQL Server 2005 and up) query: SELECT NAME, object_id FROM sys.objects WHERE TYPE='U' AND OBJECT_ID IN ( SELECT o

    /sqp7/troubleshooting/error-messages/value-cannot-be-null-error-creating-data-script


Didn't find what you were looking for?