Viewing 15 posts - 1 through 15 (of 25 total)
Mhlewis (7/12/2012)
July 12, 2012 at 3:05 pm
the funny thing is that yes they are all being used, and they all average 45MB. I have tried to make them all as small as possible, and am...
July 12, 2012 at 3:01 pm
I really hate to sound needy here, and your post seems like it will take care of what i have going on.
and of course here is my stupid...
July 12, 2012 at 11:31 am
I would suggest breaking up the data into the sets actually needed by each set of reports. Indexed views might be a good way to do that, so...
July 12, 2012 at 11:17 am
Would it be possible to automate the refreshes so that they happen off-hours?
that would be ideal, but i don't receive the data until 8:00 am CST. so I'm working on...
July 12, 2012 at 8:53 am
I am working on that with the restructure of the DB. If i do this now with the current structure then it will bog down the DB more so...
July 12, 2012 at 8:30 am
I have this figured out, it had to do with my groupings outside of the code i pasted below.
SELECT Survey, Center, AVG(FCR) AS FCR, ROUND(AVG([Total...
March 11, 2009 at 10:25 am
I did find some references online to Ltrim and Rtrim, but i dont really understand the syntax.
edit: nevermind it looks like ltrim and rtrim only remoce spaces not characters.
January 26, 2009 at 10:13 am
Sorry guys,
Just changed the problem. Please see the edited table data last two rows. Those exist and cannot be changed as they will be used.. 🙁
January 26, 2009 at 10:12 am
but that would be too easy 🙂
can this be done with replace?
January 26, 2009 at 9:48 am
JPLeBlanc (1/22/2009)
SET dbo.[PCS Data – Details].[timestamp] = dbo.[PCS data –...
January 22, 2009 at 4:09 pm
Awesome, i see where you are going from there, just a quick check that after the conversion is performed, that it is greater than the lowest date possible. ...
January 22, 2009 at 2:50 pm
:unsure: :Whistling:
thanks guys, on the same note..
If data such as you suggest would return an error, then how could i go about preventing it without explicitly...
January 22, 2009 at 1:37 pm
Thank you GSquared this was what i needed!
January 22, 2009 at 10:44 am
Viewing 15 posts - 1 through 15 (of 25 total)