Viewing 15 posts - 11,656 through 11,670 (of 13,876 total)
Derrick Smith (1/25/2011)
That would also fix...
January 25, 2011 at 12:23 pm
I'm guessing that there can be a lot of files in this share that you do not wish to process?
An alternative solution may be to nominate a folder on the...
January 25, 2011 at 10:46 am
It's an ungainly expression, but as you've nearly got it completed, I guess there's no good reason to try something else.
Have you tried using
DATEPART("hh",GETDATE())
?
January 25, 2011 at 10:37 am
What happens once you've verified that the file exists (or not)?
January 25, 2011 at 12:24 am
I think the first sentence of the original post
in my local drive, i have a directory, d:\data\ with unlimited subdirectories liked the following:
points to your alternative as being the way...
January 24, 2011 at 9:52 am
Do the text files all have the same structure (column names, column types and number of columns)?
January 22, 2011 at 9:10 am
Have a look here.
January 21, 2011 at 8:44 am
No matter what happens to a variable while the package runs, when you look at the variable values in the variables pane, you will always see its initial setting, which...
January 21, 2011 at 12:50 am
The ID autogenerates - you should just be able to leave it blank and map to the other two columns, in the knowledge that it will look after itself. Why...
January 21, 2011 at 12:44 am
After your data source in the data flow, insert a Derived Column transformation.
Create a new Derived Column and assign your date variable to it.
You will now be able to create...
January 21, 2011 at 12:41 am
saurabh.deshpande (1/20/2011)
--
I want to know that what are things we need to consider before deciding Sequential Or Parallel.
If you are talking purely about performance, there are many possible factors.
If you...
January 20, 2011 at 6:12 am
Why not try both and see for yourself?
I would, however, expect parallel to win...
January 20, 2011 at 4:09 am
Have a look here.
Use an expression to set the SQL string which will be executed by the task.
The expression can contain a combination of literal text and variables (system and...
January 20, 2011 at 12:25 am
Viewing 15 posts - 11,656 through 11,670 (of 13,876 total)