Home Home
  login

Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Is there a way to change the number sceme for IssueId

admin
usage
items

Is there a way in 5.1 to change the number scheme

User37456
· 1
User37456
Replies (4)
helpful
0
not helpful

The issue id sequence cannot be change but you can change the number it starts from


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

where do I make the change to show where the number starts from


User37456
· 1
User37456
helpful
0
not helpful
ANSWER

You need to run the following SQL command (to start from 10000): DBCC CHECKIDENT (gemini_issues, reseed, 9999)


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Thank You


User37456
· 1
User37456