I am using SQL Server 2008 R2 and created a set of tables/stored procedures using aspnet_regsql.
I believe that my database is corrupted after an import. I have stored procedures in INFORMATION_SCHEMA and there is only few stored procedures under Programmability > Stored Procedures, those are asp net procedures created using the aspnet_regsql and now I can“t recreate because SQL Server says the the object already exists.
How can I fix that?
Thanks
P.S I have performed a automatically export/import from one remote database to another.