Tag: sql server

Community

For Loop Container Samples

(Darren Green) One of the new tasks in SQL Server 2005 is the For Loop Container. In this article we will demonstrate a few simple examples of how this works. Firstly it is worth mentioning that the For Loop Container follows the same logic as most other loop mechanism you may have come across, in t

Community

Workflow Constraints (Logical OR)

(Allan Mitchell) To do some of the stuff we wanted in SQL Server 2000 DTS we had put together some serious glue code and to be honest it wasn’t pretty. One of the things that we used to have to do this way was if we wanted to implement using workflow constraints a Logical OR. Well that has changed a

Community

Pushing the Parameters

(Rodney Landrum) As a DBA and data analyst, no matter how hard I try, I can’t always avoid writing code to solve complex problems or take advantage of the wealth of management tools that SQL Server provides. Over the years, I’ve scripted solutions for all kinds of SQL Server-related projects, from c