Viewing 15 posts - 8,116 through 8,130 (of 13,882 total)
I'm with you, Jeff. Using the threat of leaving, directly or indirectly, as a means to increase your salary feels ethically wrong and akin to bribery. If you're leaving, leave,...
September 17, 2015 at 4:26 am
nick.latocha (9/16/2015)
I was going to do this - but can't find a way of building 2008r2 packages from msbuild. Is there something I'm missing?
Not at all. Devenv.com can be used...
September 16, 2015 at 9:16 am
nick.latocha (9/16/2015)
All our packages are run via dtexc on a dedicated server - so trying to...
September 16, 2015 at 8:28 am
toni 667 (9/16/2015)
Hello David,this looks very promising, unfortunately sometimes the value Grp repeats itself on different datetime / item combinations.
Thanks
Please expand the sample data query which I provided, to illustrate...
September 16, 2015 at 7:35 am
nick.latocha (9/16/2015)
September 16, 2015 at 7:08 am
Here's some setup SQL for anyone who wants to try this.
Hint: please do this in future when you submit forum questions 🙂
if object_id('tempdb..#tab1', 'U') is not null
drop table...
September 16, 2015 at 4:06 am
Pulivarthi Sasidhar (9/16/2015)
I have an SSIS package, which loading 5 data files of same format into Single Destination Table by taking 3-4 Hours...
Now my Manager asked me to change...
September 16, 2015 at 3:11 am
toni 667 (9/16/2015)
I have following problem and I hope someone could help:
I have a table with a datetime and an Item column.
I want to retrieve only the rows where...
September 16, 2015 at 12:50 am
Jason A. Long (9/15/2015)
The easiest way is to simply reverse the order of your ROW_NUMBER... Just sort in DESC order instead of ASC...
I can't see how. Gives this
September 15, 2015 at 11:38 am
Here's one way:
with rows
as ( select * ,
...
September 15, 2015 at 11:02 am
Try this.
select column1 ,
stuff(column1, charindex('@param1', column1),
charindex('@param2', column1)...
September 15, 2015 at 10:34 am
komal145 (9/14/2015)
The Data flow is not working , as the DB2 is a stored procedure with paramters.
I use stored procs with parameters all the time, but not with DB2. Is...
September 14, 2015 at 1:52 pm
Have you considered implementing this as a standard data flow, with your DB2 query as source and the CSV file as destination? It would seem much easier, though maybe I...
September 14, 2015 at 1:11 pm
How is D:\jj\JJ_Data_Extract_20150914103322732.csv related to what you are doing?
September 14, 2015 at 11:12 am
Viewing 15 posts - 8,116 through 8,130 (of 13,882 total)