Viewing 8 posts - 1 through 8 (of 8 total)
Any update from anyone ??
December 16, 2009 at 1:43 pm
Can someone provide some info here (i.e.) How to convert OLDER OUTER JOIN to NEWER OUTER JOIN
Can someone please me know :
(1) Is there any utility where we can...
October 24, 2008 at 8:03 am
Thanks a lot Lowell .
October 14, 2008 at 11:45 am
fyi..
The server measures duration in microseconds.
set @bigintfilter = 15000000
October 7, 2008 at 12:03 pm
FYI...
1) DELETE index_time
WHERE DumpDate < dateadd(dd, -7 getdate())
(or)
DELETE
WHERE
DumpDate <= DATEADD(day, -7, GETDATE())
2) DATEDIFF(millisecond, Startime, Endtime)
(or)
declare @start datetime, @end datetime
select @start = dateadd(mi, -12, dateadd(hh, -1,...
September 26, 2008 at 12:12 am
You hit the bird at the right spot (i.e.) no rowmodctr in SQL Server 2005.
But how is this possilbe, There should be some way where we can convert the script...
September 23, 2008 at 2:12 pm
Hi Phill,
I looked at the sql server logs, but there is nothing regarding reporting services.
But , when i saw in windows event log , i found this:
Any idea Phill.
Thanks.
Event...
June 13, 2007 at 8:24 am
Viewing 8 posts - 1 through 8 (of 8 total)