Microsoft
Software
Hardware
Network
Question : New unique values for field
I have a table named `mytable` with a field called `record_numb`
Now there are some duplicate values for `record_numb`
I want to give all 10,000 records a new unique `record_numb`
The `record_numb` must be unique!
Answer : New unique values for field
then
update yourtable set record_numb = tmpid;
Random Solutions
Inportant Changes in ADS
NTLDR Missing - Windows XP
How to suspend/resume a Posix thread
User Rights on 2008 Domain
How to install two operating systems on one machine?
Outlook 2003 does not display images in preview pane.
dissallow / ban decimal (period) character in text field in Livecycle
how to insert scrollbar in Ms office excel 2007
object library invalid contains references to object definitions that could not be found
SQL Server 9.0 - how can I cache view/stored procedure results?