Hi I'd appreciate some advice here.I'm trying to reseed a table. Its not using the default schema and this seems to be giving me a problem.When I use DBCC CHECKIDENT (dim_country, reseed, 0)
without the schema reference, I get the messageMsg 2501, Level 16, State 45, Line 1Cannot find a table or object with the name "dim_country". Check the system catalog.When I employ the schema name and try DBCC CHECKIDENT (central.dim_country, reseed, 0)
, I get the message Msg 102, Level 15, State 1, Line 1Incorrect syntax near '.'.In order to avoid any obvious questions, the table does exist and I'm in the right database to start with. I also have the neccessary privileges to be able to do all this. I tried it with a table that was a dbo schema and it worked fine. Any ideas/suggestions would be greatly received.Thanks.---------------------------------------------------------------------------------http://www.mannyroadend.co.uk A Bury FC supporters website and forum