Monday, June 20, 2016

Run Stored Procedure from Batch file (MS SQL & Oracle)

In this post we will lean how to run a stored procedure from a batch file (.bat) externally. This is used very often to run a schedule job set in the server. The whole job logic is written in the Stored procedure and we are executing that from an external batch file. So what we have to do to run this, lets see. We will use the sqlcmd.exe file to run the stored procedure from command.  First...

Sunday, April 17, 2016

How to prevent F12 in browser

Introduction: Opening the console log of browser and change element value of a web page is like a headache for the developer. To prevent this situation here is the remedy. Description: So how to stop this kind of situation, you could get a message while user is opening the console log and take necessary...

Popular Posts

Pageviews