This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use.
Learn more
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
Tag Cloud
.net
Active Directory
AD DS
ASP.NET
azure
BizTalk
BizTalk Server
C#
C# .NET
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2013
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
fr-FR
has Back to Top link
has code
has command
has comment
has Conclusion
has download link
has Gallery download
has image
Has Link
has links
has Other Languages
has reference
has References
has See Also
has summary
Has Table
Has TOC
has video
How To
Hyper-V
it-IT
Link Collection
Lync
magazine article
marcelo strippoli
mehmet parlakyiğit
Microsoft
Microsoft Azure
Multi Language Wiki Articles
MVP
needs work
Office 365
pgtag
Português Brasil
PowerShell
pt-BR
SCCM
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint 2016
Sharepoint Online
Small Basic
SQL
SQL Server
SQL Server 2012
step by step
stub
System Center
System Center 2012
TAT
TAT Members
TechNet Guru
TechNet Guru Gold Medal Winner
TechNet Guru Medal Winner
TechNet Wiki
TechNet Wiki Featured Article
Translated into Portuguese
troubleshooting
tr-TR
T-SQL
Visual Studio
VS
Wiki
Windows
Windows 10
Windows 7
windows 8
Windows Phone
Windows Phone Migration Content
windows server
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
windows server 2012 r2
Wiki
>
All Tags
>
sql
Tagged Content List
Wiki Page:
SQL Server Operations: Monitoring Disk Space with WMI and OLE Automation Objects
M.Vignesh
Abstract This article talks about various SQL methods to fetch the disk usage details and use of T-SQL in conjunction with invoking OLE automation procedures and WMI class libraries using SQL Windows Shell interface. The step by step details about "OLE automation and WMI Query"...
on
23 Sep 2017
Wiki Page:
SQL: Handling comma while creating CSV
Kapil.Kumawat
If you are facing issues because of ',' (comma or .csv file) in the data of your text column, you can use the '|' sign. EXECUTE master.dbo.xp_cmdshell 'bcp "SELECT Column1, Column2, Column3 FROM YourDB.[dbo].[YourTable] ORDER BY 1" queryout E:\Objects3.txt -t"...
on
18 Sep 2017
Wiki Page:
Understanding Claim Rule Language in AD FS 2.0 & Higher
M.Vignesh
Table of Contents Introduction Understanding Claim Sets General Syntax of the Claim Rule Language Condition Statements Issuance Statements Multiple Conditions Combining Values Aggregate Functions Using Regular Expressions Querying Attribute Stores SQL Attribute Stores LDAP Attribute Stores Links to Additional...
on
17 Sep 2017
Wiki Page:
SQL Server: Change Data Capture (CDC) (pt-br)
Kapil.Kumawat
O CDC é uma feature do SQL Server que permite que você capture, mantenha e monitore o histórico das alterações em registros de todas ou determinadas tabelas no banco de dados. Por que usar o CDC? É muito mais simples configurar o CDC do que desenvolver rotinas com trigger’s para salvar um log histórico...
on
12 Sep 2017
Wiki Page:
Portal de Grupos de Usuários Microsoft
電腦神手吳子陵
Bem-vindo ao Portal de Grupos de Usuários Microsoft no TechNet Wiki. O objetivo deste portal é envolver e conectar Comunidades de Grupos de Usuários Microsoft off-line com a Comunidade TechNet Wiki on-line , através do incentivo a criação de artigos/colaboração e conscientização do TechNet Wiki...
on
8 Sep 2017
Wiki Page:
Troubleshooting SQL: Agent job failed with Error 547 and Error 3621.
電腦神手吳子陵
Message Executed as user: ArrivalsDepartures. The INSERT statement conflicted with the FOREIGN KEY constraint "FK_DepartureStatusArchive_TechnicianName". The conflict occurred in database "DatabaseName", table "dbo.Users", column 'UserID'. [SQLSTATE 23000...
on
7 Sep 2017
Wiki Page:
SQL Conception - What's different between EXIST and IN
Kapil.Kumawat
IN is a collection operator. a in {a, c, d, s, d ....} "David" IN ( SELECT sname FROM student ) From above statement (select sname from student) returns a collection of names used to determine whether "David" is a data in this collection or not; At the same time, you can...
on
26 Aug 2017
Wiki Page:
Microsoft SQL Server 2016 T-SQL yenilikləri. JSON (az-AZ)
Sabah Shariq
Salam Dostlar. Microsoft SQL Server 2016 yenilikləri barədə mövzumuzu davam edirik. Bu gün biz sizinlə Microsoft SQL Server 2016 versiyasının ən mühüm yeniklərindən biri olan JSON formatının dəstəklənməsi ilə tanış olacağıq. Bildiyiniz kimi JSON verilənlərin mübadiləsi formatıdır. XML-ə oxşayır...
on
28 Jul 2017
Wiki Page:
BizTalk Mapper: Grouping stored procedure response to WCF-SQL call from Orchestration using custom XSLT
M.Vignesh
Table of Contents Scenario Resolution See Also Scenario The requirement is to fetch the below column details from the stored procedure and grouping then based on Session_Id and the output should look like below. Output should be the below format: < ns0:ScheduleDetails xmlns:ns0 ...
on
12 Jul 2017
Wiki Page:
FIM 2010 & MIM 2016: Run profile statistics with SQL and Excel Pivot Tables
Mohamed El-Qassas MVP
Table of Contents Introduction Prerequisites Dependencies Data collection SQL Generating Statistics Preparing the Excel sheet SQL to Excel Downloads SQL Excel See also Introduction In many cases, you want to have a better insight in the performance of your FIM Synchronization run profiles. ...
on
14 Jun 2017
Wiki Page:
बिजटॉक सर्वर 2010: एसक्यूएल एजेंट जॉब्स (hi-IN)
Richard Mueller
नमस्कार हिंदी भाषा के इस लेख में आपका स्वागत है, आपके प्रतिक्रिया का हमें इंतेज़ार रहेगा और हम आशा करते है की यह लेख आपके लिए उपयोगी साबित होगी। Table of Contents Credits BizTalk Server SQL एजेंट कार्य BizTalk Server बैकअप संदर्भ CleanupBTFExpiredEntriesJob_BizTalkMgmtDb...
on
12 Jun 2017
Wiki Page:
बिजटॉक डेटाबेस बैकअप के लिए पहलू (hi-IN)
Richard Mueller
नमस्कार हिंदी भाषा के इस लेख में आपका स्वागत है, आपके प्रतिक्रिया का हमें इंतेज़ार रहेगा और हम आशा करते है की यह लेख आपके लिए उपयोगी साबित होगी। Table of Contents Credits परिचय क्यों और कैसे लॉग शिपिंग बैकअप बनाने के लिए कैसे बैकअप करने के लिए कस्टम डेटाबेस जोड़े...
on
11 Jun 2017
Wiki Page:
बिजटॉक डेटाबेस: जीवन रक्षा गाइड (hi-IN)
Richard Mueller
नमस्कार हिंदी भाषा के इस लेख में आपका स्वागत है, आपके प्रतिक्रिया का हमें इंतेज़ार रहेगा और हम आशा करते है की यह लेख आपके लिए उपयोगी साबित होगी। Table of Contents Credits परिचय संसाधन सामान्य उन्नयन डेटाबेस नौकरियों आपदा वसूली ट्रैकिंग उच्च उपलब्धता अन्य भाषाएँ यह भी द...
on
11 Jun 2017
Page 14 of 27 (675 items)
«
12
13
14
15
16
»