Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Procedure for removing LTRIM Incompatibilities.

Author  Topic 

manzoor_mustafa
Starting Member

6 Posts

Posted - 2009-08-31 : 11:29:05
Hi

I have many Stored Procedures in SQL Server 2008 Compatibility level 100 where I am using LTRIM to return empty strings but due to triming of empty strings the return value is modified to null due to which I am unable to run an application. Please provide any resolution for this issue so that without modifying all the SPs where LTRIM is used, I can change and remove this incompatibility issue.



Please provide the solution asap.

Thanks

robvolk
Most Valuable Yak

15732 Posts

Posted - 2009-08-31 : 11:36:58
Please do not post duplicate entries:

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=132028
Go to Top of Page
   

- Advertisement -