TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
Active Directory
AD
AD DS
adfs
ASP.NET
azure
BizTalk
BizTalk Server
BizTalk Server 2010
C#
Candidate for deletion
certification
cloud
core docs
de-DE
EAA
Ed Price
Ed's Stub Pages
en-US
ESA
es-ES
Excel
Exchange
Exchange 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
FIM Resources
FIM-HELP
forefront
forums
fr-FR
Gokan Ozcifci
has code
has comment
has comments
has image
has Images
has Other Languages
has See Also
Has Table
Has TOC
Horizon_Net
How To
Hyper-V
id-ID
IIS
Italian Wiki Articles
it-IT
ja-JP
Jordano Mazzoni
Link Collection
Luciano Lima
Luigi Bruno
Lync Server 2010
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Pirated Content
Portal
Português Brasil
PowerShell
pt-BR
security
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint Pirate
Small Basic
solucionando problemas
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Guru
TechNet Wiki
TechNet Wiki Featured Article
tonyso
Translated into Japanese
troubleshooting
tr-TR
vídeo
Video
Virtualization
VMM
Wiki
Windows
Windows 7
Windows 8
Windows Azure
Windows Server
Windows Server 2003
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
yottun8
اکتیو دایرکتوری
Browse by Tags
>
TechNet Articles
>
All Tags
>
TechNet Guru
Tagged Content List
Wiki Page:
TechNet Guru Contributions
Maheshkumar S Tiwari
Table of Contents What this Competition is About? List of Existing (past and present) Competitions Winners See Also What this Competition is About? Starting from May 2013 , TechNet Wiki is looking for and celebrating the best of the best! Is that you? Do you consider yourself an expert...
on
12 Sep 2013
Wiki Page:
SQL Server PIVOT
Naomi N
Table of Contents Problem Definition Common Problem Other Blogs See also Problem Definition Recently in this thread I helped to solve a relatively simple problem. I will quote my solution and then I will explain the main problem people often encounter with PIVOT solutions ; WITH...
on
12 Sep 2013
Wiki Page:
T-SQL: Dynamic Pivot on Multiple Columns
Naomi N
Table of Contents How to make a dynamic PIVOT on multiple columns See also Other Languages How to make a dynamic PIVOT on multiple columns The problem of transposing rows into columns is one of the most common problems discussed in MSDN Transact-SQL forum . Many times the problem of creating...
on
12 Sep 2013
Wiki Page:
SSIS: Flat File Source - Datetime Column Format Issue & Solution
Naomi N
Table of Contents 1.0 Introduction 2.0 Problem Definition 3.0 How does it work 4.0 Solution 1.0 Introduction Flat files as Source are widely used in SQL Server Integration Services Tool. This article will discuss about one common issue with Flat File Date time Columns. (Details can be found...
on
12 Sep 2013
Wiki Page:
Multiple Columns in WPF ListBox
Maheshkumar S Tiwari
In this article we will discuss ways to have multiple columns in WPF ListBox control and layout the ListBox such that each row has 3 items. All WPF controls deriving from ItemsControl provide an ' ItemsPanel' property that allows us to replace the internal layout panel that arranges the items...
on
12 Sep 2013
Wiki Page:
SharePoint 2013: Social Features, Community Site
Benoit Jester
Table of Contents SharePoint Social components Community Site Which things can be achieved in Community site? Create Community Site 1. By choosing 'Community' site template and create stand-alone community. 2. By activating Community features on the existing sites Community Site features 1....
on
12 Sep 2013
Wiki Page:
BizTalk Server Installation and Configuration Checklist
Ed Price - MSFT
Table of Contents Introduction General information regarding updating this article General advices before Installation of BizTalk and SQL machine SQL Server Installation Install BizTalk After installation SQL BizTalk See Also Introduction This list is intended as a simple checklist to verify the...
on
11 Sep 2013
Wiki Page:
Azure Mobile Services Custom API - Exploring Server Side Capability
Ed Price - MSFT
This Wiki Article explores some of the capabilities of Azure Mobile Services API that might be of interest in some scenarios. Note: this article assumes some familiarity with Azure Mobile Services. For a great introduction see the Microsoft documentation . Node.js It is important...
on
11 Sep 2013
Wiki Page:
Bitmap.Lockbits De-Mystified .Net
Richard Mueller
How To Use Bitmap.Lockbits Many people may have noticed in the past how intimidating using Bitmap.Lockbits has been due to a lack of clarification/documentation on its usage. This article attempts to do an in depth review of its usage. It does not focus on alternate methods to lockbits. I remember...
on
11 Sep 2013
Wiki Page:
Visual Basic - Knife Thrower!
Richard Mueller
Table of Contents What is this article about? Glossary/MSDN Library Cross Reference of terms What is GDI+? What is a polygon in Visual Basic? How does polygon rotation work? Part1 Form Initialization Part2 Form1's Load event Part 3 - Waiting for input Part 4 - The polygon Class Project Source...
on
11 Sep 2013
Wiki Page:
Convert System.Decimal to and from Byte Arrays (VB & C#)
Richard Mueller
Table of Contents Introduction Getting the bytes of a System.Decimal Creating an instance of the System.Decimal from bytes Summary References Introduction At first glance converting the datatype (System.Decimal) to and from bytes may appear to be a challenge, this is because the...
on
11 Sep 2013
Wiki Page:
T-SQL: Script to Find the Names of Stored Procedures that Use Dynamic SQL
Naomi N
This script was developed to answer the question in this thread I need query find all the SPs that used dynamic SQL We can execute dynamic sql using sp_executesql or just with Exec / Execute . To find the names of the StoredProcedure that may have used dynamic SQL, this script can be used...
on
11 Sep 2013
Wiki Page:
Understanding NOLOCK Query Hint
Naomi N
In our day to day T-SQL querying we use lot of query hints to modify the way a particular query will be executed. When we specify query hint SQL Server produces optimized plan using this query hint. This can be dangerous if it is not tested before in UAT as it is known fact that query plan which SQL...
on
11 Sep 2013
Wiki Page:
How to Get the Textual Representation of a Number (Convert Number to Words) in VB.Net
Naomi N
Table of Contents Introduction Designing the Class Converting Decimal Values Usage Example Summary Appendix A: Complete Code Sample Introduction Converting a decimal number into its textual representation is nothing new and the Internet is full of examples on ways to do so. The basic idea...
on
11 Sep 2013
Wiki Page:
T-SQL: Applying APPLY Operator
Naomi N
This article originates from the following MSDN Transact SQL Forum's question: Complex logic to be implemented in SQL - Please help! and I hope I made a pun with its title. In my solution to the problem presented by the thread's originator I am going to show how to use OUTER APPLY...
on
11 Sep 2013
Wiki Page:
T-SQL: Date-Related Queries
Naomi N
In this article I plan to add various interesting date related queries. This article will expand when new problems will present themselves in the Transact-SQL forum. Table of Contents Finding Day Number from the Beginning of the Year Finding Beginning and Ending of the Previous Month See Also ...
on
11 Sep 2013
Wiki Page:
T-SQL: Gaps and Islands Problem
Naomi N
This article will consider a simple classical Gaps & Islands problem asked recently in Transact-SQL Forum at MSDN with non original title "Query Help" . Table of Contents Problem Definition Solution See Also Problem Definition The thread originator was kind enough...
on
11 Sep 2013
Wiki Page:
SharePoint 2013: How to Get Following and Followers of User by using JSOM or JavaScript
Naomi N
Table of Contents Using Social Information in SharePoint 2013 First step Second Step See Also Other languages Using Social Information in SharePoint 2013 Getting Following and followers of a specific or current user in SharePoint 2013 is very easy. SharePoint 2013 has provided client side...
on
11 Sep 2013
Wiki Page:
TechNet Guru Contributions - August 2013
Ed Price - MSFT
Table of Contents Introduction How to Enter 1) Create a new TechNet article 2) Tell us about it Categories BizTalk Forefront Identity Manager SharePoint 2010 / 2013 Small Basic SQL Server Analysis Services, PowerPivot SQL Server Database Engine SQL Server Reporting Services, Power View & SQL Server...
on
10 Sep 2013
Wiki Page:
BizTalk Message Based Routing: why is my file not transferred to the location of the Send Port
Maheshkumar S Tiwari
Table of Contents Introduction Scenario The Receive Location listens to the wrong folder or contains a typo The Receive Location is not enabled Mismatch of the file mask on the Receive Location Tricked by Windows Explorer A Service Window or Start/Stop Date prevents the Receive Location to poll for incoming...
on
10 Sep 2013
Wiki Page:
BizTalk: Monitoring and Automatically Starting Host Instances Via A Scheduled Task
Maheshkumar S Tiwari
by Ron Phillips, aka El Bo on Technet Table of Contents Introduction Building the Sample See Also Introduction If you've ever gotten a phone call at 2 am asking you to figure out why a system is down, you'll appreciate the utility of self-healing systems. With a little work with...
on
10 Sep 2013
Wiki Page:
SSRS: Multi Font Color / Multi Font Size within a Single Field / Textbox
TNJMAN
This article explains how to format the characters within a single Field or Textbox with varying font size and font color in SSRS. Consider the below code sample as the requisite dataset query: DECLARE @UnitsOfMeasurement TABLE (Measurement VARCHAR (50),Units VARCHAR (20)) ...
on
9 Sep 2013
Wiki Page:
BizTalk Server: WCF-SQL Adapter Table Operations
Naomi N
Table of Contents Introduction WCF-SQL Adapter WCF-SQL Features Adding the WCF-SQL Explicitly Adapter Metadata Wizard Table Operations Create BizTalk project and generate schema Create messages instances Build and deploy the BizTalk project Configure the application Wrap up Call for action See Also ...
on
9 Sep 2013
Wiki Page:
How to Generate Index Creation Scripts for all Tables in a Database using T-SQL
Maheshkumar S Tiwari
The need often arises to create or recreate the indexes for all tables in a database, especially in development and testing scenarios. This article presents a script to generate Index Creation Scripts for all tables in a database using Transact-SQL (T-SQL). The code block below will generate Index...
on
8 Sep 2013
Wiki Page:
We’ve Got The Power: “Power BI”, New Microsoft BI Suite Announced
TNJMAN
by Paul Turley , Mentor, SolidQ from SQLServerBiBlog.com Table of Contents Power BI: a new suite of Business Intelligence tools Power Query Power Map Power Pivot Power View Power BI: a new suite of Business Intelligence tools Over the past few months, teams at Microsoft have made several...
on
8 Sep 2013
Page 3 of 9 (205 items)
1
2
3
4
5
»
Can't find it? Write it!
Post an Article