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

Clear Cache Sql

Clear entire procedure and databuffer cacheCheckpoint --> Write dirty pages to diskDBCC FreeProcCache --> Clear entire proc cacheDBCC DropCleanBuffers --> Clear entire data cacheClear only a particular db procedure cache using undocumented DBCC commandDeclare @DBID intSelect @DBID =db_id(‘YourDBname’)DBCC FLUSHPROCINDB(@DBID) – Undocumented dbcc command to clear only a db proc cache  
Leggi tutto il post...
Categoria: Sql Server ALL
venerdì, 20 feb 2009 Ore. 21.07

How to repair a SQL Server 2005 Suspect database

How to repair a SQL Server 2005 Suspect database Check DB Sometimes when you connect to your database server, you may find it in suspect mode. Your database server won’t allow you to perform any operation on that database until the database is repaired. A database can go in suspect mode for many reasons like improper shutdown of the database server, corruption of the database files etc. To get the exact reason of a database going into suspect mode can be found using the following query, DB 
Leggi tutto il post...
Categoria: Sql Server ALL
venerdì, 20 feb 2009 Ore. 16.54

SQL Server Working Out : bloccare le pagine in memoria in un'istanza di Sql Server 64 bit

Nelle edizioni a 64-bit di SQL Server 2005, potrebbero verificarsi alcuni problemi (non rilevati nella versione 32bit) Sintomi problemi: 1. Le prestazioni di SQL Server 2005 riduce improvvisamente. 2. SQL Server 2005 si blocca per un breve periodo di tempo. 3. Si verifica un timeout per le applicazioni che connettersi a SQL Server 2005. --> I problemi si verificano quando si eseguono anche semplici comandi o utilizzare applicazioni nel sistema. Se si verificano ancora questi proble 
Leggi tutto il post...
Categoria: Sql Server ALL
venerdì, 20 feb 2009 Ore. 12.04

Using "SQL Record"

Using "SQL Record" "Select * FROM and how to do it better in NAV"... , using "SQL Record"  datatype nice issue by David Singleton. http://dynamicsuser.net/blogs/singleton/archive/2008/03/14/select-from-and-how-to-do-it-better-in-nav.aspx 
Leggi tutto il post...
Categoria: Dynamics NAV ALL
lunedì, 16 feb 2009 Ore. 23.47

NAV 5 and Vista cache problems

NAV 5 and Vista cache problems   Incompatibility  that exist between Windows Vista and NAV client, for example  the mangement of cache memory doesn't function very well, because some times we lost any object correctly modified and stored! --> That actually has nothing to do with Vista compatibility. It's caused by object cache, and it has always been like that. It is why you have to restart the client, just to make sure an older version of the object is not stuck in cache.  
Leggi tutto il post...
Categoria: Dynamics NAV ALL
venerdì, 13 feb 2009 Ore. 21.28

SQL Performance analysis counters

SQL Performance analysis counters The important perfmon counters are: For disk/memory -> memory: Available MBmemory: Pages/sec For disks ->physical disk: avg sec/read (for each disk)physical disk: avg sec/write (for each disk)physical disk: avg disk queue length (for each disk) Not really meaningful on a SANphysical disk: avg % idle time (for each disk) For Sql ->SQL Server Buffer manager: Buffer cache hit ratioSQL Server Buffer manager: checkpoint pages\secSQL Server Buffer manager 
Leggi tutto il post...
Categoria: Sql Server ALL
venerdì, 13 feb 2009 Ore. 15.27

Compatibilità Dynamics NAV con SQL 2008

Microsoft Dynamics NAV is officially compatible with Microsoft SQL Server 2008 and Microsoft Windows Server 2008   .... Microsoft Dynamics NAV is officially compatible with Microsoft SQL Server 2008 and Microsoft Windows Server 2008.   So, this means exactly that Microsoft Dynamics NAV 5.0 SP1 and Microsoft Dynamics NAV 4.0 SP3 is compatible with SQL Server 2008 and Windows Server 2008. Besides the fact that I always recommend to run the latest product update (expecially when you  
Leggi tutto il post...
Categoria: Dynamics NAV ALL
giovedì, 12 feb 2009 Ore. 11.51

Microsoft SQL 2005 mdf danneggiato

Microsoft SQL 2005 mdf danneggiato  Su una installazione SQL 2005, mi è capitato di aver esaurito lo spazio disco, a causa della crescita abnorme del file di log. Ogni tentativo di troncare il log è fallitto, così ho deciso di utilizzare un rimedio estremo: effettuare la detach del DB, poi cancellare il file di log e rimontare il solo file dati, facendo ricreare un nuovo file di log. Putroppo, per, all’atto del rimontaggio, SQL mi ha avvisato che c’erano problemi con il file dati e che e 
Leggi tutto il post...
Categoria: Sql Server ALL
martedì, 10 feb 2009 Ore. 14.32

Change and set new password

Modifica e set nuova Password (vecchia non conosciuta)ALTER LOGIN Victoria WITH PASSWORD = 'B3r1000d#2-36';GO Modifica della una password (vecchia conosciuta)Nell'esempio seguente viene illustrato l'utilizzo di ALTER LOGIN per modificare la password dell'account di accesso Victoria da B3r1000d#2-36 a V1cteAmanti55imE. Questo è il metodo consigliato. L'utente Victoria può eseguire questo comando senza disporre di autorizzazioni aggiuntive. Per gli altri utenti è richiesta 'autorizzazione &n 
Leggi tutto il post...
Categoria: Sql Server ALL
lunedì, 02 feb 2009 Ore. 14.32
Statistiche
  • Views Home Page: 450.674
  • Views Posts: 862.683
  • 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