I recently was re-exposed to the PAL (Performance Analysis of Logs) Tool available on CodePlex at a wonderful SQLskills class. I had played with the tool in the past, but at the time the server I had for setting things up and automating processes was Windows 2000, so I forgot
I usually do not make resolutions because that seems like you are trying to give up something instead of gaining something. I would prefer to call them goals that way they can be a list of possible accomplishments instead of potential failures. For 2012, I decided to record my goals
I attended SQL Saturday #80 this past weekend in Wheeling, WV. Many thanks to John Sterrett (Twitter | Blog) for putting a wonderful event. The event offered us three different tracks with six sessions each. The first two sessions I attend where on PowerShell by Ed Wilson aka the Scripting Guy.
Below is another script I frequently use to list what users or roles have what permissions to tables and views in our database. It basically cursors through the list of objects and stores the results of sp_helprotect in a temp table then displays the results. DECLARE helpprotect CURSOR READ_ONLY FOR
We receiving have been working with auditors to provide a list of SQL logins that exist in each database role defined. Here is a short script to return all the members of each group that can easily be copied into Excel and shared with auditors and anybody else looking for
I recently attend the SQLskills Immersion Training Event on Internals and Performance in Chicago. I have to say I was already impressed with Paul Randal and Kimberly Tripp’s knowledge of SQL Server given my past experience at conferences and their blogs. But that said was even more impressed after spending
