Viewing 7 posts - 1 through 7 (of 7 total)
very good suggestions- Thanks!
Question regarding recompilig the sp- sp_recomplile 'spName' will recopile any give sp. Creating the sp with "WITH recompile" causes the sp to be recompiled each time it is...
June 29, 2006 at 9:31 am
the sql is very straight forward:
Truncate TableName
insert into TableName (FieldList)
Select Fields
From TableA a
Join TableB b on a.Acct_id = b.Acct_id
The sql being run in query analyzer is identical to that...
June 28, 2006 at 1:24 pm
I've tried the Shrink/Backup approach without success. It never goes below the size allocated in the database properties. To backup the log I’m using:
BACKUP LOG @DBName, WITH...
June 15, 2006 at 10:25 am
I found the answer at
http://support.microsoft.com/default.aspx?scid=kb;en-us;318819
On the Workflow properties of the dts package, checking "Execute on main package thread" fixes the issue. The package now runs and quits...
November 29, 2004 at 6:19 am
I found the answer at
http://support.microsoft.com/default.aspx?scid=kb;en-us;318819
On the Workflow properties of the dts package, checking "Execute on main package thread" fixes the issue. The package now runs and quits as...
November 24, 2004 at 9:13 am
I ran this from a command window. The dts package ran its last step but would not return to the command prompt. The last message was:
DTSRun = Package execution complete.
A blinking...
November 23, 2004 at 11:38 am
thanks! I was trying to make it to difficult!
February 13, 2004 at 2:54 pm
Viewing 7 posts - 1 through 7 (of 7 total)