Viewing 15 posts - 151 through 165 (of 322 total)
It might be easier, after installing some/any zip package on the server, to simply invoke if from t-sql (using xp_cmdshell) or the command line.
June 27, 2008 at 7:00 am
Jeff -- I am continually amazed at the effort you put in to help us all out. Thanks very much!!
June 27, 2008 at 6:30 am
I was unable to get ownership chaining to do what I needed. I finally took the cowards way out and simply moved the tables from the "other" database to the...
June 27, 2008 at 6:23 am
Final resolution: Rather than trying to edit the column size definitions in the metadata, I had best results by just fixing the source table, and then deleting and recreating the...
June 26, 2008 at 5:09 am
I was also unable to get SSIS to refresh the definition of the source and/or destination tables after those table specifications were changed. Worse, I could find no way...
June 26, 2008 at 5:03 am
Jeff Moden (6/24/2008)
June 25, 2008 at 12:34 pm
Kevin, I'm sorry, I got my threads confused and gave you information that was related to my other problem, not the Preview problem.
But I still avoid the preview option, since...
June 25, 2008 at 9:06 am
Thanks for testing.
My problem, is that the source table definitions have changed, and I am trying to get them to conform to the destination tables. (Longer story, the source...
June 25, 2008 at 8:34 am
Thanks.
The Access DB, and "Microsoft SQL Server Integration Services Designer
Version 9.00.3042.00" (is that BIDS?) are running on my desktop.
The destination database is on a server.
I have had a bit more...
June 25, 2008 at 8:05 am
I was getting worried when I got through 5 or 6 pages of this thread and hadn't seen Jeff Moden jumping in to point out that different types of row-by-row...
June 13, 2008 at 12:55 pm
(Guesswork follows...)
Does "select * from balaji1" work without the insert statement? (Is balaji1 a table/view in the SQL Server database?) Might you need to further qualify the select statement source...
June 12, 2008 at 10:19 am
Hang in there Terry, sooner or later someone who, unlike me, knows what they are talking about will join in.
I'm surprised that the documentation for http://FTP.ReceiveFiles seems to expect...
June 10, 2008 at 6:20 am
OK, another wild guess. It looks like your "file names" is expected to be a string array. Might you have it as a simple string?
June 10, 2008 at 5:53 am
Wild guess (since you have not gotten any replies from those who know)-- with those symptoms, the first thing I would check is the FTP BYE command in my http://FTP...
June 10, 2008 at 5:11 am
Michael - thanks, good pointer. (I know hardly anything about BIDS, and understand even less, having used it just to create SSIS packages.) But now that (thanks to...
June 6, 2008 at 8:41 am
Viewing 15 posts - 151 through 165 (of 322 total)