Viewing 15 posts - 31 through 45 (of 55 total)
If you use ole methods and load and run the package using this then since each of the above(load, execute ) are seperate steps you could output this info.
November 30, 2005 at 8:56 am
We are Running sql server 2000 (version 8.00.2039, SP4) on a windows server 2000 machine.
This box has not changed at all, and there are no network changes that I am...
November 16, 2005 at 3:44 am
For this very reason and a few others about examing exceptions in a package immediatly after it has run. We have wrote a sproc which using ole methods to load...
October 28, 2005 at 10:07 am
Many thanks for pointing me in the correct direction David.
I never know this facility even existed depite the great big button on the general tab.
August 17, 2005 at 3:13 pm
There are indeed some errors in the script, however It was the technique that I found invaluable(..and much appreciated). I modified it slightly to be :
Option Explicit
Dim conServer, oJB
Dim strFldr,...
February 9, 2005 at 2:28 am
Many thanks for that. This technique works a treat!!
February 8, 2005 at 3:27 am
Thanks, had a look into it abit further and did it by moving the datasource from within the RS interface.
However I have noticed that when I deploy a report fro...
January 26, 2005 at 3:52 am
Guys,
Thanks for the feedback and the links they are very helpful.
Jeet
January 17, 2005 at 3:33 am
The error I get back using sp_oageterrorinfo is:
Source: ODSOLE Extended Procedure
Description: Invalid class string
January 14, 2005 at 7:12 am
there is a system sproc called 'sp_who2 active' and in the row for your process if the column blk has a value it tells you the processid of the blocking process.
so...
January 12, 2005 at 7:22 am
Are you sure the program is hanging??, and it's not that the query is being blocked??
January 12, 2005 at 3:59 am
Have you tried setting the command timeout property on the command object (CommandTimeout) to zero. i.e.
oCmd.CommandTimeout = 0
This tells ADO to wait for the command to complete. You may still get...
January 12, 2005 at 3:07 am
The way we have done this is to have a DTS package which contains soe VB script to load in the xml file using the OpenTextFile FSO method. The xml file will...
January 10, 2005 at 2:44 am
If it's just DTS packages you are interested in, you only need the content of the table msdb.dbo.sysdtspackages
Jeet
December 8, 2004 at 3:05 am
Viewing 15 posts - 31 through 45 (of 55 total)