SQL Blog by Rahul Sahay
I have a total experience of 6 years primarily in databases (T-SQL and Performance Tuning). I have worked on different versions starting with SQL Server 2000 to SQL Server 2008 R2 for companies like Accenture and Airtel. I have completed Microsoft certification in MCTS (SQL SERVER). I did my MCA (Masters Of Computer Application) degree from Bangalore and have a BCA (Bachelor Of Computer Applications) from Indore.
Archives: March 2013
SQL BLOG: First Occurrence Of Character In a String
Scenario:
We need to find the first occurrence of character ie non numeric data in the string without using the built in function.
Example: String 577a
First occurrence of character : 4
Approach:
i) Here I haven’t used any built in functions. First we need to find…
4 comments, 154 reads
Posted in SQL Blog by Rahul Sahay on 1 March 2013



Subscribe to this blog