Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 SQL Server

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-08-31 : 10:32:14
Riju writes "How do me update particular integer column in SQL server with a continue number starting from as specified.

eg: column Voucher number starting from 1000..."

nr
SQLTeam MVY

12543 Posts

Posted - 2006-08-31 : 10:34:08
Have a look at identity in bol.
You can set the start seed.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -