Browse by Tags

Tagged Content List
  • Wiki Page: SQL Server Performance tuning with Indexing

    Introduction : Poor data model , poorly written queries and poor indexing strategies can result in performance degradation of an OLTP system . When it comes to performance tuning , the queries should be re-written in the best way to fetch the data and then we can create indexes to boost the...
  • Wiki Page: Windows To Go Step by Step

    Introduction Windows To Go workspace is an enterprise feature of Windows® 8 that enables users to boot Windows from a USB-connected external drive. Windows To Go drives can use the same image that enterprises use for their desktops and laptops, and can be managed the same way. Offering a new mobility...
  • Wiki Page: How to Verify the Edition/Build of Windows 7 in Use

    Windows 7 has different editions, and in this article, I'm going to show you how you can quickly verify which edition/build of Windows 7 you are using. To check which edition or build of Windows 7 you are running, follow the below steps: Click on Start , then in the Search programs and...
  • Wiki Page: How to Create a Universal Windows 7 Disc

    This is a quick guide to making a "universal" Windows 7 installation disc or flash media. Unlike Vista, Windows 7 discs seem to only contain one version, despite being the same size. First, extract your installation disc, if it is an ISO file. If you have a retail DVD, copy all of...
  • Wiki Page: SQL Server 2012 Developer Training Kit BOM

    Table of Contents Overview Day 1: Introduction and Database Engine Topics Module 1: Introduction to SQL Server 2012 Module 2: Introduction to SQL Server AlwaysOn Module 3: Exploring and Managing SQL Server 2012 Database Engine Improvements Module 4: SQL Server 2012 Database Server Programmability Day...
  • Wiki Page: List of Public Microsoft Support Knowledge Base (KB) Articles for System Center 2012 Configuration Manager (ConfigMgr 2012)

    This is a list of System Center Configuration Manager public KB articles and hotfixes published after the 2012 release. Note: Some updates are required only under certain circumstances, please read hotfix description before installing one. ID Title Hotfix 2683915 A...
  • Wiki Page: SQL Server Samples Readme

    The SQL Server 2012 samples provide a variety of databases and files that you can use to learn about new and existing features. This article is the consolidated Readme for each sample in the SQL Server 2012 release. It provides prerequisite information, installation instructions, and links...
  • Wiki Page: Load Testing BizTalk Server Solutions with Visual Studio 2010

    Table of Contents Introduction Creating a Visual Studio Unit Test to Submit Documents to BizTalk Server Set Visual Studio 2010 Test Project Options Create a new Visual Studio 2010 Solution with a Test Project Update the Code in the Test Project and add an Application Configuration File to the Test Project...
  • Wiki Page: How to Print List of Tests (Test Methods) in Visual Studio Test Project

    Table of Contents Introduction Steps See Also Introduction Have you come across any requirement to get/ print the list of all the automated tests in your test project? Each automated test is marked with attribute TestMethod in classes with attribute TestClass in a Test Project. Microsoft...
  • Wiki Page: Code Sample: Regular Detection and On Demand Detection Leveraging the same Script Instance

    Here is the sample management pack: < ManagementPack ContentReadable = "true" xmlns:xsd = " http://www.w3.org/2001/XMLSchema " xmlns:xsl = " http://www.w3.org/1999/XSL/Transform " > < Manifest > < Identity > < ID >Demo<...
  • Wiki Page: My First Bug/Feedback on Visual Studio 2011- Missing Database Project Schema View

    My First Bug/ Feedback for Visual Studio 2011 Today, i have submitted my first bug/feedback in microsoft connect for visual studio 2011 developer preview https://connect.microsoft.com/VisualStudio/feedback/details/715780/database-schema-view-in-vs2011 It seems that the developer preview is missing...
  • Wiki Page: RemoteFX vGPU Setup and Configuration Guide for Windows Server 2012

    Windows Server 2012 introduces some significant improvements to RemoteFX™. One feature – RemoteFX vGPU - already present in Windows Server 2008 R2 is the ability to use a physical graphic adapter (GPU) in the Hyper-V host to accelerate the host-side rendering of display content. This guide describes...
  • Wiki Page: Visual Studio 2011 - Database Project for DBA

    This is a draft Introduction Database, just like any system design undergoes several stages of development. This is known as DBLC or Database Development Life cycle. Microsoft Develop the "database project" to manage DBLC. In this article we will look at database project in Visual...
  • Wiki Page: Cannot Run Active Directory Users and Computers (ADUC) Due to C++ Runtime Error (dsforum2wiki)

    Table of Contents Problem Resolution Problem When you try to open Active Directory Users and Computers tool you see the following error: Microsoft Visual C++ Runtime Library error; "The Application has requested the runtime to terminate it in a unusual way. Please contact...
  • Wiki Page: Using XML File as Data Source for Visual Studio Data Driven Testing

    Scenario : Using XML file as data source for Data driven testing in Visual studio 2010 Ultimate Error Observed: The unit test adapter failed to connect to the data source or to read the data. For more information on troubleshooting this error, see "Troubleshooting Data-Driven Unit Tests"...
  • Wiki Page: Visual Studio Authoring Extensions - Visual Studio Features

    Table of Contents XML editing Organization Customizable windows Find and Replace IntelliSense AutoCorrection Additional Resources XML editing Visual Studio is optimized to provide language support in whatever language you’re currently working in, and that includes XML. When you start a new project...
  • Wiki Page: Simulating Touch Input in Windows 8 Using Touch Injection API

    Table of Contents Introduction Prerequisites Touch Interactions Simulating Tap Simulating Hold Simulating Drag Simulating Pinch/Pan Simulating Rotate Simulating Cross-Slide References Introduction Windows 8 comes with multiple input types. Windows 8 devices often have multi-touch screens that enable...
  • Wiki Page: Custom MDX Query for Excel Filters

    More Often we may want to write custom Filters for Cube Data retrieved through Excel. You can achieve it through VBA or simply by adding few iterations on Excel. We can Achieve Custom calculations by simply adding OLAP PIVOT TABLE Extension to EXCEL . A common scenario would be building a 13 week...
  • Wiki Page: Introduction to the Windows Embedded Compact Test Kit

    Introduction to the Windows Embedded Compact Test Kit The Windows Embedded Compact Test Kit (CTK) provides significant improvements to the user interface and the overall feature set when compared to the previous release known as Windows Embedded CE Test Kit (CETK). The Windows Embedded...
  • Wiki Page: Microsoft Visual Studio 2010 – Load Test – Overview

    Table of Contents See Also The key goal of a load test is to imitate many users accessing a server at the same time. When a test (web test, unit test or coded UI test) is added to a load test, multiple users opening simultaneous connections to a server and making multiple HTTP requests are simulated...
  • Wiki Page: Visual Studio Authoring Extensions for System Center 2012 - Operations Manager

    The Visual Studio Authoring Extensions allow you to create management packs for System Center 2012 - Operations Manager using Visual Studio. Work directly with the XML of the management pack allowing you to create any management pack element and monitoring scenario. Provides XML templates and...
  • Wiki Page: Windows Communication Foundation Overview

    Table of Contents For Beginners Forums WCF Wiki Pages Books See Also Other Languages Deutsch (de-DE) Português (pt-BR) Windows Communication Foundation (WCF) is a system for creating connections between applications using services and endpoints. WCF is, more than anything, an infrastructure technology...
  • Wiki Page: Microsoft Visual Studio 2010 – Web Performance Test – Overview

    Table of Contents See Also A Web performance test (previously "web test") consists of a chain of HTTP requests. Web testing has been supported in Visual Studio Team System ever since the 2005 release, but Visual Studio 2010 offers key improvements. Web tests work at the protocol layer...
  • Wiki Page: Microsoft Visual Studio 2010 – Coded UI Test – Overview

    Table of Contents See Also :- Coded UI tests are innovative capability of Visual Studio 2010. Coded UI tests offer a way to create entirely automated tests which work at user interface level to certify the functionality and behavior of an application. Coded UI Test Framework features of Visual...
  • Wiki Page: MSDN/TechNet Forums: How to Strikeout Text in Your Post

    Sometimes you must use the HTML editor to get exactly what you want in a forum post. An example is when you need to strikeout some text. This places a horizontal line through the middle of the text, indicating it is removed. You must use the HTML editor for this and enclose the text in the proper tags...
Page 7 of 268 (6,690 items) «56789»
Can't find it? Write it!