Sample Call select @Statecode = ‘IL, IN,KY’ select ColumnData from dbo.fn_CSVToTable(@Statecode) Create Function dbo.fn_CSVToTable (@CSVList Varchar(3000)) Returns @Table Table (ColumnDat… more →
Code Bankpinaldave wrote 1 week ago: SQL SERVER - Guidelines and Coding Standards complete List Download Coding standards and guidelines … more →
pinaldave wrote 2 weeks ago: Download SQL Server 2008 Interview Questions and Answers Complete List Interview is very important e … more →
pinaldave wrote 2 weeks ago: SQL SERVER - 2008 - Interview Questions and Answers Complete List Download What is Data Compression? … more →
pinaldave wrote 3 weeks ago: SQL SERVER - 2008 - Interview Questions and Answers Complete List Download 3) Questions of SQL SERVE … more →
pinaldave wrote 3 weeks ago: SQL SERVER - 2008 - Interview Questions and Answers Complete List Download 1) General Questions of S … more →
pinaldave wrote 3 weeks ago: SQL SERVER - 2008 - Interview Questions and Answers Complete List Download 1) General Questions of S … more →
pinaldave wrote 1 month ago: Recently I have recieved email from Vivek Jamwal, which contains many useful SQL Server Date functio … more →
pinaldave wrote 1 month ago: I had previously written SQL SERVER - UDF - Function to Convert Text String to Title Case - Proper C … more →
pinaldave wrote 1 month ago: One of the reader Nanda of SQLAuthority.com has posted very detailed script of converting any date t … more →
pinaldave wrote 3 months ago: SERVERPROPERTY is very interesting system function. It returns many of the system values. I use it v … more →
pinaldave wrote 4 months ago: I received following question in email : How to create a comma delimited list using SELECT clause fr … more →
pinaldave wrote 4 months ago: Just a day ago, I was was asked this question in one of the teaching session to my team members. One … more →
pinaldave wrote 4 months ago: My previous article SQL SERVER - PIVOT Table Example encouraged few of my readers to ask me question … more →
pinaldave wrote 4 months ago: I recently came across very nice article about optimization tips for SQL Server 2005. Here is the li … more →
pinaldave wrote 5 months ago: I recently received question through email that how to determine if any user defined function is det … more →
pinaldave wrote 5 months ago: One of the most popular request I have received on this blog is to create one page which list all th … more →
Emily wrote 6 months ago: Not a really an important function, but SPACE returns a set number of spaces. For example SELECT "HE … more →
pinaldave wrote 7 months ago: Few days ago, I wrote about SQL SERVER - Find All The User Defined Functions (UDF) in a Database. Re … more →
pinaldave wrote 7 months ago: It gives me great pleasure to write articles like today’s one because I have received great co … more →