Viewing 5 posts - 1 through 5 (of 5 total)
If you ran SSMS as administrator and different domains aren't an issue then...
June 9, 2017 at 3:26 pm
I have a cluster of two servers (INFRA-SRV1 and INFRA-SRV2) configured as a cluster that runs a SQL Server instance (INFRA-DB1). Even after reading through this entire thread _and_ having...
June 9, 2017 at 2:13 pm
The code I'm running on my SQL Central Management server is:
$logs = 0..6 | % { (get-item SQLSERVER:\sql\<servername>\default).ReadErrorLog($_) }
Originally, I got this to work by adding...
September 25, 2015 at 3:05 pm
You are correct. When I evaluate the Policy directly, it works. My problem is that when I tried to schedule an Agent job, it runs as a service...
November 22, 2011 at 2:48 pm
This looks like exactly what I need but when I try to run it, I get the following error:
Exception encountered while executing policy Datafile_FreeSpace_Threshold_Policy.
---> Failed to retrieve data for this...
November 22, 2011 at 10:25 am
Viewing 5 posts - 1 through 5 (of 5 total)