When I am try to import all objects from my old sql server to new one I get the following error:
[Microsoft][ODBC SQL Server Driver][SQL Server]Insert Error: Column name or number of supplied values does not match table definition.
It happens after 96% is complete. It copies all tables but leaves about 30 stored procedures. So i think its a stored procedure which is causing the problem. How can find which one is it, or suggest some good way to import the database.