SQL SERVER – Applying NOLOCK Hint at Query Level – NOLOCK for whole Transaction
SQL SERVER – Making Database to Read Only – Changing Database to Read/Write
I recently received the following comments on my earlier blog about Making database to read only.
“Today i was trying to attach the (MDF,NDF,LDF ) sql server 2008 database which i have received from my client. After attachment the database status is showing (Read-Only) (Eg.database name (Read-Only). How do i make to normal mode for the data updation. is there any query available to resolve this problem. Your help will be highly helpful.”
Let’s learn Making Database to Read Only and Changing Database to Read/Write.
SQL SERVER – Finding Location of Log File when Primary Datafile is Crashed
SQL SERVER – Transaction Log Impact Detection Using DMV – dm_tran_database_transactions
SQL SERVER – Query to Recent Query on Server with Execution Plan Function to Get SQL
SQL SERVER – expressor Studio Includes Powerful Scripting Capabilities
SQL SERVER – TempDB in RAM for Performance
Performance Tuning is always the most interesting subject when we talk about software application. While I was recently discussing performance tuning with my friend, we started to talk about the best practices for TempDb. I also pointed my friend to the excellent blog post written by Cindy Gross on the subject: Compilation of SQL Server TempDB IO Best Practices. One of the discussion points was that we should put TempDB on the drive which is always giving better performance.




