Welcome to MSDN Blogs Sign in | Join | Help

Random Hacks!

Awaiting my Bohemian Rhapsody

News

Browse by Tags

All Tags » query   (RSS)
Query to check for a text in All SQL Server 2000 sources in a database
If you ever felt a need to perform a query to check for a particular text instance in all sources (SPs, functions, triggers et al) in your SQL 2000 db, chances are you might have already written this little goodie. But if you haven't and if you need some Read More...
Count(1) vs Count(*)
There has been a long-standing doubt about the performance of the count statement. I was told by experienced developers in PL/SQL that using count(1) to find the rowcount was much more high-performing than using count(*), as count(*) fetches all the rows Read More...
Page view tracker