Search for " ٴ̾߱ rhq451.top õ⸱ ¶νԻƮ ٴ̾߱ ߰ӱ Ÿ Ȳݼ2 ¶ι ī õ" returned 1190 results.

Search all the documentation for " ٴ̾߱ rhq451.top õ⸱ ¶νԻƮ ٴ̾߱ ߰ӱ Ÿ Ȳݼ2 ¶ι ī õ"

  1. Further advice on defining a taxonomy

    ? What questions do you think they’ll ask? Will some want to know: ‘Where is the data behind system x or application y?’ ‘What systems is

    /sql-data-catalog/taxonomy/further-advice-on-defining-a-taxonomy

  2. Test-DlmDatabaseConnection

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

    /dlma1/cmdlet-reference/test-dlmdatabaseconnection

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

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

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

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

  7. SQL Prompt 5.1 release notes

    for Format SQL in SQL Server Management Studio (Ctrl+K Ctrl+Y is the primary shortcut) Fixes A number of bugs have been fixed, including:

    /sp6/release-notes-and-other-versions/sql-prompt-5-1-release-notes

  8. Adding other optimizations

    window, go to Other Optimizations or click the icon in the toolbar. sa_otheroptimizations.gif Select I want to automatically seal classes

    /sa6/adding-other-optimizations

  9. Changes to distribution of command line

    Enterprise license. When running the command line version of SQL Compare, I see a message that the Automation license is a trial version.

    /sc15/getting-started/licensing/changes-to-distribution-of-command-line

  10. Worked example

    ], [Active]) VALUES (1, 1, 100, '2000-01-01 00:00:00.000', '2002-01-01 00:00:00.000', 'Y') INSERT INTO [dbo].[RatchetPrices] ([RecordID],

    /sms1/worked-example

  11. Viewing feature usage reports

    on 23 January 2011. During that session, the user used Feature A, Feature B, and Feature C. At 12:58pm on the same date, User 2 ran your

    /sa6/reporting-feature-usage/viewing-feature-usage-reports

  12. What happens when I run the split table script?

    When you run the script to split a table, the secondary table is created and populated with data. The primary table, and any objects refe

    /sp9/sql-refactoring/refactoring-databases/splitting-a-table/what-happens-when-i-run-the-split-table-script

  13. Generic generators

    or G individual chars [FM] F or M initial ] in char set []] ] [x-y] range [0-9] eg. 3 or 9 complement [^abc] eg. d or # * zero or more ab

    /sdg3/using-generators/generic-generators

  14. What happens when I run the split table script?

    When you run the script to split a table, the secondary table is created and populated with data. The primary table, and any objects refe

    /sp10/sql-refactoring/refactoring-databases/splitting-a-table/what-happens-when-i-run-the-split-table-script

  15. FAQs

    on the temporary instance. How do I check no one in the team is using a clone before I delete it? This isn't currently supported within t

    /clone2/faqs

  16. SQL Prompt 5.1 release notes

    for Format SQL in SQL Server Management Studio (Ctrl+K Ctrl+Y is the primary shortcut) Fixes A number of bugs have been fixed, including:

    /sp7/release-notes-and-other-versions/sql-prompt-5-1-release-notes

  17. SQL Prompt 5.1 release notes

    for Format SQL in SQL Server Management Studio (Ctrl+K Ctrl+Y is the primary shortcut) Fixes A number of bugs have been fixed, including:

    /sp8/release-notes-and-other-versions/sql-prompt-5-1-release-notes

  18. FAQs

    on the temporary instance. How do I check no one in the team is using a clone before I delete it? This isn't currently supported within t

    /clone3/faqs

  19. Tech Tips

    Enhanced performance in Version 7 Setting up your SQL Server What are the key things I need to know when getting started with Data Masker

    /dms7/data-masker-help/tech-tips

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

  21. Test-DlmDatabaseConnection

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

    /dlma2/cmdlet-reference/test-dlmdatabaseconnection

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

  23. Generic generators

    or G individual chars [FM] F or M initial ] in char set []] ] [x-y] range [0-9] eg. 3 or 9 complement [^abc] eg. d or # * zero or more ab

    /sdg4/using-generators/generic-generators

  24. Support for Visual Studio 2005 and 2008 deprecated

    of Reflector. How can I use .NET Reflector with Visual Studio 2005 or 2008? Download the sunset build of .NET Reflector 7.5 below, open i

    /ref8/support-for-visual-studio-2005-and-2008-deprecated

  25. Attaching to a running .NET 4 process

    ("Countdown test process"); int i = 300; int[] array = new int[301]; while (i >= 0) { Console.WriteLine(i + " seconds"); array[i] = i; i

    /app8/setting-up-and-running-a-profiling-session/choosing-application-types-and-settings/attaching-to-a-running-net-4-process


Didn't find what you were looking for?