Viewing 15 posts - 16 through 30 (of 111 total)
Hi John,
CREATE TABLE [dbo].[Table1](
[Category] [nvarchar](max) NULL,
[EXCO] [nvarchar](max) NULL,
[UNIT Number] [float] NULL,
[Staffcount] [float] NULL
)
Insert Into Table1 ([Category],[EXCO],[UNIT Number], [Staffcount])
Values ('AD', '08', 4514, 60)
Insert Into Table1 ([Category],[EXCO],[UNIT Number], [Staffcount])
Values ('AD', '08', 8541,...
May 14, 2013 at 2:59 am
Hi Andrew,
Sorry I wasn't clear in my question. When I process that statement through SSIS, the OLEDB source executes successfully but the result is not sent to the destination
May 13, 2013 at 11:02 pm
Thanks chris
that's it
April 5, 2013 at 4:13 am
Hi,
Thanks for the advise, It really helped to identify the problem. I was assigning the wrong value to the variable
March 5, 2013 at 4:39 am
Hi Jason,
Thanks for the feedback, the union transformation did the trick
January 18, 2013 at 6:36 am
Howard,
THANK YOU VERY MUCH. I was missing the quotes in my method. used that line you provided, it's working like a charm. now I'm going to try that other one...
January 17, 2013 at 3:11 am
Hi Howard,
Thanks for the feedback, I just tried your and it works fine. I would like to do this through a data flow task for so that I can move...
January 17, 2013 at 2:26 am
I have never used it before may you please post example
January 8, 2013 at 2:04 am
Hi Thanks for the feedback,
I have two execute process task that I need to get count from. the first one does compact and repair, the second one does archiving. I...
January 3, 2013 at 11:11 pm
found a solution.
http://msbizoo.wordpress.com/2012/08/19/zip-utility-through-ssis/
January 3, 2013 at 2:40 am
Hi, Thanks for the response. I ticked traverse but it's still not picking the other file. now I'm trying to use a variable as a place holder for the file...
December 21, 2012 at 12:57 am
Thanks guys, it appears I don't have access to change those settings. I'll contact my admin.
thanks for the feedback
December 11, 2012 at 4:29 am
Thanks for the feedback I went with deleting and recreating the file and it worked fine. thanks everyone
December 11, 2012 at 2:12 am
Hi Guys,
I tried delete * from table_name, but I get this error :
[Execute SQL Task] Error: Executing the query "delete * from Data_Destination" failed with the following error: "Deleting...
December 10, 2012 at 11:36 pm
Hi Howard,
Thanks, I got it right now and I managed to import the files.
September 19, 2012 at 12:47 am
Viewing 15 posts - 16 through 30 (of 111 total)