Viewing 15 posts - 31 through 45 (of 52 total)
What is the proper procedure when deleting stuff? What do I check for to make sure I don't take out too much or too little?
And, is there some better...
March 27, 2014 at 8:26 am
It's been a while since I've looked at the execution plan. I'm just getting back into it.
I did look at the tally table, but it seems to be one...
February 19, 2014 at 5:57 pm
Steve Jones - SSC Editor (2/19/2014)
February 19, 2014 at 4:06 pm
Got it working. It only finally started working when I set DelayValidation at the topmost level. I also set it at intermediate levels. Topmost makes the most...
February 4, 2014 at 10:56 am
I might be making process. I set DelayValidation to True on the whole package, and that gave me a bit more result.
Thanks for the insight.
February 4, 2014 at 9:16 am
I just tried it, and same problem. Didn't know that was there.
February 4, 2014 at 8:59 am
Further, I have one DTSX package calling another. The one that is called works if I run it on it's own. The outer one blows up, and now...
January 27, 2014 at 4:23 pm
That connection is in the dtsx package, but it's possible another connection was used in the log feature. I don't know how to check what connection the log is...
January 27, 2014 at 3:31 pm
I went and tried to run the batch file manually, noticed that it just blasted by on the screen in way under 1 second, and figured the batch file was...
January 27, 2014 at 2:56 pm
IGNORE THIS FOR NOW. It's a scope issue. Forum won't let me delete the message.
January 21, 2014 at 2:57 pm
Excellent. Thank you. I found something similar, but they said just to put the file name in the connection string, which, does not work.
I was also running into...
January 18, 2014 at 11:58 am
So, if I want to do extensive variable and data manipulation in the process, is it better to use an external compiled module? I've done that in the past,...
January 17, 2014 at 10:02 am
This is the code within Main, with much of it commented out:
Public Sub Main()
' Add your code here
'
...
January 16, 2014 at 5:58 pm
Ah, I had to go to the Property Pages for the project.
InteractiveMode = True.
January 16, 2014 at 5:19 pm
It doesn't seem to give me me that option.
All I see are:
Windows
Start Debugging
Start without Debugging
Attach to Process
Step Over
Toggle Breakpoints
Delete Breakpoints
Disable Breakpoints
January 16, 2014 at 5:17 pm
Viewing 15 posts - 31 through 45 (of 52 total)