Spins infinitely Retrieving schema and Registering Databases
rvaiyapuri
Posts: 5
I have a requirement like this -
I have a production database on which I have 5 major views which need to be compared against the same kind (same view structure) in the development environment.
I tried to retrieve the schema and it just keeps on spinning and I see no progress. Please let me know if the database schema are different, can't we compare specific tables and views alone with SQL Data Compare?
Please help!
I have a production database on which I have 5 major views which need to be compared against the same kind (same view structure) in the development environment.
I tried to retrieve the schema and it just keeps on spinning and I see no progress. Please let me know if the database schema are different, can't we compare specific tables and views alone with SQL Data Compare?
Please help!
Comments
There's no obvious reason why it would get stuck reading the schema, but there's a couple of things to try:
- firstly, ensure you're connecting using an account with sysadmin permissions to eliminate any security problems.
- if that doesn't help, can you try SQL Compare- does that successfully read the schema or does it get stuck/crash?
Redgate Software
Redgate Software
I also experienced this and was able to resolve this issue by creating a new project. My project had other symptoms of corruption, maybe your project has only a minor corruption causing this. Try creating a new project and see if it loads more quickly.
Best,
Scott