1. List all your servers in servers.txt file.
2. Go to command prompt and run this script.
Bhavesh-257515, 2008-10-20
1. List all your servers in servers.txt file.
2. Go to command prompt and run this script.
for /f %i in (servers.txt) do systeminfo /S %i /FO "CSV" /NH >> SystemInfo.csv
You rated this post out of 5. Change rating
So how should you install and configure SQL Server 2012 properly? Glenn Berry completes his two-part series by explaining the steps needed to complete the preparation and do the actual installation.
2012-08-23
2,632 reads
Partition alignment is a well documented best practice, but does it have any benefit on an HP EVA?
2009-09-09
2,968 reads
Storage area networks (SANs) improve SQL Server performance. Set up SANs on SQL Server with these best practices on migrating to, and configuring SANs.
2008-07-07
4,584 reads
Learn storage area network (SAN) basics that SQL Server DBAs must know. Understand SQL storage concerning RAID levels, redundancy and snapshots vs. backups.
2008-06-16
5,193 reads
Or should I place my database files on SAN or directly-attached storage? This is a frequently asked question. It comes up repeatedly in public newsgroups, email discussion lists, and private meetings with customers who are concerned with database performance.
2008-02-05
6,673 reads