Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are the difference between data length and length in
SQL Server-2008?

Answer Posted / bindu

The DATALENGTH function counts both trailing spaces and preceeding spaces when calculating the length of the expression.
The DATALENGTH function will return NULL, if the expression is NULL.

The LEN function does NOT count trailing spaces at the end of the string when calculating the length of the string.
The LEN function does count spaces at the start of the string when calculating the length of the string.
The LEN function will return NULL, if the string is NULL.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the syntax for stuff function in an sql server?

993


How to use column default values in insert statements in ms sql server?

990


what are the different ways to return the rowcount of a table?

958


How each E-R model constructs can be mapped to the relational model?

938


How to disconnect from a sql server using mssql_close()?

1044


What is attribute hierarchy? : sql server analysis services, ssas

977


What is merge statement?

1030


How do I completely remove sql server instance?

1036


Write a query for primary key constraint with identity key word?

986


Can we use pragma autonomous_transaction in trigger?

921


What is a raid and what are different types of raid configurations?

1218


What is inner join in sql server joins?

988


How to send email from database?

961


what is the information that can be stored inside a bit column? : Sql server database administration

920


How do you open a cluster administrator?

1013