Viewing 15 posts - 106 through 120 (of 121 total)
skcadavre, thanks the value for the response time was 805972 if that helps....
March 11, 2011 at 3:53 am
skcadavre (3/2/2011)
karen.blake (3/2/2011)
March 11, 2011 at 3:07 am
Hi crainlee2, thanks for this I had also read this point too.
I deleted anything over 7 days 3000 rows at a time in the end and it actually didn't take...
March 10, 2011 at 3:47 am
Hi Terry,
I ended up changing it to this:
DELETE FROM SiteEvents
WHERE TimeStamp < DATEADD(DD, -7, GetDate())
This works fine. I now of course have to do some investigation into lock strategies since...
March 7, 2011 at 2:55 am
Thanks skcadavre, that's really helpful.
For the first part I just need to get rid of the decimals but I know that will be a format issue.
For the second part I...
March 3, 2011 at 3:16 am
My apologies I need to remember to just include everything from now on and that it's never too much information.
Ok so for the table here is the query used to...
March 2, 2011 at 4:31 am
Lowell thank you so much I think I was staring at it too long and couldn't see the wood for the trees!
February 10, 2011 at 10:30 am
Hi Lowel,
Thanks for your response, I did wonder if I had given enough information so here is the whole query that I have run:
DECLARE @Hours int
DECLARE @minutes int
DECLARE @seconds INT
SET...
February 10, 2011 at 7:43 am
It's a dumb day for me...thank you worked perfectly!
January 21, 2011 at 7:35 am
Ok I managed to solve it by using the actual URL rather than anything else in the Server Name area. Worked first time....hopefully that helps someone else.
January 19, 2011 at 9:11 am
thanks jmcmullen it turns out that an additional profile had been set up for the database mail so was easily solvable in the end 🙂
December 14, 2010 at 10:21 am
Doug I had a whole week of getting my head round that last week, it's tricky. Determined to do it plus I am a firm fan of SSRS.
November 18, 2010 at 9:45 am
GetOffMyfoot, thank you so much I clearly was looking at things too closely (overthinking as per usual!).
It worked first time with your suggestion, I really appreciate it.
November 18, 2010 at 9:44 am
Thank you so much both of you, GSquared that is perfect I used your suggestion.
Thanks again.
November 10, 2010 at 7:30 am
Hi All,
Thank you so much for your help, it's appreciated.
A good night's sleep and looking at this has made things much clearer. I will work on it today and let...
October 21, 2010 at 2:59 am
Viewing 15 posts - 106 through 120 (of 121 total)