Viewing 15 posts - 196 through 210 (of 580 total)
You cannot change the metadata (i.e. column info) of a data-flow at runtime.
-Jamie
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
March 23, 2006 at 9:39 am
The only real way is to add the field name (which you will have stored in a variable from the ForEach loop) as a new column using the Derived Column transform.
Are you...
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
March 23, 2006 at 9:37 am
Juan,
Send me the file and a CREATE TABLE script and I'll have a go. I love a challenge. ![]()
jamie.thomson@nospam.conchango.com
-Jamie
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
March 22, 2006 at 4:46 am
Each of the packages will operate as seperate processes so yes, they all execute in their own area in memory (depending on the ExecuteOutOfProcess property).
As far as the calling package...
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
March 22, 2006 at 2:27 am
Juan,
There is most certainly a learning curve with SSIS. The extra complexity has been added for a reason, mostly for issues of security. I kind of agree with Joseph, messing...
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
March 21, 2006 at 2:09 am
John's original post here always makes me laugh when I come back to re-read it (which i do often).
This article in particular reminded me of it: http://weblogs.sqlteam.com/jeffs/archive/0001/01/01/5248.aspx
And don't miss...
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
March 16, 2006 at 4:17 pm
SSIS is not reliant on having SQL Server database engine installed.
If a machine is executing SSIS packages then it will require SSIS installing on it.
Can you put it inside an installation...
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
March 15, 2006 at 2:52 pm
Its probably a security issue. You'll quite often find that packages that execute OK in BIDS don't execute under Agent. The package will execute under the security context of the user that executes...
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
March 15, 2006 at 2:18 am
Not quite sure what you mean by "clients". If you mean a remote database server to which you are transferring data then you don't need anything installed on them.
-Jamie
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
March 15, 2006 at 2:16 am
http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=80&SiteID=1
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
March 14, 2006 at 6:52 am
The average size of the record in the source file is irrelvant in this context. What is the width of a row when it is in the SSIS pipeline?
If the average...
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
March 14, 2006 at 6:50 am
What's the width of the column?
How many is 32,00? Is it three thousand two hundred?
-Jamie
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
March 14, 2006 at 3:00 am
See my reply to your post on the SSIS forum
-Jamie
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
March 14, 2006 at 2:58 am
Gita,
Select the variable in the Variables pane and press F4. You will see the EvaluateAsExpression property in the properties pane.
-Jamie
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
March 13, 2006 at 2:15 pm
Yeah, rubbish isn't it. And today we have upgraded Visual Studio to Team Foundation Server (TFS) which means our SourceSafe database has been migrated to TFS as well.
Lo and behold,...
Jamie Thomson
http://sqlblog.com/blogs/jamie_thomson
March 9, 2006 at 9:44 am
Viewing 15 posts - 196 through 210 (of 580 total)