Microsoft
Software
Hardware
Network
Question : Identity column
Hi,
I have Sybase database with many tables. I want one table(say Table1) with identity column. I basically want this column values should be one up number (in sequence with no gap in between). But it seems like the @@identity is at server level so if some other table uses this value, when I insert into Table1, a gap in sequence can occur. Is there anyway to have table level identity value? And not server level?
Answer : Identity column
Sybase ASE 12.0 :
sp_chgattribute
,"identity_gap"
,1
Random Solutions
Actionscript 3 Resource for Experienced AS2 Developers?
Remote host said: 550 You are not allowed to send mail
To remove backup replica server completely from public folders
I cannot seem to run MomAdAdmin.exe succesfully against my DCs.
How to write a SQL statement in Sybase stored procudure with a condition in a where clause based on another condition?
Using MS DataGrid in Microsoft Access 2002/2003
Can't get integrated authentication to work in Exchange FE/BE deployment
Use logged in user credentials to login to Terminal Services 2008?
Unable to receive or send message from this particular domain
Finding unmatched data between two sql tables