/ Published in: SQL
Expand |
Embed | Plain Text
-- Check ident value dbcc checkident(tbl_mqb_data_templates) -- Reset ident value dbcc checkident(tbl_mqb_data_templates, reseed, 0)
You need to login to post a comment.
mafro on 12/03/07
1 person have marked this snippet as a favorite
-- Check ident value dbcc checkident(tbl_mqb_data_templates) -- Reset ident value dbcc checkident(tbl_mqb_data_templates, reseed, 0)
You need to login to post a comment.