Hello
We have 2 identical database on 2 seperate servers (SQL Server 2000)
One live server, one test (live is a higher spec)
Running the exact same script on the live server takes a number of times (20+) longer
I've backed up and copied the database from live to test and given it a different name
Executing select scripts still takes a number of times longer
This proves the issue lies with the structure of the database and not the server
How do I compare databases (tables, indexes etc) as they are clearly not the same
Is there a simple command that returns differences?
Thanks
Damian.
We have 2 identical database on 2 seperate servers (SQL Server 2000)
One live server, one test (live is a higher spec)
Running the exact same script on the live server takes a number of times (20+) longer
I've backed up and copied the database from live to test and given it a different name
Executing select scripts still takes a number of times longer
This proves the issue lies with the structure of the database and not the server
How do I compare databases (tables, indexes etc) as they are clearly not the same
Is there a simple command that returns differences?
Thanks
Damian.