Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am working on TOS. In this i have created a certain number of jobs and done schedule through 'windows task scheduler'.
My problem is, sometimes the job is getting completed within 2 mins and sometimes the same job is taking more time (approx 2 hrs) to complete the execution.
What is the reason for this and how could it be rectified?
@uganesh ,tmssqloutputbulk will create a Bulk file to load into DB,so may be you may not have access to create BULK file ,please check the access to create a file in that location
@uganesh ,yes in DB side you need to do I belive
@uganesh ,Yes for the Boolean values it should be true or false. what is your target DB type? based on your DB allows you need to manage that filed as string.
@uganesh ,if i understand correctly you need to convert true to 1 and false to 0 .
@uganesh ,where you were creating true/false,you can generate 1/0 but the o/p column data type should be string.
@manodwhb, but my need is boolean data type.....so do any other way to reproduce the same in text file also?