Category: Programming

0

Disable/Enable Foreign Key and Check constraints in SQL Server

(Original article)   At times, there is a need to disable/enable the Foreign keys and the check constraints in the development/qa environment. The need arises from the requirement to have bulk data copy movement done from one environment to the...

0

Boost – Thread pool

Boost Library Boost is a collection of high-quality C++ libraries and works on almost any modern operating system, including UNIX and Windows variants Compiling boost library bjam toolset=msvc-6.0 link=static link=dynamic threading=multi   Features Policy-based thread pool implementation Scheduling policies: fifo,...