Always remain updated about current software development trends

Articles by AMIT CHAUDHARY

Implementing Transactions in SQL Server – Part II

In Implementing Transactions Part I I briefly described the role of Transactions in SQL Server and outlined a very basic implementation. In this second part, I will explain how a DBA can best implement Transactions in scripts that are to be deployed on production...

Transactions in SQL Server Part I – An Introduction

A basic requirements in most SQL Server based applications is implementing a database operation (DDL or DML) in a single unit of work. The DDL requirement is more from a DBA's perspective rather than the application, since any application would perform...

Asynchronous Tasks and Synchronization on UI TPL .NET 4.0

Using TPL for parallel programming is now a pieces of cake. It makes life easier for those who are new to multithreaded programming.

invoke-sqlcmd Not Recognized

When attempting to run the invoke_sqlcmd from PowerShell you may receive the below exception: The term ‘invoke-sqlcmd’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a...

  • Page 1 of 1
  •