0

Using SQL Server 2008 R2, BIDS, to create a SSIS package.

I'm trying to use a variable to define the length for one of my script component outputs in my data flow.

enter image description here

Obviously this doesn't work. I'm wondering if there is a workaround so I don't have to hard code that length.

1 Answer 1

1

No, you can't put variables there. Normally you will know the length for the columns (from business, database schema, etc). Otherwise, put a big enough safe size.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.