|

Search results for microsoft



Another very common question is to count number of set bits in a given number. Solution in C# int Count(int Number) { int count = 0; while (Number ...
Here are the screening interview questions I recieved from Microsoft recruiter. She sent me MS Word doc template and asked to fill it in. Didn't find ...
Company where asked this question: Microsoft
Interviewed for position: SDE-T, Tester
It's very beneficial for a potential database developer to know the types of triggers available, and how to implement them. A trigger is a specialize ...
An isolation level determines the degree of isolation of data between concurrent transactions. The default SQL Server isolation level is Read Committe ...

What is DTS?

Posted by Devin
Microsoft® SQL Server™ 2000 Data Transformation Services (DTS) is a set of graphical tools and programmable objects that lets you extract, transfor ...

What is DTC?

Posted by Devin
The Microsoft Distributed Transaction Coordinator (MS DTC) is a transaction manager that allows client applications to include several different sourc ...
A livelock is one, where a request for an exclusive lock is repeatedly denied because a series of overlapping shared locks keeps interfering. SQL Serv ...
Deadlock is a situation when two processes, each having a lock on one piece of data, attempt to acquire a lock on the other's piece. Each process woul ...