Viewing 9 posts - 1 through 9 (of 9 total)
I wanted to provide an update, I ended up utilizing SSIS and created a webcrawler script, I am checking if date exists in our library of information and if it...
January 11, 2012 at 5:23 am
disregard the last question, i have found that they are char(9) and i used replace for that, thank you again!
January 10, 2012 at 1:41 pm
Thanks, I will see if I can work with that. Your assistance is greatly appreciated. For some reason though I guess I have some spaces that are not...
January 10, 2012 at 1:33 pm
Currently I am utilizing replace which is quite nasty because I can not make it universal, I am pulling this via a web crawler I created via ssis.
January 10, 2012 at 12:47 pm
Currently I have not developed the destination table.
January 10, 2012 at 12:46 pm
I have read the article but none of the solutions resolve when a previous months value is 0, i need to recalculate the rolling average
November 16, 2011 at 6:52 am
SELECT t.name,s.*
FROM sys.tables t
CROSS APPLY MASTER..sys_PhysicalIndexStatistics_Wrapper(DB_ID(), object_id, NULL, NULL, NULL) s
WHERE AverageFragmentation > 0
SP to defrag:
ALTER PROCEDURE [dbo].[dba_indexDefrag_sp]
...
August 13, 2010 at 12:57 pm
thanks that has helped a bit. Still having issue though. The serviceLocation element restates the namespaces and I do not want it to. Any additional assistance?
Current code:
WITH...
April 30, 2010 at 10:28 am
AFTER PLAYING AROUND WITH IT FOR A WHILE, THAT SEEMS TO WORK PERFECT. THANKS FOR YOUR ASSISTANCE!
October 23, 2008 at 5:09 am
Viewing 9 posts - 1 through 9 (of 9 total)