November 7, 2011 at 2:30 pm
ok.
I am not sure but there might be a way to use that in SQL
google SQL extended stored procedures
however this is a deprecated future and will not be available after 2008 version I think so thread softly 🙂
November 7, 2011 at 4:24 pm
Sounds like you're back to trying to write a formatting function. You could save yourself a lot of time by just skipping that and spend more time on passing the correct datatypes for the sake of performance.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 8, 2011 at 2:04 am
Jeff Moden (11/7/2011)
You could save yourself a lot of time by just skipping that and spend more time on passing the correct datatypes for the sake of performance.
can you clarify this please
November 24, 2011 at 3:13 pm
It's pretty much as I stated... instead of formatting data, pass the data as the correct data type.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 25, 2011 at 2:22 pm
Please post the valid formatting chars the existing function accepts and the expected output from sample formats.
#0.00, ### ##0.00
What specifically does that mean? I'm guessing the # is zero-suppressed and the 0 is not, i.e., print 0.56 not 00.56, but need to be sure to write code.
Are there other formatting chars or options you need to also have function the way they did before? If so, what are they and what is the required output for each?
SQL DBA,SQL Server MVP(07, 08, 09) "It's a dog-eat-dog world, and I'm wearing Milk-Bone underwear." "Norm", on "Cheers". Also from "Cheers", from "Carla": "You need to know 3 things about Tortelli men: Tortelli men draw women like flies; Tortelli men treat women like flies; Tortelli men's brains are in their flies".
Viewing 5 posts - 16 through 19 (of 19 total)
You must be logged in to reply to this topic. Login to reply