How to use Asp.net
  • Home
  • About us
  • Disclaimer
  • joy of helping
KEEP IN TOUCH

Monthly archives for May, 2011

Rtrim, Ltrim, Substring, Charindex,Upper, Lower, Reverse In Sql Server 2005

May20
2011
1 Comment Written by vikram

I m just trying to some write down the some sql functions which is very useful for us as we know we can do these things in asp.net also but this is good if we have some knowledge about something better while developing something. I have just used some common functions which we use in our daily life while doing programming. Hope this will help you.
*Copying the following must replace the –> ‘ from keyboard.

[--] this sign is used for commenting the queries.
–Removing the spaces

DECLARE @str VARCHAR(50)
SET @str =’  Vikram Dhawan  ‘
select @str as [1. myname]
select LTRIM(@str)  as [2. LTRIM]
select RTRIM(@str)  as [3. RTRIM]
select LTRIM(RTRIM((@str)))  as [4. LTRIM/RTRIM]
–you can use here your table column name
–select LTRIM(RTRIM((yourcolumname))) from tablename
–SYNTAX SUBSTRING(expression,starting no.,length)

READ MORE »

Posted in Sql Server

Joy of Helping

Any sort of help to the children who are fatherless, poor & are from far-off areas.
Joy of Helping

Facebook Link

Asp dot Net ,Ajax,Xml.

Recent Posts

  • ROW_NUMBER(), NTILE(), partition by, Duplicate Records, CTE sql server 2008
  • How to get second highest Salary sql server 2008
  • Insert values, insert into, insert default value, insert execute and select into sql server 2008
  • How to Bind GridView with SqlDataReader in Asp.net
  • how to attach files to email without storing on disk using Asp.net FileUpload control

Recent Comments

  • Anonymous on ROW_NUMBER(), NTILE(), partition by, Duplicate Records, CTE sql server 2008
  • dhananjay on How to use GridView with Insert, Edit, Update, Delete the Ado.net way C#
  • dev on How can we limit the characters in multiline textbox asp.net using JavaScript
  • navneet on How to display image in Image control after upload on the server asp.net C#
  • AnhVu on How to do Shopping Cart in Asp.net C#

Archives

  • February 2013
  • September 2012
  • April 2012
  • January 2012
  • October 2011
  • August 2011
  • May 2011
  • April 2011
  • March 2011

Categories

  • Asp.net
  • jQuery
  • Sql Server

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org

EvoLve theme by Theme4Press  •  Powered by WordPress How to use Asp.net