Viewing 15 posts - 10,876 through 10,890 (of 11,678 total)
If you want to store values in a variable with an Execute SQL Task, do the following:
* create a SSIS variable
* write your query in a Execute SQL Task. Make...
November 18, 2010 at 12:13 pm
It would be helpful if you posted the expression(s) that you use in the derived column.
For some reason, a row has some invalid data that makes the derived column fail.
November 18, 2010 at 12:07 pm
There are a number of ways to deploy a package from a file system to a server:
* if you have BIDSHelper installed, right click on the package and click deploy....
November 18, 2010 at 12:03 pm
At first sight: the warning and the error are not related.
The error message says that your package crashes because the user or password are invalid. As you can preview results...
November 18, 2010 at 11:46 am
I guess that when you read your data from the SQL Server table, that you have some sort of primary key.
Use a multicast in your data flow and send all...
November 18, 2010 at 11:43 am
On the parameter mapping of your Execute SQL Task, you can specify variables that will be used in the task.
Just add your variable there, with direction input, the correct data...
November 18, 2010 at 11:38 am
Well, for a newbie you're already doing pretty OK 🙂
But regarding your question, I don't think it is possible.
But what are you exactly trying to log? Every source/destination table in...
November 18, 2010 at 11:31 am
Use the Execute SQL Task and the Send Mail Task (luckily SSIS has very logical names for its components :-))
If you do not know how to configure, open a task's...
November 18, 2010 at 11:23 am
So you're still facing the issue with records not showing in your sheets? (I am a bit confused by your reply, hence my question).
If you export all your data to...
November 18, 2010 at 11:21 am
Nice question and great follow up discussion.
November 18, 2010 at 11:10 am
SanDroid (11/17/2010)
Hugo Kornelis (11/17/2010)
So please stop this babbling about a perceived ambiguity, the question is perfectly clear.
All regulars know that I won't hesitate te criticise a question that I feel...
November 18, 2010 at 11:01 am
Glad that you solved the problem.
Why was the 32-bit option necessary?
November 18, 2010 at 4:37 am
You can try the import and export wizard in SSMS. I thinks it allows you to select multiple tables and to create tables if they don't exist yet.
I'm not sure...
November 17, 2010 at 12:14 pm
Well, you could store the used configurations in string variables and then write the values of those variables to a text file using a script task.
Or, you can store the...
November 16, 2010 at 11:42 am
* data conversion: when you read the data from the source, SSIS will map it to its internal data types. If you write the data to the destination in SQL...
November 16, 2010 at 11:40 am
Viewing 15 posts - 10,876 through 10,890 (of 11,678 total)