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
 SQL Server 2008 Forums
 Transact-SQL (2008)
 delete

Author  Topic 

mcupryk
Yak Posting Veteran

91 Posts

Posted - 2012-08-17 : 11:36:24
delete

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-08-17 : 12:10:38
why not put an extra where condition to filter only numeric data?

also just to be aware ISNUMERIC is not fully realiable as it can return 1 for nonumeric data as well in some limited cases


http://sqlblogcasts.com/blogs/madhivanan/archive/2007/08/27/enhanced-isnumeric-function.aspx

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -