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
>
TSQL
Tagged Content List
Wiki Page:
Using Bulk Insert to import inconsistent data format (using pure T-SQL)
pituach
Table of Contents Introduction The problem Our Case Study The solution: STEP 1: Identify the import's file format Finding the problematic columns and the consistent columns format STEP 2: insert the data into temporary table Step 3: parsing the data into the final table Summary Comments Resources...
on
15 Sep 2013
Wiki Page:
Generate XML - Column Names with their Values as text() Enclosed within their Column Name Tag
Naomi N
The most commonly used XML format is the following: (column names with their values as text() enclosed within their column name tag) Lets find out how to generate the following XML for table provided below: < Employees > < field Name = "ID" >1</ field >...
on
8 Sep 2013
Wiki Page:
Avoid T (space) while generating XML using FOR XML clause
SathyanarrayananS
The following code shows an example on how to avoid T (space) while generating XML using FOR XML clause Sample Data: DECLARE @Employee TABLE (ID INT , Name VARCHAR (100), DOJ DATETIME) INSERT @Employee SELECT 1, 'Sathya' , '2013-06-08 08:50...
on
8 Sep 2013
Wiki Page:
BizTalk Server 2010: Database BizTalkDTADb
Maheshkumar S Tiwari
Table of Contents Tables Tables to be aware of SQL Queries Find Orphaned messages in the tracking database Query Transactions Query Instances Query transaction by host name Get message count for all applications from In Out Events References See Also This article will contain information about the...
on
23 Aug 2013
Wiki Page:
Change Data Capture Known has CDC
Manjunath C Bhat
Change Data Capture popularly known as CDC is a new feature in SQL Server 2008 that records insert, update and delete activity in SQL Server tables. A good example of how this feature can be used is in performing periodic updates to a data warehouse. CDC records (or captures) DML activity on designated...
on
21 Aug 2013
Wiki Page:
BizTalk Server 2010: Backup Compression
Steef-Jan Wiggers
Table of Contents Introduction Compression feature See Also Introduction One of the new features of BizTalk Server 2010 is backup compression of BizTalk database. This feature has some advantages like: Less disk space is required for data files, Less I/O operations, A faster backup and restore...
on
15 Aug 2013
Wiki Page:
Query Taking non-Consistent Time to Execute
Ed Price - MSFT
There might be following reasons for different timings: 1. Different hardware configurations CPU, RAM, etc. on different servers Note: If we're running the same query on different servers, we can not expect the same time, but we may expect similar times, so the huge difference is a case...
on
4 Aug 2013
Wiki Page:
Useful TSQL Scripts for your DBA Toolbox
dplotnikov - mvp
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...
on
26 Aug 2012
Page 1 of 1 (8 items)
Can't find it? Write it!
Post an Article