Forum: MS SQL Jul 2nd, 2008 |
| Replies: 6 Views: 3,887 Sorry I didn't get this uploaded the other night, the kids have been sick.
Suppose you have a table with the following structure:
id - int PrimaryKey
name - varchar(50)
description -... |
Forum: MS SQL Mar 25th, 2008 |
| Replies: 3 Views: 2,508 Are you using a cursor?
If so, you could always create a counter variable and increment it each time through the loop. Is this done through an application, or the query window? If it's done in a... |