Comments
-
Goto Solarwinds DB manager under Solarwinds\Advanced Features\DB Manager and you should be able to work out you DB information in there...
-
It really depends on where your Solarwinds db is hosted... Mine is on a separate SQL server... If yours is hosted locally then you could use the local server name
-
Are you using server=SQLSERVER\INSTANCE ?
-
It is likely that you are not getting your SQL Sever or credentials correct if you are returning a blank screen... Make sure you have the correct details below oConn = New System.Data.SQLClient.SQLConnection ("server=yoursqlserver; initial catalog=yourdbname;uid=yourdbuser;pwd=yourdbuserpassword")
-
Thanks for the response lag, and I have done just that ... I'm using the second map page, but it still only returns values that are associated with states.... I just want to simplify it and return the sites alone even if there are lots of them, but I still end up with sites getting grouped under their State (in my case…
-
Hi lag Thanks for this tool, I've got it working per state (actually via postcode in the UK), but as we have large numbers of sites in individual areas I would like to show all of them rather than break it down via state... How do I sho all the sites via Lat and Long individiually, I am struggling to get this to work..