Import category issue

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 7 años
perfect, that worked. sorry i am new to all this ! support is excellent.
Hace 7 años
hi there
is there anyway to reset the category id number back to 1 after deleting?
I have deleted all the categories.
Cleared the cache on the site which worked great.

I have tested by adding one new category and it has started the number id at 2026 (rather than 1)

It means alot of work to redo my product categories spreadsheet!

thanks for any advice!
Hace 7 años
toadman wrote:
hi there
is there anyway to reset the category id number back to 1 after deleting?
I have deleted all the categories.
Cleared the cache on the site which worked great.

I have tested by adding one new category and it has started the number id at 2026 (rather than 1)

It means alot of work to redo my product categories spreadsheet!

thanks for any advice!


This should help:
DBCC CHECKIDENT('Category', RESEED, 0)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.