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
 SQL Server 2000 Forums
 Transact-SQL (2000)
 Creating Integer with Identity Increment Data-type

Author  Topic 

suchiate
Starting Member

33 Posts

Posted - 2007-03-06 : 10:17:38
Hi all,

May I know how I can create an user-defined data-type using sp_addtype which creates an Integer with Identity(1,1) ?

Thanks in advance.

snSQL
Master Smack Fu Yak Hacker

1837 Posts

Posted - 2007-03-06 : 11:42:52
Can't do that as far as I know.
Go to Top of Page

suchiate
Starting Member

33 Posts

Posted - 2007-03-10 : 08:05:37
Thanks alot for your reply =)
Go to Top of Page
   

- Advertisement -