Viewing 6 posts - 1 through 6 (of 6 total)
Got it mate thanks for your reply.
What should I do if I want to fail the task if there are duplicates? Do I need to write a separate query to...
July 16, 2015 at 5:59 pm
Wonderful..
So its using ANY Operator due to which its getting updated with any record.
What should I do get it updated with a specific record. When there are duplicates we never...
July 16, 2015 at 4:49 pm
Thanks for your reply mate.
Exactly this is what my problem.
When the source has duplicate ids, how its updating destination.
How will it know which record to take and update. In...
July 16, 2015 at 12:55 am
Thanks for reply Orlando
Please find the script here
USE [msdb]
GO
/****** Object: Job [CaseMix_Automation] Script Date: 14/05/2015 12:15:10 PM ******/
BEGIN TRANSACTION
DECLARE @ReturnCode INT
SELECT @ReturnCode = 0
/****** Object: ...
May 13, 2015 at 8:17 pm
Thanks for your reply Orlando
I created proxies and yes the account can access the folders and files.
I created proxy for cmd and ran the job from that account and created...
May 13, 2015 at 6:57 pm
Hi
I am trying to schedule this powershell script but facing issues.
$cgs ="\\epwh.ad\EPWORTH\data\Workgroups\Power Pivot Testing\Grouper\3M ANDRG GROUPER v2013.1\cgs_console.exe"
$ip1 = "-input"
$ipt1 = "-input_template"
$ipt2 = "\\epwh.ad\EPWORTH\data\Workgroups\Power Pivot Testing\Grouper\templates\ar50in.dic"
$up1 = "-upload"
$upt1 = "-upload_template"
$upt2 =...
May 12, 2015 at 9:52 pm
Viewing 6 posts - 1 through 6 (of 6 total)