Viewing 15 posts - 91 through 105 (of 142 total)
Why not use Package Logging? Granted, it takes up spacce, but I think you can get what you need from there (ie troubleshooting why a package failed).
August 6, 2004 at 12:02 pm
It sounds like to me there is a small, if not, large market for an application that does this for you. The app could select a database, run through each stored...
July 16, 2004 at 9:29 am
Thanks ewilson20. Unless anyone else out there has a good way of handling this, I think my only solution is to script out all SPs before going to prod and...
July 15, 2004 at 11:57 am
Maybe I didn't make my problem clear enough. I have a stored procedures in my database that resides on my development server. This same server contains databases that my stored...
July 15, 2004 at 11:40 am
Xnl28, I found what I was talking about. We had to go to MS to get a HotFix. It was Hot Fix for Microsoft Knowledge Base article number Q814113. Bascially,...
June 2, 2004 at 3:33 pm
Not necessarily. You could use an INI file or something like it to read in the two variables you need and then use the Dynamic Task property. The trick...
June 2, 2004 at 3:02 pm
If I remember correctly, this has to do with a problem in SP3. At the moment, I can't remember exactly what fixed it, but I think it was an update...
June 2, 2004 at 2:38 pm
Glad to see you found a way to do it! Never really had to change the delim before!!! Thank goodness.
June 2, 2004 at 2:25 pm
One of the easiest ways of doing this is to have global variables to hold the following:
Database Name = gvDatabase
File Base Path = gv FileBasePath
Destination File = DestinFile
Create an ActiveX...
June 2, 2004 at 2:24 pm
If you are running SS2K, you may want to read up on using the Execute Package task and the Dynamic Property task. How we do this is we specify in the...
June 2, 2004 at 2:09 pm
Doing a quick test, if you set your global variable = to {CR}{LF} rather than the VB equivalent and use the Dynamic Property task, you should be able to set...
June 2, 2004 at 1:57 pm
Thanks guys. This is exactly what I needed.
April 22, 2004 at 6:20 am
Excellent!!! Thank you so much. I will give this a shot.
March 22, 2004 at 9:13 am
Well, that is what I thought too. That is why i have the second task (Do Successful Task) on the failure side of my sample. It still comes out as...
March 19, 2004 at 5:26 pm
I guess I'm not illustrating my problem very well. Consider the following:
The second task is to check for a file. To the right of...
March 19, 2004 at 3:23 pm
Viewing 15 posts - 91 through 105 (of 142 total)