Click here to Skip to main content
15,913,610 members

Comments by CC_12497356 (Top 4 by date)

CC_12497356 21-Jun-17 3:37am View    
Deleted
put all the case when values in a temp table and use it in a join to get the desired values
CC_12497356 2-May-16 7:53am View    
Thanks digimanus. :)
But I don't want to call a stored procedure.
I want to execute a SQL Job.
CC_12497356 2-May-16 7:40am View    
Deleted
About 1,05,00,000 results (0.73 seconds)
CC_12497356 2-May-16 7:27am View    
I have a SQL Server job which is on a machine.
I have a scheduled job running on another machine which has Linux on it.
Now once the scheduled job completes, I want the SQL job to be triggered.
So, i want to know whether is it possible to code a shell script which can call SQL server (or it's services) to invoke the SQL job.