jbiggley, nickzourdos, wluther
We realized that in our implementation, that SQL server was defaulting to named pipe. If we pre-pended the TCP/IP alias and port number on a query in SQL manager the query was almost instantaneous where as the regular queries took seconds. Multiply that by the thousands of SQL transactions that Orion does and you get super slow.
use the command on each poller
C:\Windows\SysWOW64\cliconfg.exe
and
C:\Windows\System32\cliconfg.exe
for your 32 and 64 bit alias
It will bring up the following window.
Click on Alias Tab
Select TCP\IP
Enter the Database name for Server name
Uncheck Dynamically detemine port
Enter Port Number and Click Ok.
Do this on both 32 and 64 bit.
Once we did this,
Our Database was faster. Our DBA's quit complaining about us and our Webconsole, Network Discovery, List Resources, you name it was faster.
Even our most demanding webviews load instantaneously.
I hope this helps.
aLTeReGo, I do not know if this would be helpful to you guys on the Product Development side.