Author Archives: uday arumilli

Database Restore Progress in SQL Server

Database Restore Progress in SQL Server This post will takes you through you monitoring Database Restore Progress in SQL Server. Here we have an useful script which can help us in the process of restoration of databases. As we are … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , | 1 Comment

Dynamic coloring for char series in SSRS

Dynamic coloring for char series in SSRS This post helps in Dynamic coloring for char series in SSRS. We had a requirement to collect SQL Server job execution timings and showcase in a SSRS report using a bar chart. For the … Continue reading

Posted in MSBI, SSRS | Tagged , , | Leave a comment

How SQL Server Page Allocations Works

How SQL Server Page Allocations Works? This post helps us in understanding “How SQL Server Page Allocations Works”. When I drop an object SQL Server does not immediately re-use those extents for a new object. This is because the storage … Continue reading

Posted in SQL Development, SQL Server DBA | Tagged , , , , | Leave a comment