RS First Dynamics NAV Blog


...from NAV 3.60 to NAV 2013
Home Blogs | Home | Login | Contact | My Profile | RSS | About | Cerca

Shrink datafiles with Sql Script

Uno script per compattare tutti i datafiles rilasciando spazio a scritp to compact alla datfiles with space relesing at the end USE Database GODECLARE @fileid as intDECLARE @name as varchar(50)DECLARE contact_cursor CURSOR FORSELECT file_id, nameFROM sys.database_files; OPEN contact_cursor;FETCH NEXT FROM contact_cursorINTO @fileid, @name; WHILE @@FETCH_STATUS = 0BEGIN    --Shrink datafile. Rilascia tutto lo spazio disponibile alla fine del file sistema operativo.   
Leggi tutto il post...
Categoria: Sql Server ALL
giovedì, 02 set 2010 Ore. 09.42

Scrivi un commento


Non è possibile inviare commenti a questo Blog

Commenti

Copyright © 2002-2007 - Blogs 2.0
dotNetHell.it | Home Page Blogs
ASP.NET 2.0 Windows 2003