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
>
CSV
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:
How to Migrate from Hyper-V 2008 to Hyper-V 2008 R2
Richard Mueller
You can have a look to KB957256 that describe how to upgrade computers running Windows Server 2008 with the Hyper-V role installed to Windows Server 2008 R2, in a standalone, or in a cluster environment. Here are the 3 methods you can use: Perform an upgrade of the parent partition from...
on
15 Sep 2013
Wiki Page:
Passing Comma Separated Values (SSRS - Multi-valued Parameter) as Input to Stored Procedure
Naomi N
In this post let us see how we can easily handle passing comma separated values as input to the stored procedure. This kind of situation generally happens when we design report with multi-valued input parameter which will be passed as input to the stored procedure. This code block has the sample...
on
9 Sep 2013
Wiki Page:
Hyperv3 Failover Cluster
Yagmoth555
This is a baseline document on how to configure a Hyperv3 cluster on Windows 2012 OS. Few points before we start Make sure that the server firmware is updated fully with the latest available one. This is very important as my first installation ended up in issues which was pointing that firmware...
on
8 Jul 2013
Wiki Page:
How to Rename Computers Using PowerShell and a CSV File
Richard Mueller
To rename a bunch of computers in a domain, first create a list of the old names and the new names in a file, separating them with commas. You'll need a header row, and then each old/new pair in their own row, like this: OldName,NewName Machine1,Computer1 Machine2,Computer2 Oldcomputername...
on
23 Apr 2013
Wiki Page:
Como Renomear Computadores Usando PowerShell e Arquivo CSV (pt-BR)
Richard Mueller
Esse artigo foi originalmente escrito em: http://social.technet.microsoft.com/wiki/contents/articles/2243.how-to-rename-computers-using-powershell-and-a-csv-file-en-us.aspx Para renomear um grupo de computadores de um domínio, primeiro crie uma lista de nomes antigos e os novos em um arquivo...
on
23 Apr 2013
Wiki Page:
PowerShell と CSV ファイルを利用してコンピュータ名を変更する方法 (ja-JP)
Luigi Bruno
ドメインに存在する複数のコンピューターの名前を変更するには、まず今の名前と新しい名前をカンマ区切りにしたファイルを作成します。以下のように、ヘッダー行を付けて今の名前と新しい名前を同じ行にペアにします。 OldName,NewName Machine1,Computer1 Machine2,Computer2 <今のコンピューター名>,<新しいコンピューター名> ファイルを "rename.csv" としてよく知られた場所である C:\temp に保存します。 注意: CSV ファイルの中で今のコンピューター名とカンマの間などに余分な空白を入れたりすると...
on
4 Mar 2013
Wiki Page:
Microsoft Codename “Data Transfer” Tutorial
Yagmoth555
Microsoft Codename “Data Transfer” (https://web.datatransfer.azure.com) is a cloud service that lets you transfer data from your computer to a SQL Azure database or Windows Azure Blob storage account that you own. You can upload any data format to Windows Azure Blob storage, and data that...
on
5 Feb 2013
Wiki Page:
Cluster Shared Volume (CSV). Pull de discos. Windows Server 2012. (es-ES).
Normannp
Os voy a comentar las mejoras que aporta Windows Server 2012, sobre soluciones de CSV y Pull de discos, y como pueden afectar a sistemas en cluster . Hasta ahora teníamos la capacidad de trabajar con dos tipos de discos: Discos de cabina presentados de forma tradicional, con una LUN directa que...
on
22 Jan 2013
Wiki Page:
Solucionando Problemas: Ao adicionar um nó em Cluster acusa problema com “Owner” da unidade CSV (pt-BR)
Marcelo Sincic - MVP
Table of Contents SINTOMA CAUSA SOLUÇÃO Nota SINTOMA Ao acrescentar um novo nó em um cluster já existente enfrentei um problema no HA (High Avaliability) quando ao mover o storage ocorreu o erro “This node is not a possible owner for this resource”. ...
on
9 Nov 2011
Wiki Page:
Criando contas de usuários com o Windows PowerShell e arquivo CSV no Windows Server 2008 (pt-BR)
Erick Albuquerque
Table of Contents Objetivo Aplica-se a: Introdução Conclusão Objetivo Automatizar a criação de contas de usuários no Windows Server 2008 com Windows PowerShell utilizando um arquivo CSV. Aplica-se a: Windows Server 2008 Introdução...
on
7 Nov 2011
Wiki Page:
Domain Controller e Cluster CSV: Alcuni consigli utili (it-IT)
S.Net
Virtualizzare la propria infrastruttura, o quella dei propri clienti, è una pratica che è ormai moda nel panorama IT. Nelle piccole realtà si trova un server che gestisce tutto, con ovviamente, ma non sempre, un sistema di backup esterno; mentre nelle realtà più grandi...
on
28 Oct 2011
Page 1 of 1 (12 items)
Can't find it? Write it!
Post an Article