Viewing 4 posts - 1 through 4 (of 4 total)
because i need to be like this in date not just number.
December 8, 2010 at 6:01 am
#1260034
It's business requirement, it was required from company to create like this.
May 5, 2010 at 6:13 am
#1162375
Yes there is attached a file group on each partition. That's my problem.
May 5, 2010 at 3:51 am
#1162307
Thank's for your response.
I changed the logic with count() function.
DECLARE @count int
SELECT @count = COUNT(*)
FROM events e
WHERE e.eventtime>DATEADD(dd ,-1 ,GETDATE())
...
January 28, 2010 at 6:42 am
#1109936