Forum: MS SQL Sep 21st, 2009 |
| Replies: 3 Views: 493 Well I resolve this issue by using a table with just one field ID and made it IDENTITY and set its max value to 999 and then used the following procedure to get the next number for 3 digit number... |
Forum: MS SQL Sep 15th, 2009 |
| Replies: 3 Views: 493 Hi All SQL Gurus,
I am working on a project for a college. I have to generate a unique student Id for each student. I know I can use IDENTITY column to achieve this but I have rather... |