BADKR

ASP.NET, Sql Server, COBOL, C#, JSON, Sorting, Root Finding, Geocoding, Memorization, Graph

Saturday, 21 March 2015

The Service on local computer started and then stopped ,Some services stop automatically if there are not in use by other services or programs

›
In my case, the windows service was working fine on Local, but while deploying on another machine. I created the service using SC commands ...

Run multiple SQL scripts in order using a batch file

›
Suppose, we have to run following sql files in the order: 1) CREATE_TABLES.sql 2) TABLE_INSERTS.sql 3) CREATE_INDEXES.sql 4) CREATE_P...
Friday, 20 March 2015

How to create, start, stop and delete a Windows Service using SC commands

›
1) First go to the directory where the Windows Service executable (.exe file) is present. 2) Open Command Prompt. 3) To create servic...
Monday, 26 January 2015

warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] in COBOL

›
I recently installed Open-COBOL in Ubuntu. I wrote a program helloworld.cbl  and compiled it using command: cobc -free -x -o helloworld h...
Wednesday, 21 January 2015

Error: syntax error, unexpected "end of file" in COBOL

›
Key Point: Each line should end with CRLF ( Carriage Return + Line Feed ). It means each line should end with ' \r\n '. Soluti...
›
Home
View web version
Powered by Blogger.