I have 2 Remote SQL 2000 servers that I want to get the following config info from:
- All running DB names
- DB filename/path
- Log File name/path
- DB/Log size
- Date Last backed up
I have installed SQL 2008 Management Studio on my Powershell machine.
Is there a way to get this info remotely from SQL 2000 servers with Powershell? If not, is this available remotely via SQL 2005/2008?
Thanks,
-MattG