|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Today @ 5:27 AM
Points: 222,
Visits: 708
|
|
I have a server and two instance SQL SERVER 2008 R2 SP2 and SQL SERVER 2012 and firstly ı try DBCC CHECKDB in SQL SERVER 2008 R2 2 times and it takes 5 hours and 30 minutes after I deattched db and ı atched db to SQL SERVER 2012 and ı try DBCC CHECKDB in SQL SERVER 2012 and it takes 2 hours and 28 minutes what is the new feature of SQL SERVER 2012
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Wednesday, May 22, 2013 4:49 AM
Points: 1,075,
Visits: 5,119
|
|
| Are the RAM, temp db and disk configurations same?
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Today @ 5:27 AM
Points: 222,
Visits: 708
|
|
| test make in the same server only instances are diffrent
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Thursday, April 25, 2013 10:37 AM
Points: 74,
Visits: 285
|
|
Do both instances of SQL Server have the same memory allocation? In SSMS - Right-click on the server name and select 'Properties' - Select the 'Memory' option. - There is a 'Maximum server memory (in MB) section.
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Today @ 5:27 AM
Points: 222,
Visits: 708
|
|
| It is true ı didnt look at that
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Thursday, April 25, 2013 10:37 AM
Points: 74,
Visits: 285
|
|
Hi,
Did you manage to check the SQL Server max memory parameter in both instances? Were they different? If so, were you able to make the parameters the same and re-test?
|
|
|
|