Viewing 15 posts - 496 through 510 (of 669 total)
Since the operation involves remote server...there will be issues related with user authorization.
An approach could be as follows:
Using FTP Task bring the files --> Edit the files using FST -->...
August 18, 2010 at 11:43 pm
You might want to check\edit the following file once:
Drive_Letter:\Program Files\Microsoft SQL Server\100\DTS\ProviderDescriptors\ProviderDescriptors
Even I'm curious...
August 18, 2010 at 10:38 pm
Happy to help....
Whose on facebook...on a lighter note...:-D:-D:-D
August 18, 2010 at 5:02 am
Phil Parkin (8/18/2010)
veera.1255 (8/18/2010)
August 18, 2010 at 2:35 am
This will lead to dependancy...don't you think so!!!;-)
August 16, 2010 at 11:25 pm
Siddharth,
Foreach with one scipt task and EST. Loop parameters ki value...name of server will change upon some condition....now we have a server name...script task and EST...easy...but remember to set DelayValidation...
August 16, 2010 at 11:51 am
Well the best approach should be to club multiple columns and split the data accordingly, what say brother???
August 16, 2010 at 4:59 am
Consider this you have 100 distinct id's...by your approach i wil land up having 100 text files and not 100 data flow tasks to load in to SQL tables
This is...
August 16, 2010 at 4:51 am
Ravi,
Note: This description is worth implementing only if we have limited number of distinct ID's say at maximum I would bet on 10.
Incase, we have more, please refer later section.
Your...
August 16, 2010 at 4:34 am
Sharath,
Step 1: Assign a source file connection
Step 2: Create a variable and assign it a value+Extension
Step 3: Create a FST(File System Task) in rename file mode
Step 4: Use a variable...
August 16, 2010 at 4:05 am
Siddharth,
Have you considered using SMO approach.
This could be tedious as you will land up designing the entire component itself.
August 16, 2010 at 12:13 am
Baskar B.V (8/13/2010)
tripower (8/13/2010)
August 15, 2010 at 11:59 pm
Phil Parkin (8/10/2010)
Code reuse in SSIS is not as easy as it could be. To...
August 15, 2010 at 11:55 pm
Hi,
ideally you should filter the records at Query level.
Add a filter clause to your T-SQL statement and later deployt the dataset to reporting service.
As a best practice, it is advisible...
August 15, 2010 at 11:49 pm
Parthi,
Use variables...here in this case:
1.)yourVariable=Name+time...i.e. the format you wish to save the name of the file
2.)you may use a FST(File System task to route and store your file in the...
August 15, 2010 at 11:46 pm
Viewing 15 posts - 496 through 510 (of 669 total)