June 18, 2013 at 5:01 am
can anyone give me tips how to use powershell with respect to sql server 2008
June 18, 2013 at 5:45 am
wow an awfully broad subject there;
take a look at the forum dedicated to Powershell and SQL server here
from there, you can see there are broad categories of uses, but one of the biggest is gathering information from multiple servers; SSMS is single-server-centric until you open up the Registered Servers utilities.
Powershell has easy access to Windows Management Instrumentation (WMI) , so you can get a lot of OS details and other statistics about your servers that way.
you can use it for backup and restore strategies, scripting out of database DDL Objects, and so much more.
do you have any specific questions?
Lowell
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply