Hey folks, first time poster here, so please forgive any newbie errors contained herein. Feel free to flame accordingly.
We're using a variety of SW products on a SQL Server 2008 back end.
Our general process around database administration tasks is to run Update statistics daily if possible, weekly on the more sleepy databases.
I'm finding that running update stats on the SolarWindsOrion database, craps out when going through the NetFlowDetail_nn_nnnnnn tables. Based on reading I've done it seems the application uses these tables for 15-20 minutes or so and then drops them.
This causes a problem for update stats, SS builds a cursor of all current tables in the database, by the time it goes to generate stats on the table, it's dropped from existence, causing stats to **** out.
Have any of you other DBA types out there ran into this and if so, what have you done to handle it?
All the best.
Patrick Dalton.