nopCommerce 2.1 - Reset the order number from 1 to 122484

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Hi,

I seen a couple related posts in the forum, but could not get the SQL code to work.

I tried...

DBCC CHECKIDENT (
Order,
RESEED, 122484
)

I thought that should work, but I get the message...

Msg 156, Level 15, State 1, Line 2
Incorrect syntax near the keyword 'Order'.

Any suggestions would be appreciated.
Rhek
12 years ago
DBCC CHECKIDENT (
[Order],
RESEED, 122484
)
12 years ago
Thanks!
Rhek
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.