Microsoft
Software
Hardware
Network
Question : SQL 2008 Offline Database Rebuild
I have a a database running in SQL 2008 I need help to run an Offline or a detached Database Rebuild... I look forward to the help. 500 Points, time
Answer : SQL 2008 Offline Database Rebuild
After you attach your database and it becomes online, execute the script below to rebuild it
USE ur_db_name
GO
exec sp_msforeachtable 'ALTER INDEX ALL ON ? REBUILD WITH (FILLFACTOR = 80)';
Random Solutions
Remote Desktop Server 2003 Group Policy and Server 2008
Is there a mail.app plugin (for 10.6.x) that provides a simple font menu in the toolbar?
Imagecache, views
Excel Pivot Table "bug"?
Is it possible to put a frequently used document in the system tray to open quickly?
Access Database
Force feeding data to an ODD page number
C++
drop index does not work for unique keys
Query based on date range and totals.