Taara

name

Language

21st March 2011
Language may refer either to the specifically human capacity for acquiring and using complex systems of communication, or to a specific instance of such a system of complex communication. The scientific study of language in any of its senses is called lin... Read >

How Developers Can Avoid Transact-SQL Cursors

21st March 2011
Cursors can look like shortcuts to a developer. When you have a complex job to perform and you need to manipulate the rows in a table, the quickest way may seem to iterate through the rows one by one using a Transact-SQL cursor. After all, since you have ... Read >