Thursday, 09 April 2009 21:54
Alex Rosa
Career -
DBA
Visit the CHANNEL9 at MSDN and know the Microsoft's history with text and videos.
Very interesting to know the Microsoft's evolution through the years.
Read more...
Saturday, 06 December 2008 18:56
Alex Rosa
SQL Server -
Scripts
If you execute a BACKUP or a RESTORE using the SQL Server Management Studio (GUI), the percentage completed will be shown on the screen for each 10% completed, ex.: 10%, 20%, 30%....
If you need to know, how long does it take?...use the DMVs and a simple SELECT, check the script below.
Columns:
START TIME, PERCENT COMPLETED, COMMAND, DATABASE NAME, STIMATED COMPLETION TIME, MINUTES TO FINISH.
Read more...