Viewing 15 posts - 46 through 60 (of 66 total)
I had service pack 2 installed, but it didn't work. I had to install enterprise edition on other computer, and it worked fine..
March 5, 2008 at 2:38 pm
SQL King (2/28/2008)
February 29, 2008 at 8:07 am
Eric,
I think this should work.
First, define both the Access and SQL DBs in connection manage. Then drag a SQL task. You can use query buider or just write...
February 28, 2008 at 9:43 am
alter table AHMC_CLAIMS_GAR
add PAYOR varchar(50) NULL ---<---- or whatever type is required to hold that data
update AHMC_CLAIMS_GAR
set Payor=AHMC_GAR_FC.[Description]
from AHMC_CLAIMS_GAR
...
February 13, 2008 at 1:18 pm
right, that would work.. but partially.
I still need to know how to break the package..
February 7, 2008 at 3:31 pm
Michael,
I tried what you said, but i'm getting an error saying that "the raw adapters do not support image, text, or ntext data."
I am attaching two screenshots of my Advanced...
February 5, 2008 at 7:50 am
These are not text files, so it may simply have a problem with the fact that you created an empty text file.
Yeah, I did create a an empty text file....
February 4, 2008 at 1:53 pm
lucky (2/4/2008)
Hello Rav,Have you checked whether the file created by you is accessible by the SSIS connection credentials?
Does the SSIS connection has access privileges to the shared / network location?
SSIS...
February 4, 2008 at 12:46 pm
Alen cappelletti (1/14/2008)
HI,I have a date field like 2008-01-09 15:12:57' and for every row, I must execute a sql for get a value from a function in my DB.
What is...
January 30, 2008 at 3:13 pm
haha. Thanks. Now I feel like a dumbhead. it's like DUH.... I've done these queries before... i guess I haven't had my coffee today..
Thanks.
Rav.
January 30, 2008 at 9:46 am
Crispin Proctor (1/30/2008)
I removed the screen shot and the file. It had some information that I shouldn't be posting. See the earlier posts...
Rav.
January 30, 2008 at 7:22 am
Pankaj,
Easy solution. you can accomplish the task by using File System Task.
Here's the link for tutorial http://msdn2.microsoft.com/en-us/library/ms140185.aspx
Rav.
January 30, 2008 at 5:29 am
Matt and Dsmith,
Thanks for the suggestion. My stupid head didn't think about customer data. I just removed both of the files.
Matt, we do have Monarch. ...
January 30, 2008 at 5:24 am
Lowell (1/29/2008)
Why can't you get the data directly from teh data source, instead of translating a report? it's coming from a third party I assume?
I wish I wish that was...
January 29, 2008 at 2:00 pm
In the Flat File Souce Editor, do you have Error and Truncation set to "Fail Component" or "Ignore Failure"?
Ravi.
January 29, 2008 at 10:08 am
Viewing 15 posts - 46 through 60 (of 66 total)