IF statement in DOS batch file

This article is from our Febooti archive, it was relevant then, and I think that it is still relevant today (a few details changed). Previous article: Loops in the Batch files with examples. The IF command in the batch scripting is very similar to the IF statement in other programming languages. The IF command allows …

First cmd / DOS batch script example

Photo: freeimages.com This article is from our Febooti archive, it was relevant then, and I think that it is still relevant today (a few details changed). Previous article: What is a batch script? Next article: Stopping a DOS batch file Now we are familiar with the command prompt. Batch scripts are one or more DOS …

Executing very large script on Microsoft SQL Server 2008 R2 fails

I was trying to execute very large .sql script in Microsoft SQL Server 2008 R2, that runs on Microsoft Windows Server 2008 R2. First I tried to copy/paste script into Microsoft SQL Server Management Studio. The server has plenty of memory about 5 GB RAM, and script file is about 150 MB in size and …