Browse by Tags

Tagged Content List
  • Wiki Page: Wiki: HTML オブジェクトテンプレート (ja-JP)

    Table of Contents ノートボックス 注意ボックス 重要ボックス プレーンコードボックス 関連項目 他の言語 ノートボックス 例 ノート < ここにテキストを入力してください > HTML コード < table cellpadding = "0" cellspacing = "0" style = "width: 100%; border-collapse: collapse;" > < tr...
  • Wiki Page: Taking Script of Sql Server Jobs for Migration

    while migrating a sql server database to another sql server instance, sometimes we want to move sql server jobs also. i am using the following powershell script to produce script of the sql server jobs and using it on the new sql server instance 1. [reflection.assembly]::LoadWithPartialName...
  • Wiki Page: Export SQL Server Event Viewer Error Messages As HTML

    i use the following powershell script to retrieve all sql server error logs from event viewer and export as a html file to read easily from our web server. that is the simple version of the script that i published on the Microsoft Script Repository Site. http://gallery.technet.microsoft.com/scriptcenter...
  • Wiki Page: Entity Framework FAQ: Error Messages

    Table of Contents MetadataException: Unable to load the specified metadata resource Unable to create a constant value of type 'SomeType'. Only primitive types ('such as Int32, String, and Guid') are supported in this context. LINQ to Entities queries are converted to SQL, so there is...
  • Wiki Page: Hyper-V: Script for Reverting Snapshots VMRevert

    A tester with 2 different VM environments (but on the same VMM Admin server) needs to revert back to baseline every day. He shares the following script. Script Text: # ============================================================================================== # NAME: VMRevert.ps1 #...
  • Wiki Page: How to use PowerShell to Add a User

    FIM ScriptBox Item FIM ScriptBox Item Summary A PowerShell module is available on CodePlex to simplify FIM management ( http://fimpowershellmodule.codeplex.com/ ). This article shows how to use that module to add a user to the FIM Service. Note : This snippet was copied from the...
  • Wiki Page: ILM : How to Get Attribute Data from a Referenced Object

    Some background information: When ILM directly imports a reference attribute (CS>MV), it tries to maintain the reference, using the technique of referential integrity. ILM automatically translates the link between the 2 objects (user > manager) from CS to Metaverse. The MV object does...
  • Wiki Page: Faster Print Inventory

    #Faster PrintInventory $Printserver = "PrintServer" $cred = Get-Credential # Create new Excel workbook $Excel = new-Object -comobject Excel.Application $Excel.visible = $True $Excel = $Excel.Workbooks.Add() $Sheet = $Excel.Worksheets.Item(1) $Sheet.Cells.Item(1,1) = "Printer...
  • Wiki Page: what microsoft promises to offer in .NET 5.0

    Introduction of New Features in C# 5.0 1. C# Evolution Matrix Microsoft just published a new version of C# : 5.0 beta with CLR version 4.5 (Visual Studio 11 beta). In order to get a big picture of the whole evolution of C# language, I summarized all the key features into a C# Evolution Matrix...
  • Wiki Page: Useful TSQL Scripts for your DBA Toolbox

    The following set of useful TSQL scripts are the result of great discussions on the MSDN forums. The initial set of scripts were supplied by Harry SQL DBA with additional scripts resulting from other forum discussions. The intent of using the wiki for this content is to allow all users to add new scripts...
  • Wiki Page: Wiki: Create Quick and Basic Tables Using the Wiki HTML Editor

    Quick and Dirty tables using the Wiki HTML Editor: Table of Contents See Also Other Languages Brazilian Portuguese (pt-BR) Français France (fr-FR) This will create a simple table with a specific table width , specific column widths , a header row and borders around all the cells...
  • Wiki Page: How MS SQL Compiler Does Internal Data Type Casting

    Now lets take few test to get to the conclusion; See how the MS SQL compiler works, MS SQL compiler is smart enough to do the conversion (implicit type casting) for columns. For 'Test 1' MS SQL compiler converts all values of 'ID' column to 'INT', how it decides to...
  • Wiki Page: Jak wstawić sformatowany kod Windows PowerShell na TechNet Wiki (pl-PL)

    Jest to artykuł z serii wiedzieć jak . Proszę pozostawić ten artykuł przejrzystym i prostym, jak tylko to możliwe. Unikać spekulacyjnych dyskusji, a także nadmiernie technicznego rozwijania zasadniczych mechanizmów czy powiązanych technologii. Table of Contents Wykorzystanie PowerShell...
  • Wiki Page: Installing and Configuring an nCipher Hardware Security Module (HSM) with FIM CM 2010

    This document covers information to install nShield PCI module, configure it and configure FIM CM to use nCipher CSP and KSPs. Review the vendor Quick Start guide (nShield_Quick_Start_Guide.pdf) before attempting to use these instructions. Thales and Brian Komar have produced an E-Book that discusses...
  • Wiki Page: Handling Transactions in Windows Azure SQL Database

    In this article I am going to touch on some of the aspects of transaction handling in Windows Azure SQL Database. Note If you wish to contribute to this page, use the Edit tab at the top (sign-in required). If you wish to provide feedback for this documentation please either send...
  • Wiki Page: Fluent Queries on the Interactive JavaScript Console

    By Alejandro Trigo. Table of Contents Querying Data Applying Schemas Input Data Format Executing Queries Storing and Reusing Queries JavaScript Predicates Data Projection Filtering Sorting Aggregation Limiting the Result Set Map Reduce Jobs as Queries The interactive JavaScript console that...
  • Wiki Page: VBScript: Determine Script Execution Time

    To output a script's execution time, include this at the beginning: dtmStartTime = Timer And include this at the end: Wscript.Echo "Script execution time: " & Round(Timer - dtmStartTime, 2) & " seconds" The Timer function returns the number of seconds...
  • Wiki Page: Entity Framework FAQ: Relationships

    Back to EF FAQs Table of Contents Table of Contents Does the Entity Framework support lazy loading and deep loading, and how is the performance for these features? Is it possible to make the EF implicitly load related entities? Is lazy loading enabled by default? Is there a topic that compares...
  • Wiki Page: Troubleshoot Master Data Services Database Restore

    Users of Master Data Services: If you have recently restored your MDS database, and MDS is no longer working as it should, this article should help get you back up and running. Run each of these scripts on your MDS database. In these examples, our database is called "MDS_Sample." 1. Change...
  • Wiki Page: Best Practices for Using the HPC Macros to Run Excel Workbooks on a Cluster

    The HPC Services for Excel provide a framework of Visual Basic for Applications (VBA) macros that you can implement for a Microsoft Excel workbook to enable the workbook calculations to run in parallel on a Windows HPC cluster. The HPC macros integrate with the SOA client (ExcelClient) and SOA service...
  • Wiki Page: Como hacer Server Controls Compatible con navegadores usando ASP.NET (es-ES)

    Introducción En el desarrollo web moderno, tenemos que comprobar la compatibilidad del navegador para nuestras páginas web. Esto puede incluir el cambio de los estilos CSS para los problemas de diseño. Mediante ASP.NET se puede comprobar la compatibilidad del navegador sin...
  • Wiki Page: How to Forcibly Install the LDR Branch from a Particular Hotfix Package

    Let's say we want to install the very latest version of Hyper-V Hypervisor package. Practically speaking, there's not much sense in this since Component-Based Servicing (CBS) stack does a very good job choosing the right package to install in every particular situation. But it's a useful...
  • Wiki Page: Simple Way to Get Images from SharePoint and Process OCR

    Table of Contents Overview / Survival Guide Media Type/Task References Overview / Survival Guide In this article I will address a simple way to get images from SharePoint and process OCR using the Tessnet2 OCR. NET 2.0 assembly OCR . OCR is an English acronym for Optical Character Recognition...
  • Wiki Page: SharePoint List Redirect to Login Page When Clicking Some Document Types

    Table of Contents Troubleshooting Actions Required Resolve the "How-To" Troubleshooting In a FBA (Forms Based Authentication) scenario, for some document types like XLS, XLSX, DOC, DOCX, … instead of open or download it simply redirect to the login page Actions Required Resolve...
  • Wiki Page: Entity Framework FAQ: Customizing Objects

    Back to EF FAQs Table of Contents Table of Contents How do I write custom logic behind a "getter" or "setter"? Is it possible to write logic that distinguishes between user code calls to the data class and framework materialization of the class? How do I execute custom code...
Page 43 of 45 (1,105 items) «4142434445
Can't find it? Write it!