Search found 4 matches

by parthi1705
07 May 2013 06:03
Forum: DOS Batch Forum
Topic: create log in Batch file
Replies: 1
Views: 2160

create log in Batch file

How to create log in Batch file.
by parthi1705
07 May 2013 03:36
Forum: DOS Batch Forum
Topic: How to validate SQL scripts
Replies: 5
Views: 4321

Re: How to validate SQL scripts

The files are oracle file. I have saved in .SQL format.
by parthi1705
07 May 2013 03:11
Forum: DOS Batch Forum
Topic: How to validate SQL scripts
Replies: 5
Views: 4321

Re: How to validate SQL scripts

That is what i am asking how to do so if there was an errror. Validation on the script.
by parthi1705
07 May 2013 00:16
Forum: DOS Batch Forum
Topic: How to validate SQL scripts
Replies: 5
Views: 4321

How to validate SQL scripts

Hi, How to Validate SQL scripts? I am having set of sql files i wish to run one by one if there is any error at one file i need to notify to the user.I have created Bat file in-order to execute in a sequence.how to validate in bat file say 01.sql ---Sucess 02.sql --- Fail -- intimate and not to exec...