Viewing 3 posts - 1 through 3 (of 3 total)
an easy way is:
Starting enterprise manager go to the "data transformation services". Go to the dts-pakage you want to transfer. open it in design mode. in the window with the dts-package you go...
February 2, 2007 at 1:06 am
#687321
you can test this function. the inputparameters are @value - field you want to get result
@trenn - in front of this character you want to trim spaces
create function dbo.test (@value...
January 18, 2007 at 8:42 am
#684028
case when extendedprice <> 0 then CONVERT(varchar,CAST(round([GrossMargin]/[ExtendedPrice]*100, 2) AS float)) else '0.00' end + '%' as percentage
udo
May 11, 2006 at 7:23 am
#637233