Here are some of the most recently published snippets!
Find SQL Queries that can be improved
This query makes use of the DMVs in order to find queries that could be tuned for better performance. You can alter the TOP clause to suit your needs.
Thanks to Simon Osborne. http://www.sqlservercentral.com/scripts/T-SQL/99611/
Open the snippet
Author: cghersi
Trim, TrimStart, TrimEnd methods in java
Open the snippet
Author: mporru