Viewing 15 posts - 16 through 30 (of 47 total)
Like Kevin suggested... use ADODB to either execute a stored proc (preferred) or update the table directly (not preferred).
Here's a good Microsoft article to get you going:
And unless...
March 30, 2006 at 6:22 am
You can also check out this link:
http://geekswithblogs.net/danwoolston/archive/2005/08/31/51784.aspx
This allows you to modify the FTP task without having to install a custom task.
March 2, 2006 at 7:13 am
In my experience, if the stored proc is functioning correctly with no errors, then the problem has turned out to be a problem with the SMTP server. Usually ends up...
February 2, 2006 at 7:29 am
Another alternative that I am currently using is CDO for Windows (CDOSYS.dll). I found this to be the best solution since CDONTS does not work for Windows Server 2003 (Important...
February 2, 2006 at 7:04 am
In order to create the input parameter for an Execute SQL Task in DTS, you will need to update the Task with a Disconnected Edit:
January 26, 2006 at 6:25 am
Your problem sounds interesting. The number of records in the CSV should have no bearing on the unzip process, unless there is a file size issue. But I can't imagine...
January 26, 2006 at 6:14 am
Quick question... do you have local access to the server you are remotely executing the package on? Does the DTS package execute locally on that server?
December 16, 2005 at 6:20 am
Since you are instantiating your variable to a recordset object, you will need to use "Set" as you originally posted.
As for why you are unable to access the ADO COM,...
December 15, 2005 at 9:04 am
I assume you are using an ActiveX Task to parse the recordset (since to reference the RecordSet object). Try using "RecordCount" property of the recordset.
See the following Microsoft article for...
December 15, 2005 at 7:18 am
What tasks do you have in your package?
December 8, 2005 at 7:16 am
You may want to check out this article:
http://www.sqldts.com/default.aspx?298
You will need to use ActiveX scripting to get through the rowset global variable.
November 21, 2005 at 7:10 am
Wow. I can't believe I took so long to realize my error. I am now able to send an email with HIGH priority through our SMTP server. Here's the scoop:
First,...
November 3, 2005 at 1:52 pm
I have also been unable to find an answer to this question. Can anyone answer this?
November 2, 2005 at 10:15 am
OK... I think I follow now. So you want to be able to check their laptop (upon connecting to the server) to see if they have attempted to log in...
October 31, 2005 at 8:13 am
Viewing 15 posts - 16 through 30 (of 47 total)