MVP Open day 2008 is one of the best event happened so far. I have previously written about this event in detail on this blog.
SQLAuthority News – Author Visit – South Asia MVP Open Day 2008 – Goa – Day 3
Yesterday was our last day at South Asia MVP Open Day. For three days continuously we are having great time along with fellow MVP. Every MVP was having great time because the way whole event was planned. We had plenty of time for networking as well lots of interesting sessions…
Read MoreSQLAuthority News – Author Visit – South Asia MVP Open Day 2008 – Goa – Day 2
At MVP Open Day we were promised that we will have 8 to 8 action packed day but we all observed much longer hours where we all MVP’s were busy with activity. I will say instead of 8 AM to 8 PM we actually had fun from 8 AM to…
Read MoreSQLAuthority News – Author Visit – South Asia MVP Open Day 2008 – Goa – Day 1
It is great fun! Perfect Event and Great start. Yesterday I wrote about agenda of South Asia MVP Open Day 2008 which is at Hotel Kenilworth Resorts, Goa. November 15 – Day 1 of Open Day started with plain journey and ended with Goan Team Party at beach with fellow…
Read MoreSQLAuthority News – Author Visit – South Asia MVP Open Day 2008 – Goa – Link List
Today is very exciting day as I will start my trip to South Asia MVP Open Day 2008 – Goa. Yesterday I wrote about my visit. I will be attending South Asia MVP Open Day 2008 on November 15 – 17, 2008 at Hotel Kenilworth Resorts, Goa. Those who have…
Read MoreSQLAuthority News – Author Visit – South Asia MVP Open Day 2008 – Goa
I will be attending South Asia MVP Open Day 2008 on November 15 – 17, 2008 at Hotel Kenilworth Resorts, Goa. I am very excited as this will be my first Open Day event after being MVP. Microsoft Most Valuable Professionals (MVPs) are exceptional technical community leaders from around the…
Read MoreSQLAuthority News – RML Utilities – Usage and Additional Help
Yesterday I wrote about SQLAuthority News – Download RML Utilities for SQL Server. I received many emails where different developers requested how to find additional help regarding RML Utilities. Few users reported that they are not able to install RML Utilities because of some reporting service pre-requisite. If RML Utilities…
Read MoreSQLAuthority News – Download RML Utilities for SQL Server
Note:Â Â Download RML Utilities for SQL Server by Microsoft The RML utilities allow you to process SQL Server trace files and view reports showing how SQL Server is performing. For example, you can quickly see: Which application, database or login is using the most resources, and which queries are responsible…
Read MoreSQL SERVER – Delete Backup History – Cleanup Backup History
SQL Server stores history of all the taken backup forever. History of all the backup is stored in msdb database. Many times older history is no more required. Following Stored Procedure can be executed with parameter which takes days of history to keep. In following example 30 is passed to…
Read MoreSQL SERVER – Check Database Integrity for All Databases of Server – DBCC CHECKDB
Today we will see quick script which will check integrity of all the databases of SQL Server. We will learn about DBCC CHECKDB in this blog post.Â



