Posts
Sort by recent activity
WITH (STATISTICS_NORECOMPUTE=ON)
I'm trying to compare a source SQL SERVER 2005 database with SQL destination SERVER 2000 databases but it keeps including the statement WITH (STATISTICS_NORECOMPUTE=ON) on all alter tables on the S...