Microsoft
Software
Hardware
Network
Question : Updating an identity column
I have an ms sql server database table, with an identity column. What I need to do is to turn off identity and the update all rows then turn the identity back on. The column is also the primary key. can anyone assist?
Answer : Updating an identity column
Use SET IDENTITY_INSERT to allow updates/inserts to the identity column.
set identity_insert tbl on;
update tbl set idcol = somenewformula;
set identity_insert tbl off;
Random Solutions
Setting msExchMailboxSecurityDescr
iptor with VB.NET
Single Sign on for RemoteAPPs in Windows 2008 R2 terminal server
Network keyword
Difference between using file sharing under a Home Network and a Work Network????
Unix command to find and delete files older than xx days
OOP, classes, accessor/mutator question (newbie)
setup Xsan with couple of Apple macs final cut pro
Ex2010 - Move Mailbox Failed - Corrupt Messages
helpdesk interview for bank
Crystal report 2008, draw graph with huge of data.