Microsoft
Software
Hardware
Network
Question : bodytype.
Need to fix the index.
The index is at 30?
I need to make it 28.
Answer : bodytype.
Delete from tblname where bodTypeID = 30
After that:
SET IDENTITY_INSERT table_name ON
INSERT INTO tablename(bodyTypeID,BodyT
ype) Values (28, Other)
SET IDENTITY_INSERT table_name OFF
Random Solutions
version choice
MSSQL2000
Exchange 2003 Private Store increased/decreased
Updating date returned from SQL
Outlook 2007 Recover email rules from old pst
How to find and remove a virus
How to create a text search facility with wildcard
Delete Reporting Services Instances
Help with Web Service configuration please
add a zero to a number...