Viewing 15 posts - 61 through 75 (of 85 total)
In the past, when faced with this problem, I "chunked" the ttransmission. I wrote a front end procedure that first populated a small table consisting of key ranges only. The...
August 15, 2006 at 8:18 am
This Activex task script calls a child package, passing it the parent package's Global Variable. This worked. I don't see why you can't reverse the flow and get the child package's global variable...
August 3, 2006 at 8:48 am
I got this some time ago from this site:
Calculating distance between 2 points
Posted 2/16/2006 10:29:00 PM David A. Long (Andy)
You can try to convert your Declinations into...
July 18, 2006 at 3:55 pm
Sometimes I have not been able to run the DTS packages via OA_; sometimes it stopped working in production; I looked and looked and could never find the problem; finally...
July 11, 2006 at 8:37 am
Yes, please post the calling sequence. There is probably a discrepancy between the parameters in the call and in the SP.
July 7, 2006 at 8:20 am
Also review the following, especially the comments by LS
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=110&messageid=232301
June 28, 2006 at 8:24 am
Hector, I did not understand your post. You said that you had found a VB script that scripts out all DTS packages into a text file, but what you posted...
May 5, 2006 at 3:22 pm
Thanks, Greg, the answers in the suggested thread, http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=110&messageid=232301, were very enlightening. I especially appreciated Jeet's stored proc that runs a package. But LS hit it on the nose,...
May 5, 2006 at 8:31 am
Thanks for the suggestion. I tried it but it seems that our system generates a new GUID each time we schedule a package. In the job comments it said that...
May 4, 2006 at 1:24 pm
I am doing this as we speak. Not knowing a better way, I converted all the packages to .BAS files (Package.Save As, then in the Save DTS Package dialog, select Visual...
May 3, 2006 at 8:58 am
Thanks for your input, Jeff. I will begin working on this and will post a reply when I get it working. It might be a few days, but it's worth...
April 25, 2006 at 3:09 pm
Thanks, Minh; I've been working on this. I ran the following in QA:
DECLARE @TARGETDIR varchar(1000)
SET @TARGETDIR = '\\Plads15\Users\Curbina1\SQL\DTS\KONA\'
SELECT distinct
'exec master..xp_cmdshell '+'DTSRUN.EXE /S '
+ CONVERT(varchar(200), SERVERPROPERTY('servername'))
+ ' /E '...
April 25, 2006 at 9:08 am
I posted a reply, but I don't see it.
April 25, 2006 at 8:54 am
Viewing 15 posts - 61 through 75 (of 85 total)