Viewing 15 posts - 256 through 270 (of 418 total)
Tnx Steve,
I followed your suggestion and found the difference. It turned out the spaces in the @provider name where removed...
Funny though, that in EM the name was WITH the spaces...
February 21, 2006 at 8:28 am
Thanks for the feedback all.
Micheal, I think I will look-in to your suggestion. I have seen that construction bhefore and this would very well do the trick.
Thanks again all.
February 15, 2006 at 5:39 am
I know the Dynamic Props Task.
Basically I am trying to create a loggingmechanism in a DTS-package. There are several tasks: ActiveX, ExecuteSQL and Datapump. When a tasks fails, a...
February 10, 2006 at 7:26 am
Tnx, why did I not think of that;-)
I forgot to ask: can I ASSIGN a value to a glovar in T-SQL? I can do it in ActiveX, but it would...
February 10, 2006 at 6:54 am
Gila, tnx for answering. This seems to work. I am a bit amazed, for I thought I had tried this and found it not working. Now it does work...
I must...
February 2, 2006 at 5:49 am
You are right, I forgot something in Table1:
CREATE Table Table1(
CustID INT,
CNr INT)
There are more datafields, but for what I need they're not necessary to get the data I need.
There is...
February 2, 2006 at 5:06 am
Tnx for all the input,ppl. I have found a peice of VBscript, which does what I need and which I can easily adapt to my circumstances.
Much obliged.
January 9, 2006 at 11:43 pm
I've found what the problem is. In T-SQL the value 20051201 ias recognized as a valid date. For whatever reason, when the Data Transformation task in DTS is executed, this...
January 6, 2006 at 4:25 am
The query consisted, among others, of an outer join construction, to get data not existing yet. The script is quite large and it so happened, that a restriction was aplied...
December 29, 2005 at 6:51 am
I think I have found what is wrong.
Tnx for answering everyone.
December 29, 2005 at 3:42 am
Tnx for responding, I have done just that: removed the primkey and ran the package. Then I checked, and a few records, less than 10, hasd duplicates. Again, the corresponding...
December 29, 2005 at 2:37 am
Tnx for the response.
I am doing this on an empty table. There were DATETIME columns involved; on your posting I removed them from the Task and ran the package again,...
December 29, 2005 at 1:52 am
Tnx for the responses. Maybe I should have elaborate before:
I do not use the previewbutton, I copy the SQL(SELECT * FROM TABLE) to QA and run it. There are NO...
December 29, 2005 at 1:02 am
Tnx for the info, Crishell, this sounds interesting, preferable to a change Data TransformationTask with ActiveXscript. I will look into this, if MS does not come up with a solution.
It...
December 20, 2005 at 8:57 am
Viewing 15 posts - 256 through 270 (of 418 total)