Project are first developed on Development box then moved to Test and then to Prod. It may so happen that you find that things are working just fine on Test box
But in production an exception is being thrown. Some times this come from the fact that the permission is not set on the object correctly.Or the object may be missing
(like a table or stored proc)
This script will help us in comparing objects and permissions between same database
On two different servers.
Get a summarized report of all DataBases options
This SELECT will give you a summarized report for the options selected for ALL the databases on your SQL Server. It's compatible with versions 7 and 2000.
2002-07-11
648 reads