Hi,
Yes, UrlID is a primary key and identity auto increment column, so it sounds like you lost this property. Normally this would not be lost in restoring a db from one machine to another, but importing tables from one db to another will lose things like primary keys, foreign keys, identity specifications.
So what I would be worried about is what else got lost on other tables in addition to this one.
Best,
Joe