/ 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.
