0

I have created a perfmon data collector set to store perf counter data in SQL server. I used the instructions here. I did all the steps, but after starting the Data Collector Set it doesn't seem like the data is being put anywhere. I have it setup to use a localhost System DSN but the database remains empty. Any ideas?

skb
  • 30,624
  • 33
  • 94
  • 146

1 Answers1

1

Found it. It looks like the DSN didn't have a default database setup, so the new tables were all created in master.

skb
  • 30,624
  • 33
  • 94
  • 146