Viewing 3 posts - 1 through 3 (of 3 total)
Hi
I had the same issue and replaced the line in the script
inner join dbo.DimTime t on f.DueDateKey = t.TimeKey
with
INNER JOIN dbo.DimDate AS t ON f.DueDateKey = t.DateKey
hope this...
September 12, 2012 at 3:14 am
#1536609
This link explains the problem.
http://support.microsoft.com/default.aspx?scid=kb;en-us;321044
Regards
April 29, 2005 at 3:08 am
#555813
I had a similar problem - a script I was running took 57 minutes and increased the log file size from 287MB to 5.2GB. I changed the Automatically grow file...
November 12, 2004 at 2:37 am
#529894