Viewing 15 posts - 16 through 30 (of 56 total)
Hi Asita,
In many of my packages, I have used Send Mail Task.
I had referred to this website for setting the Send Mail Task;
http://agilebi.com/cs/blogs/jwelch/archive/2007/05/05/handling-multiple-errors-in-ssis.aspx
Now, I never had any connection issues till...
March 26, 2009 at 10:48 am
Lynn Pettis (3/23/2009)
-- Create initial test table that will be the source...
March 26, 2009 at 8:03 am
Lynn. Your code worked fine. I was a bit confused with few columns as the table is huge.
Anyways, I have figured out the reason why it did not work. It...
March 24, 2009 at 2:14 pm
No. This does not work. It gives me multiple records for a single ID.
I am getting
A1
A1
A1
A2
A2
A2
and one more thing is that I have some two datetime columns also in this...
March 24, 2009 at 1:23 pm
I have it like this;
ID X Y Z
A1...
March 24, 2009 at 12:20 pm
I figured out one more question.
What if I have similar ID's for two rows.
For some instances, I have same ID's.
Two rows having one ID. I wish to group by such...
March 24, 2009 at 11:46 am
Excellent. I tried it and its working fine. I tried with just two columns for now.
I will verify the data minutely and then go to the next colums also.
Thank you...
March 24, 2009 at 11:40 am
Hi,
Thank you for your reply.
But practically it will not be possible for me to add so many insert statements as I have more than 40,000 rows in this table.
Is...
March 24, 2009 at 6:45 am
More questions (detailed)
http://www.dotnetspider.com/forum/158771-Sql-Server-Integration-services-Interview-questions.aspx
March 5, 2009 at 2:18 pm
I am getting this error:
[Pivot [43]] Error: The pivot key value "23:45:00" is not valid.
The reason for this error is that the pivot key value is a datetime field.
Does...
March 5, 2009 at 1:21 pm
Thank you James. I am just trying to use the Pivot Transformation and achieve the results, but I have a datetime datatype and an integer datatype, which is giving me...
March 5, 2009 at 9:55 am
Thank you for all your replies.
I know this was a silly question, but I am still learning, so........
Thanks once again.
February 25, 2009 at 9:40 am
steveb (2/25/2009)
use a join for this;
select Name, Message, Date, JobStatus
from tableA inner join tableB on tableA.id = tableb.id
There columns Message, Date, JobStatus are not in table...
February 25, 2009 at 7:45 am
Try using the Data Conversion transformation for changing the data types.
November 20, 2008 at 11:24 am
I do not get a clear understanding about your problem from what you have posted.
But what I can tell you is: In order to create a variable, create a new...
November 20, 2008 at 10:09 am
Viewing 15 posts - 16 through 30 (of 56 total)