Viewing 15 posts - 10,126 through 10,140 (of 13,874 total)
Sachin Vaidya (2/14/2013)
Your response definitely shows a path to move ahead, thanks a lot for that.
But on the other side, it was very rude. It will discourage people from...
February 15, 2013 at 3:11 am
subramani.rudrappa 78855 (2/15/2013)
i have mapping table which holds codes in Sql and i need to get dat from oracle source based on this codes
please let me know how can we...
February 15, 2013 at 2:27 am
l.caufriez (2/7/2013)
it's working except that the ftp task will not go to the specified remote path, and i think it's because the remote path...
February 15, 2013 at 2:25 am
quillis131 (2/14/2013)
Note: I tried to do with XML task and XSLT but couldn't make it work, it gives me an...
February 15, 2013 at 2:12 am
JblakTSql (2/14/2013)
no, I am not able to create indexes for this data. It has duplicates in it.
Yes you are. Indexes do not have to contain unique values.
February 15, 2013 at 1:16 am
Here is one way, using running totals & an additional column.
1) Create a FamilyId column on Members_GD
alter table dbo.Members_GD
add FamilyId int
2) Populate the FamilyId column using grotty double quirky update...
February 14, 2013 at 3:30 pm
Do you have an index on the 'server' column?
February 14, 2013 at 9:55 am
iamsql1 (2/14/2013)
i am writing ssis package having For Each Loop Container Which iterates through DropBox Folder ..
But when it iterates, it...
February 14, 2013 at 5:15 am
kingdonshel (2/13/2013)
February 13, 2013 at 10:17 am
Weird - have you tried stepping through your code in debug mode to verify exactly what is in your attachment variable?
The code provided looks like it should work.
February 13, 2013 at 9:32 am
kingdonshel (2/13/2013)
I tried it but it did not work
You will find that people will respond better if you post error messages and what you have tried to resolve them.
Very...
February 13, 2013 at 8:44 am
This is a cross-post - no more answers here please - use this thread instead.
February 13, 2013 at 6:56 am
mister.magoo (2/12/2013)
dubem1-878067 (2/12/2013)
I need to extract records between two dates
this code will do the job
where...
February 13, 2013 at 2:04 am
I can't really see what this has to do with SSIS, but here's one way.
declare @MyDate datetime
set @MyDate = '2012-12-29'
select DATEADD(dd, - (DAY(DATEADD(mm, 1, @MyDate )) - 1), DATEADD(mm, 1,...
February 12, 2013 at 12:41 pm
athi_ssn (2/12/2013)
February 12, 2013 at 7:41 am
Viewing 15 posts - 10,126 through 10,140 (of 13,874 total)