I have a dts package that contains a portion of VB script... every now and
then I get a timed out error message... any ideas ? Any way to increase
the time out within the vbscript ?
...
more >>
Hi All,
I have a few varchar sting like: JG4NA126YT or WAB3ST87YT
and so on.
How can I extract 4,5,6,8 characters from JG4NA126YT to
return NA26, or extract 5,7,8 from WAB3ST87YT to return
S87?
I've checked all string functions. None of them seems can
do this.
Please help. Thank ...
more >>
I am doing something wrong in the code below...
This section fails within the cursor... I am attempting to check for
existence of a table in the database names I am looping through...
As is, Error is Incorrect syntax near keyword 'ELSE'
If I comment out from BEGIN to the END, Error is Incor...
more >>