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
>
has See Also
Tagged Content List
Wiki Page:
TechNet Wiki Community Council
Ed Price - MSFT
Table of Contents Purpose Members How Members Are Selected Future Agenda Items Meeting Minutes See Also Other Languages Purpose The Community Council is a small group of members from both Microsoft and the Community. The Community Council takes responsibility for the following goals and tasks:...
on
5 Jun 2020
Wiki Page:
Wiki Ninjas Blog Authoring Schedule - 2019
Terry Fei
This page lists out the scheduled blog authors for the Wiki Ninjas Blog (the official blog for TechNet Wiki). We build out schedules in quarterly blocks. Table of Contents Current Schedule (Q2 2019) Previous Schedule (Q1 2019) Blog Post Themes Acceptable Content Previous Schedule Plans See Also ...
on
18 Jun 2019
Wiki Page:
Wiki: Technologies Portal111
Terry Fei
The following article is a community-driven list of key products and technologies covered on the TechNet Wiki and the top associated TechNet Wiki articles. This page has TechNet Wiki links only . This list is not intended to include all the articles about each product, and it does not include articles...
on
18 Jun 2019
Wiki Page:
Test CSI-2
Carsten Siemens
One sample One sample two sample
on
11 Mar 2019
Wiki Page:
Wiki Bugfix: Geänderte Tags auf History Tabs
Carsten Siemens
Clicky
on
10 Mar 2014
Wiki Page:
How to Compare Two Tables Definition / Metadata in Different Databases
Naomi N
This article is about the example on T-SQL Script to compare two tables definition / metadata in different databases . The T-SQL Script [used to compare two tables definition / metadata in different databases] in this article can be used from SQL Server 2012 and above version because I have used...
on
22 Sep 2013
Wiki Page:
How to Check the Syntax of Dynamic SQL Before Execution
Naomi N
This article is about the system function sys.dm_exec_describe_first_result_set that can be used to check the syntax of dynamic SQL before execution. This system function sys.dm_exec_describe_first_result_set was introduced in SQL Server 2012. Create sample table and insert sample data : ...
on
22 Sep 2013
Wiki Page:
How to Put a Sequence in a Column Already filled
Yagmoth555
Suppose we would like to create a sequence in a table already filled with data. I found out this solution to be pretty easy: CREATE TABLE SEQ (COK NVARCHAR( 10 )) insert into seq values ( 'York' ),( 'Boston' ),( 'Chicago' ) select * from seq --step 1 , I create a table...
on
22 Sep 2013
Wiki Page:
How To Find Various Day, Current Week, Two Week, Month, Quarter, Half Year and Year In SQL Server
Yagmoth555
Table of Contents Date Computation Finding Current Date Finding Start Date and End Date of the Week Finding End Date of the Week Finding Start Date and End Date of the Two Weeks See Also Date Computation I was working on one of the financial projects on one of my own custom implementation for SQL...
on
22 Sep 2013
Wiki Page:
Microsoft SQL Server 2012 New Functions
Yagmoth555
EOMONTH We had a problem whenever we wanted to identify the end date of a month. There was no built in function. But now that problem is solved in SQL Server 2012. The function EOMONTH returns the date of the month. SELECT EOMONTH (‘05/02/2012’) ‘EOM Processing Date Output: 2012-02-29...
on
22 Sep 2013
Wiki Page:
Plagiarism at TechNet Wiki - First Empirical Data and Analysis
Carsten Siemens
You may have noticed it: Plagiarism in TechNet Wiki is becoming a problem, and it is getting more attention now. This article presents a first empirical analysis, gives insights to some mechanisms behind plagiarism, explains the current rules, shows alternatives to plagiarism, and summarizes the critical...
on
22 Sep 2013
Wiki Page:
BizTalk: WCF Adapters and Troubleshooting
Maheshkumar S Tiwari
Overview and Architecture The BizTalk Windows Communication Foundation (WCF) adapters allow BizTalk Server to communicate with WCF-based applications. The WCF receive adapter instantiates a ServiceHost object for each WCF receive location. Thus a WCF receive location acts as a WCF service. ...
on
22 Sep 2013
Wiki Page:
BizTalk: End-to-End Ordered Message Processing Options
Maheshkumar S Tiwari
Table of Contents Implementations: 1. Messaging-only implementation 2. Singleton orchestration implementation 3. Multiple orchestration implementation Things to keep in mind: See Also In some industries, such as healthcare and financial services, ordered message processing is a common requirement...
on
22 Sep 2013
Wiki Page:
BizTalk Server: Supported Line-of-Business (LOB) systems
Maheshkumar S Tiwari
This article lists the Line-of-Business (LOB) systems supported by BizTalk Server. Yes means it's supported. No means it's not supported. Supported means that the LOB system has been tested by the BizTalk product group. If it's not supported, that LOB system has not been tested. The...
on
22 Sep 2013
Wiki Page:
BizTalk: Enterprise Single Sign-On Service
Maheshkumar S Tiwari
Table of Contents Basic Terminology Common Issues Troubleshooting Tips and Best Practices See Also Basic Terminology Enterprise Single Sign-On Service: A service that communicates directly with the master secret. It is installed with a startup type of Automatic on every BizTalk Server computer...
on
22 Sep 2013
Wiki Page:
SharePoint 2013: Upgrading from SharePoint 2007 (Q&A)
Maheshkumar S Tiwari
This Wiki page contains a discussion of best practices surrounding the upgrade from SharePoint 2007 to 2013. The recommended approach is this: don't upgrade directly from 2007 to 2013, but first follow documentation and upgrade to 2010, and only then upgrade to 2013. Q: Moving from...
on
22 Sep 2013
Wiki Page:
CTK Testing: Freescale i.MX31
Maheshkumar S Tiwari
On the Freescale i.MX31 BSP, the following CTK tests are known to fail with the issues described below: Type of Test Description Camera quality verification test In Cameraqualitytests.dll, subtest ID 100 fails because the Sysgen variable SYSGEN_AYGSHELL is set in...
on
22 Sep 2013
Wiki Page:
Freescale i.MX51
Maheshkumar S Tiwari
On the Freescale i.MX51 BSP, the following CTK tests are known to fail with the issues described below: Type of Test Description Camera quality verification test In Cameraqualitytests.dll, subtest ID 100 fails because the Sysgen variable SYSGEN_AYGSHELL is set in the Multimedia_Test...
on
22 Sep 2013
Wiki Page:
SSRS: You see the error message “403 Forbidden response” when rendering a report with _vti_bin/ReportServer in the URL
Maheshkumar S Tiwari
Background: When using the SQL Server Reporting Services 2008 SP2 Add-in on SharePoint 2007, integrated with a SSRS 2008 R2 report server and you attempt to view a report using ‘_vti_bin/ReportServer’ in the URL, you will see the following error: “ 403 Forbidden response” The following...
on
22 Sep 2013
Wiki Page:
CTK Testing: Microsoft CEPC
Maheshkumar S Tiwari
On the CEPC BSP, the following CTK tests are known to fail with the issues described below: Type of Test Description Audio drift tests Audio drift tests are expected to fail if the files are played over a KITL network connection, as KITL is likely responsible...
on
22 Sep 2013
Wiki Page:
CTK Testing: Freescale i.MX27
Maheshkumar S Tiwari
On the Freescale i.MX27 BSP, the following CTK tests are known to fail with the issues described below: Type of Test Description Communication bus tests - regular serial test (pserial.dll) Subtest ID 1001 (Stress Test for 19200 bps) for COM port (UART)...
on
22 Sep 2013
Wiki Page:
CTK Testing: Microsoft vCEPC
Maheshkumar S Tiwari
On the Microsoft vCEPC (virtual CEPC) BSP, the following CTK tests are known to fail with the issues described below: Type of Test Description Display GDI tests (gdit.dll) Subtest 302 (which tests the palette), subtest 806 (which tests device context) and...
on
22 Sep 2013
Wiki Page:
Exchange 2007 Server node
Maheshkumar S Tiwari
Note The content on this Wiki page was migrated from the old Exchangeninjas.com Wiki. The server node in Exchange 2007 is the parent object for a number of things which are "per server" in scope. This page is meant to be the anchor for topics that relate to these server-local objects...
on
22 Sep 2013
Wiki Page:
Hyper-V: VM Migration - R1 to R2
Maheshkumar S Tiwari
This article is to expand and correct http://technet.microsoft.com/en-us/library/dd296684(WS.10).aspx See Also Hyper-V Portal
on
22 Sep 2013
Wiki Page:
BizTalk Server 2013: How to use SFTP Adapter
Maheshkumar S Tiwari
Table of Contents Introduction How to prepare a testing environment to communicate with the SFTP adapter? How to configure BizTalk SFTP Adapter? How to test BizTalk Adapter? Conclusion See Also Introduction BizTalk server has supported the FTP (File Transfer Protocol ) adapter since its early release...
on
22 Sep 2013
Page 1 of 32 (800 items)
1
2
3
4
5
»
Can't find it? Write it!
Post an Article