Viewing 15 posts - 1 through 15 (of 28 total)
I apologize for the late reply. I spoke with the PTB and we have decided that under a second SLA is not necessary for this query. Also I didn't...
December 9, 2015 at 1:51 pm
One dataset in particular is returning 650K + rows. It's supposed to pass through an API so the end user will be able to import it into their system and...
December 1, 2015 at 7:58 am
The table is pretty large and it was becoming a little cumbersome to manage (it is a detailed table). I could provide some time of sums for this table but...
December 1, 2015 at 7:27 am
Okay.... I have tried both the UNION ALL option and the Select with all of the data in one table and the performance is roughly the same. I think I...
November 30, 2015 at 2:35 pm
I actually switched the partitions to other tables that follow a <tablename>_yyyymm format so I would have the data in each table for that particular month. I am starting...
November 30, 2015 at 2:03 pm
Grant Fritchey (12/11/2014)
No, I'm pretty sure that's a code issue. They're not cleanly disconnecting.
I believe that to be the issue as well, but I have to be able to prove...
December 11, 2014 at 8:02 am
I have a PowerShell job that pulls the performance counters every 5 minutes. I have noticed that during the times of the timeouts that we have an excessive number of...
December 11, 2014 at 6:05 am
Thank you that answered my question. I know there isn't any data on that side of the partition because the date field I am using uses getdate() as the default....
November 28, 2014 at 6:19 am
GilaMonster (11/28/2014)
November 28, 2014 at 6:07 am
I kind of figured that would be the answer. I was hoping someone was smarter than I and discovered some type of work around.
August 28, 2014 at 9:15 am
Yeah I was just wondering if a cte could be used to improve the performance, but I see the census is that it will have no added value; therefore, I...
August 14, 2014 at 6:10 am
not sure that is why I asked. I guess if I did a union inside of a CTE it would be the same as doing it without one.
August 13, 2014 at 2:04 pm
I was hoping I could avoid a union but I guess it is unavoidable. Would a CTE be more effective?
August 13, 2014 at 1:58 pm
It turned out that the configuration for the NIC teaming was the issue along with errors in the switches. Once they were corrected, the timeouts went away.
August 13, 2014 at 1:51 pm
Thank you. I figured as much.
July 31, 2014 at 6:46 am
Viewing 15 posts - 1 through 15 (of 28 total)