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

Elenco tabelle presenti nei Filegroups

Elenco tabelle presenti nei Filegroups SELECT CONVERT(VARCHAR(30), OBJECT_NAME(s.id)) Tabella, fg.groupnameFROM sysindexes s INNER JOIN sysfilegroups fgON s.groupid = fg.groupidWHERE s.id > 100AND s.indid < 2 ORDER BY fg.groupname   utilissimo !!!!   
Leggi tutto il post...
Categoria: Sql Server ALL
giovedì, 01 lug 2010 Ore. 18.36

Limit SQL Server memory usage

Limit SQL Server memory usage Use the sp_configure system stored procedure with the max server memory option to limit the amount of memory in the buffer pool used by an instance of SQL Server or MSDE. This will prevent SQL Server from using more than the specified amount of memory, thus leaving remaining memory available to start other applications quickly. Enable advanced options: USE masterEXEC sp_configure 'show advanced options', 1RECONFIGURE WITH OVERRIDE Set the maximum amount of memo 
Leggi tutto il post...
Categoria: Sql Server ALL
giovedì, 01 lug 2010 Ore. 14.27
Statistiche
  • Views Home Page: 451.316
  • Views Posts: 863.756
  • 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