Viewing 15 posts - 16 through 30 (of 41 total)
Thanks for taking the time. Your suggestions are very much appreciated.
May 6, 2014 at 2:43 pm
Thank you all for your suggestions. Unfortunately, ganging all the create statements into one stored proc isn't working (although for some reason it create 3 out of 10). ...
May 6, 2014 at 2:11 pm
Thank you. That works beautifully. Can you tell me what "set datefirst 1" is used for? It doesn't change anything if I remove it.
August 8, 2013 at 10:37 am
After experimenting for awhile, I determined that only the PRINT statement (PRINT @Variable1 + @Variable2) truncates to 8K. The EXEC statement does not. Problem solved.
November 30, 2012 at 4:37 pm
Thanks. Yes, I understand. However that isn't possible because each FileName variable passed from the recordset is a fully-qualified file name. Thus, there is no 2nd set...
August 18, 2010 at 1:39 pm
With all due respect, I don't understand how that would work. It just doesn't make sense to me. Can you explain in more detail perhaps?
August 18, 2010 at 12:38 pm
Here is an image of the package:
August 18, 2010 at 10:38 am
That would be a great solution, but it won't let me. It comes back with an error: "Cannot create connector. Cannot connect the executables from different containers." ...
August 18, 2010 at 9:38 am
Thanks for your suggestion and the link. Both tasks are already in the Foreach Loop. I added another File System Task above the one that deletes the file,...
August 17, 2010 at 5:22 pm
You got it!
January 28, 2009 at 10:29 am
All is well in the universe again 🙂
I got it to work by placing my full query, insert and all, in a stored procedure and executing that from the OLE...
January 27, 2009 at 2:32 pm
In my Data Flow task, I've got my OLE DB Source going into a Data Conversion task and then a Flat File destination. The output of the OLE DB...
January 26, 2009 at 12:20 pm
One thing I forgot to mention. I can run the full query with the insert statement against the SQL Server 2005 database from Mgmt Studio without any problem. ...
January 23, 2009 at 12:58 pm
The value is coming from a database call issued in an ExecuteSQL task and passed through to a ForEach Loop Container for use by the Script. Variables have been...
December 9, 2008 at 10:25 am
Viewing 15 posts - 16 through 30 (of 41 total)