About a year ago, I wrote blog post about SQL SERVER – 2005 – Last Ran Query – Recently Ran Query. Since, then I have received many question regarding how this is better than fn_get_sql() or DBCC INP… more →
Journey to SQL Authority with Pinal DaveBhavesh Patel wrote 2 weeks ago: SERVERPROPERTY Function How does one get list all Server Properties? Well, we can use a very helpful … more →
Bhavesh Patel wrote 3 weeks ago: Set Functions – COUNT, MAX, MIN, SUM and AVG Many times the information we require from table … more →
pinaldave wrote 1 month ago: About a year ago, I wrote blog post about SQL SERVER – 2005 – Last Ran Query – Recently Ran Query. … more →
Bhavesh Patel wrote 1 month ago: Function to split a string which is delimited by comma or other delimiter. We often come across a pr … more →
pinaldave wrote 2 months ago: I recently got many emails requesting to write a simple article. I also got a request to explain di … more →
pinaldave wrote 2 months ago: In one of my recent articles, I mentioned the use of Table Valued Function (TVF) instead of Stored P … more →
pinaldave wrote 5 months ago: Till date, I have met the SQL Server Product Team twice: first time at SQL Server MVP Meet, Seattle, … more →
pinaldave wrote 5 months ago: Let us first try to grasp the definition of the two keys. Candidate Key – A Candidate Key can … more →
pinaldave wrote 6 months ago: I work in an environment wherein I connect to multiple servers across the world. Time and again, my … more →
pinaldave wrote 7 months ago: I have received few emails asking how to prefix any number with zero. I have previously written two … more →
pinaldave wrote 8 months ago: I recently had requirement to create list of all the SQL Server on local network. I remembered that … more →
pinaldave wrote 8 months ago: I had written article SQL SERVER – Pad Ride Side of Number with 0 – Fixed Width Number D … more →
pinaldave wrote 8 months ago: Today we will look something which is very quick and but quite frequently useful string operation ov … more →
pinaldave wrote 9 months ago: Just a day ago I received email from reader how to get single random number for range of rows of any … more →
pinaldave wrote 10 months ago: I love reader’s contribution this blog as that brings variety in articles. I encourage my read … more →
pinaldave wrote 10 months ago: Previously I posted SQL SERVER – Find Row Count in Table – Find Largest Table in Databas … more →
pinaldave wrote 1 year ago: A year ago I wrote post about SQL SERVER – Retrieve – Select Only Date Part From DateTim … more →
pinaldave wrote 1 year ago: SQL is great with String operations. Many times, I use T-SQL to do my string operation. Let us see U … more →
pinaldave wrote 1 year ago: After reading my article SQL SERVER – 2008 – TRIM() Function – User Defined Functi … more →