The most recent content from our members.
Would there be value to have an Orion Core product forum? There is one for every other product SolarWinds has, but none for the core app itself. Thanks.
Ever since ciulei joined our team in January we've become a little obsessed about the performance of our Orion database. With 12,000+ nodes, 85,000+ elements, 20,000 application monitors comprised of 75,000+ components you can imagine that there is an awful lot of data flowing into our database on a daily basis. Add to…
When is 'PROD' = 'Prod'? That answer, of course, is in T-SQL. By default, SQL server does not use case sensitivity when executing queries. If you want to perform a case-sensitive query in SQL server you need to do something like: SELECT Caption FROM Nodes WHERE Caption = 'MYSQL' COLLATE SQL_Latin1_General_CP1_CS_AS That…
It looks like you're new here. Sign in or register to get started.