Viewing 15 posts - 1 through 15 (of 146 total)
it worked for me now, weird I just change connection provider from sql native client to Microsoft oledb provider for Sql server and everything is fine now.
thanks for your...
December 17, 2009 at 12:50 pm
ya i explore a lot, and on the below site it have mentioned about adding script component to add a dummy row on the last record using .net code, but...
December 17, 2009 at 12:10 pm
Bru Medishetty
ya I apply your method also, but didnt work
December 17, 2009 at 11:23 am
but where do i need to raise ignore error option, i went flatfile soruce and edit and went to error ouput option and set all columns to ignore failure...
December 17, 2009 at 11:07 am
thanks for your response guys, I have attached my file here, the thing is i get this file every day on ftp server so its hectic for me to change...
December 17, 2009 at 10:57 am
I am still waiting for input from anyone, please this one is kiling me.
December 17, 2009 at 10:43 am
Here I have my new table script, so now we need jobstep as our parameterr? could u please send me the script for store proc with step on it.
thanks
USE [JobsMonitor]...
October 30, 2009 at 2:37 pm
now i got it, I need to figure out the end time of first job step so after executing the store proc on next step will insert the record on...
October 30, 2009 at 2:09 pm
Its working, now i got one issue, I am running a job step1 after step1 is success it goes to step2 where this store proc is executed and it is...
October 30, 2009 at 1:58 pm
my table script is below
USE [JobsMonitor]
GO
/****** Object: Table [dbo].[Job_Audit] Script Date: 10/30/2009 15:31:31 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[Job_Audit](
[ServerName] [varchar](20) NULL,
[JobName] [varchar](50) NULL,
[StartDateTime]...
October 30, 2009 at 1:33 pm
here i am trying to create a store proc, I am getting an error, please let me know where i am wrong.
I need to pass @p_ijob_name parameter as job...
October 30, 2009 at 1:08 pm
thank you very much sir, I need lil bit diffrent, let me explain you my senario, I have created a table with 4 field, i.e servername, jobname,...
October 30, 2009 at 11:59 am
Great I would appriciate if you could provide me the script till tommorow at 5pm
October 29, 2009 at 12:02 pm
It would be great if you provide me a script. thanks
October 29, 2009 at 11:29 am
thanks for those links but I need to write a store proc to put those job info on my sql table.
October 29, 2009 at 9:54 am
Viewing 15 posts - 1 through 15 (of 146 total)