RS First Dynamics NAV Blog


...from NAV 3.60 to NAV 2013
Archivio Posts
Anno 2015

Anno 2014

Anno 2013

Anno 2012

Anno 2011

Anno 2010

Anno 2009

Anno 2008

Anno 2007

SQL Index Hinting Disabling (for NAV 4.0 SP3)

Index Hinting disabling (for Nav 4.0 SP3)

Alcuni build esistenti NAV 4.0 SP3 hanno problemi ad utilizzare gli indici cluster, è necessario disabilitare l'index hinting per risolvere il problema.

use <your NAV database name goes here>
go

CREATE TABLE dbo.[$ndo$dbconfig] (config VARCHAR(512) NOT NULL)
go
GRANT SELECT ON dbo.[$ndo$dbconfig] TO public
go

INSERT INTO dbo.[$ndo$dbconfig] VALUES
('IndexHint=No')
go

Test

use <your NAV database name goes here>
go

select * from dbo.[$ndo$dbconfig]

Categoria: Dynamics NAV ALL
lunedì, 14 apr 2008 Ore. 09.38
Statistiche
  • Views Home Page: 451.621
  • Views Posts: 864.070
  • Views Gallerie: 0
  • n° Posts: 343
  • n° Commenti: 0
Copyright © 2002-2007 - Blogs 2.0
dotNetHell.it | Home Page Blogs
ASP.NET 2.0 Windows 2003