Viewing 13 posts - 76 through 88 (of 88 total)
Hi,
I think your syntax is correct so maybe it is the result from the SQL Task. Try testing the precedence by using the most basic SQL you can in the...
December 18, 2006 at 2:59 am
Hey,
Thanks for you response. I have added these settings to my SP and now I can select the columns and preview the data. However now I get the following error:
[OLE...
December 18, 2006 at 2:46 am
I think the SQL Server 2005 Express Edition is what you are looking for.
http://www.microsoft.com/sql/editions/express/default.mspx
Regards
Daniel
December 14, 2006 at 3:15 am
Thanks for you idea which I will try. I am hoping not to have to change the packages because I have quite a few.
I am executing the package on the...
December 14, 2006 at 3:10 am
I'm not sure why there should be a diffence but I expect you might get a better idea if you can read the error message.
Try enabling logging in your package...
November 30, 2006 at 1:57 am
I don't know the answer for this but I had a thought.
Are the Regional settings under the control panel based on the User profile?
If so try logging in as the...
November 9, 2006 at 3:54 am
I'm curious as to what you are trying to achieve with SSIS however I'll try to help out.
1. You can use the Package deployment utility under the project property pages...
November 9, 2006 at 3:48 am
For the first part of you question you need to use a variable enumerator which you populate using a script task.
I wrote this script task below to do a...
November 9, 2006 at 3:39 am
Sounds like this might be easier via a simple update statement?
Regards
Daniel
November 9, 2006 at 3:03 am
It is a little confusing to understand what you are trying to do.
Can you not use a Derived Column in the data flow. Even better can you join the tables...
November 8, 2006 at 10:13 am
This took me a little while to spot but you can do it through variables quite easily.
Right click the For Each container and choose edit.
On the Collection tab under the...
November 8, 2006 at 10:08 am
I've created a very basic example for you below of how you can do it.
Regards
Daniel
'=======================================
Module Module1
Const FOLDER = "C:\Windows"
Sub Main()
...
November 8, 2006 at 9:44 am
Not entirely sure what you mean by connection contexts but here are a couple of ideas...
You can set the connection string used by you connections via the ConnectionString property on...
November 7, 2006 at 7:45 am
Viewing 13 posts - 76 through 88 (of 88 total)