Viewing 15 posts - 16 through 30 (of 214 total)
I knew that WORK keyword is optional, but it seemed too easy,
thanks Steve.
November 20, 2015 at 4:58 am
Hi
Small tip, You can set the Interactive Height property of the report equal 0 to fit it on one page.
Best regards,
Mike
November 20, 2015 at 4:41 am
Hi
Imho You have to set the FailPackageOnFailure property to True on the objects (containers,task) in
your package upon which the checkpoints will be defined.
Best regards,
Mike
November 20, 2015 at 3:46 am
Hi
SCD type 2 is works well if the table is not too large and the changes doesn't happen frequently. But when the lot of changes happen in the attributes of...
November 18, 2015 at 5:52 am
Hi Abhijit
What is dateformat set on your server?
I 've got YYYY-MM-DD for example, so I simply do some setps:
1. Set up DT_STR, 26 as data type for column in...
November 12, 2015 at 9:02 am
Forgive me, please replace line
WITH latest AS (SELECT ROW_NUMBER() over(PARTITION BY product_code, ORDER BY date_price DESC) AS RowNumber,product_key ,price
with code
WITH latest AS (SELECT ROW_NUMBER() over(PARTITION BY product_code, ORDER BY...
November 9, 2015 at 8:17 am
Hi Sjorsd
Please try with cte:
WITH latest AS (SELECT ROW_NUMBER() over(PARTITION BY product_code, ORDER BY date_price DESC) AS RowNumber,product_key ,price
...
November 9, 2015 at 6:18 am
Hi
If I clearly understand, you want to insert only the latest price from dbo.product, don't you?
Best regards,
Mike
November 9, 2015 at 3:38 am
Hi Ricardo
If you simply want to end the task with failure, you can do this in this way:
Public Sub Main()
'Dim Sum...
November 9, 2015 at 2:45 am
Hi
The trip down memory lane, I worked with Btrieve\Pervasive databases over a decade.:hehe:
Here are a few ways achieve it, please check if ddf files (data definition files) exist first.
If true,...
November 6, 2015 at 7:53 am
Hi
It looks as two or more data flow tasks try to read data from one source at the same time.
Best regards,
Mike
November 5, 2015 at 3:59 am
Hi
If job has a few steps to do, the last_executed_step_date will be not null for already finished.
Br.
Mike
November 4, 2015 at 6:20 am
I thought that the question is from the series of good practice, not about the syntax.
Best regards,
Mike
November 4, 2015 at 2:30 am
Thanks Hugo
I know that double negation isn't considered acceptable in current standard English, but in
this case you had to use it and this sentence is logically correct for...
November 4, 2015 at 2:15 am
Viewing 15 posts - 16 through 30 (of 214 total)