Viewing 15 posts - 421 through 435 (of 580 total)
Andy,
Asumption is the mother of all f**k-ups. I'd test it if I were you!
xp_sendmail is used to send emails. I have never used it though so don't know much about...
March 28, 2005 at 4:22 am
I agree that not many people have looked at the product however I expect a great many of those have access to it without knowing it (i.e. through MSDN).
Perhaps MSFT...
March 27, 2005 at 10:31 am
You need to test for failure in the called proc and pass a value out to the calling code indicating success or failure. Use a similar approach to what I...
March 27, 2005 at 4:31 am
Paul,
Check out this link: http://sqljunkies.com/WebLog/donald%20farmer/archive/2005/02/20/7989.aspx for information on DTS2000 -v- SSIS.
SSIS blows DTS out of the water it seems.
March 26, 2005 at 6:51 am
Phill,
Project REAL has provided some real-world experience of migrating from DTS to SSIS. The message seems to be that there is no clear upgrade path, you may have to re-engineer...
March 26, 2005 at 6:46 am
I would use GOTO. Like this:
March 26, 2005 at 6:30 am
Nigel,
I've worked at places where this is a policy, not just a cost cutting measure
Seriously though, where this does happen seems, in my...
March 22, 2005 at 2:00 pm
Michael,
The third CTP (Community Technical Preview) was released at the start of this month. CTPs are interim builds and are not as rigorously tested as beta releases. This particular CTP is...
March 17, 2005 at 2:04 am
Andrew,
You can access the DTS object model through VB or VBScript and loop over the connections collection to get the properties that you are interested in.
In BOL look for "DTS...
March 16, 2005 at 2:33 pm
Mike,
There is no way that the package can know where it has been executed from (which is what you are asking). However you can TELL it where it is being...
March 16, 2005 at 2:25 pm
Er...probably. Don't take my word for it though.
March 16, 2005 at 12:43 pm
Point taken about checking for 1 instead of 0 however that would mean changing the behaviour in a system that currently contains over 1000 SPs. So I might leave that...
March 16, 2005 at 10:42 am
Ron,
I already use the condition @vReturnStatus <> 0 so the extra check for IS NULL isn't necassary.
proc_parent still wasn't going into my error handling block though. This was because @vReturnStatus...
March 16, 2005 at 10:13 am
I imagine that'll be nothing compared to the number of .Net developers that think they can simply bypass a database schema by simply sticking everything in single field of type...
March 16, 2005 at 8:41 am
Excited about TRY...CATCH I imagine? We've just been saying here that we need that.
March 16, 2005 at 8:21 am
Viewing 15 posts - 421 through 435 (of 580 total)