Viewing 15 posts - 16 through 30 (of 31 total)
1. You can use variables in SSIS , and can also assign values to it from your asp code. This article might help you :
http://msdn2.microsoft.com/en-us/library/ms140216.aspx
You can use "for...
March 25, 2008 at 2:48 am
Okay Great ! , you can post your queries here as it will be benefitial for everyone who uses this community , you can mail me on priteshpatel2205@gmail.com as...
March 24, 2008 at 7:17 am
i think i got your problem. Your file format is "ragged right" . Use this format instead of "Fixed width" , you will have a better view of data in...
March 24, 2008 at 7:05 am
i am assuming that you have a fixed file with no delimiters, and you want to separate the data in different columns, you can do this by following these steps:
1....
March 24, 2008 at 6:55 am
can you attach some sample data in a file here so that i can understand your problem
March 24, 2008 at 6:37 am
You can use WMI task with the following WQL query to watch a folder or a particular file .....
FOR INDIVIDUAL FILE :
SELECT * FROM __InstanceCreationEvent WITHIN 60...
March 24, 2008 at 4:53 am
BULK INSERT task will be ebst suited if you do not want to carry out any transformation.
March 24, 2008 at 4:49 am
You can use the below written script . Also , you can use the SQL Query in the execute sql task as well , i didnt have the time to...
March 24, 2008 at 3:27 am
I think you need to set the colulm delimiter correctly.Edit the file connection manager. In the columns tab in the file connection manager ---> edit, you beed to first "reset"...
March 23, 2008 at 10:02 pm
There can be a number of ways to achieve this, the basic idea should be to lookup the incoming filename against the ones that are stored in the table and...
March 23, 2008 at 9:47 pm
You can try using a configuraion file or save the configuration in a table. This post might help you.
http://vyaskn.tripod.com/sql_server_2005_making_ssis_packages_portable.htm
March 23, 2008 at 1:02 am
You can do it by enclosing all your control flow tasks into the "sequence container" then connect a send mail task to the sequence container. You can configure to fire...
March 23, 2008 at 12:54 am
Hi,
I assume that you are able to set up the for each loop container successfully and are able to read the file names into variable. I have attached...
March 23, 2008 at 12:22 am
Heres what you can do :
1. use a for each loop container, in the "collection" tab ,use ForEach File Enumerator" option.
2. On the same tab you will have "expressions" ,...
March 21, 2008 at 5:05 am
Hi ,
I am giving the code of a function that will retrieve the column name giving the error. The idea behind achieving this is to...
March 20, 2008 at 11:23 pm
Viewing 15 posts - 16 through 30 (of 31 total)