Feeds:
Posts
Comments

Archive for the ‘DMV’ Category

In this blog post we will see three new DMVs which are introduced in Denali. The DMVs are very simple and there is not much to describe them. So here is the simple game. I will be asking a question back to you after seeing the result of the each of the DMV and you [...]

Read Full Post »

One more quick introduction to DMV for Denali. Following DMV provides information about Windows Operating System. Here is the quick example of the same. This DMV returns information about the operating system volume (directory) on which the specified databases and files are stored. Here is the quick example I have created for the same. SELECT [...]

Read Full Post »

SQL Server Denali has many new interesting feature – one of the interesting feature is New DMVs. This DMV returns information about the operating system volume (directory) on which the specified databases and files are stored. Here is the quick example I have created for the same. SELECT DB_NAME(f.database_id) DatabaseName, f.FILE_ID, size DBSize, file_system_type, volume_mount_point, [...]

Read Full Post »

I am feeling very good to write this short blog post. My book is now officially available on in India and USA. In India you can get it from Flipkart – http://bit.ly/pinalbook In USA you can get it from Amazon – http://amzn.to/pb49jq This book is just like this blog and contains all the complex subject [...]

Read Full Post »

Earlier we discussed about the what is the common solution to solve the issue with CXPACKET wait time. Today I am going to talk about few of the other suggestions which can help to reduce the CXPACKET wait. If you are going to suggest that I should focus on MAXDOP and COST THRESHOLD – I [...]

Read Full Post »

Older Posts »

Follow

Get every new post delivered to your Inbox.

Join 16,216 other followers