Viewing 15 posts - 76 through 90 (of 118 total)
Samer: Sorry for all of the questions!
What exactly is happening in the current state if you open the file? And what do you WANT to happen? ...
November 8, 2010 at 2:01 pm
s.mousharrafieh (11/8/2010)
November 8, 2010 at 11:44 am
Two things to check out:
http://www.sqlservercentral.com/articles/Integration+Services+(SSIS)/64585/
November 8, 2010 at 11:40 am
Pakorn Pankasem (11/8/2010)
When you help someone please understand what they need!!! or what is problme!!!
You are head of DB and Bi so you should read more....
I interview you...
November 8, 2010 at 10:25 am
I'm editing my post. I just tried to do what you are doing in SSIS and I can't figure out a way to merge data without a common key...
November 8, 2010 at 8:39 am
I think you are overcomplicating the solution by adding a script task. I think the easiest solution would be to create two separate jobs that run at different times...
November 8, 2010 at 8:32 am
Make sure your SQL Server Job Agent account has permissions to access the FTP/file paths.
November 5, 2010 at 1:06 pm
Look into adding logging to your packages. Google it...there are a ton of resources out there to do this. You should be able to get exactly what you need.
November 5, 2010 at 9:50 am
reymon26 (11/5/2010)
Please help me about this problem,,
1) Does the SSIS can handel files such as VMS files from oracel,
2) .bat files
3) exe files made from vb.net
4)...
November 5, 2010 at 8:41 am
Martin Schoombee (11/5/2010)
A good principle to follow when designing fact tables, is to always store the data at the more granular level. You can always aggregate up, but never down,...
November 5, 2010 at 8:17 am
It appears that the variable that you are passing into your parameter is of a different datatype than your SolOrderID. I would check both the variable and the SolOrderID...
November 5, 2010 at 7:58 am
If DB3 is varchar and DB2 is varchar then you don't need a data conversion component at all... Perhaps you're trying to convert when you don't need to?
November 4, 2010 at 8:00 pm
I'm sure someone else has better advice, but one idea would be:
Do a check on the variable that gets populated by the filename each time the loop runs. Check...
November 4, 2010 at 12:47 pm
Peter,
Thank you for the link and I would definitely be interested in seeing an example! I'm sure I would create packages programmatically if it came a little easier. ...
November 4, 2010 at 10:22 am
Viewing 15 posts - 76 through 90 (of 118 total)