I'm running a WSF script from the following .BAT file
cmd /c cscript "C:\Tests\Test_scripts\script.wsf" /repository:%1 /revision:%2 /config:"C:\Repositories\SVN_Test\scripts\config\svn_report_config.xml" >c:\temp\testLogSvn.txt
EXIT %ERRORLEVEL%
I thought from the calling application I should get the error from the script, but even if...
Hi,
I'm using LoadLeveler to submit jobs on an IBM/BlueGene architecture. I read the documentation made from IBM and also gave Google a try, but I cannot find how to do the following, which I expect should be there:
One can use the
queue
keyword to tell LoadLeveler that a new job step is described, so I could do something like
fir...
I have to copy files, make a new folder and then paste those files into the new folder so often.
I wonder if we can make a batch file or vbscript file to perform this task? Just select the files and choose "Group to New Folder" from the context menu. That'll be awesome!
...
Hi
I am using ibatis for my sql insert stmt. In my code i am parsing files line by line from a folder. Each line that matches criteria, need to be inserted into database.
Total number of insert in a single run of program can be any where along 200k.
SqlSession sess = null;
this.sess = sf.openSession(ExecutorType.BATCH, fals...
Hi all,
I have a website where the user can upload an excel spreadsheet to load data in a table. There can be a few 100k rows in the excel spreadsheet. When he uploads the file the website needs to insert an equal amount of rows in a database table.
What strategy should i take to do this? I was thinking of displaying a "Please wait pa...
I would like to know what's the optimal approach to make a batch insert/update from CLR to SQL Server 2008 R2 database?
Optimal in terms of:
code complexity - I don't want to over complicate my TSQL or CLR code to prove it can be done
implementation simplicity
speed - it should perform better than doing one-by-one processing
We usua...
hi.
looking to create a basic web based app for managing tasks across a network of client systems.
basically, users create software apps. the apps are then run across the client server in a round robin approach.
i've looked at condor, and some of the other approaches, and figured i'd post here to see if anybody had any thoughts.
i'm...