|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
HOW TO CALL A USD IN A SPWhat is "usd"? Use defined function? If so, is it a scalar or table-valued function?
-- Show quoteTibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ "DEVA" <d***@chellasoft.com> wrote in message news:uO$on$90GHA.4796@TK2MSFTNGP06.phx.gbl... > HI frndz, > i have two usd then how to call these usd in a single SP > > Hi,
If it is a User Defined Function then, in your Stored Proc you can call as: declare @myUDF int set @myUDF = select dbo.functionName() Tibor Karaszi wrote: Show quote > What is "usd"? Use defined function? If so, is it a scalar or table-valued function? > > -- > Tibor Karaszi, SQL Server MVP > http://www.karaszi.com/sqlserver/default.asp > http://www.solidqualitylearning.com/ > > > "DEVA" <d***@chellasoft.com> wrote in message news:uO$on$90GHA.4796@TK2MSFTNGP06.phx.gbl... > > HI frndz, > > i have two usd then how to call these usd in a single SP > > > > If USD means a US Dollar, don't waste it with a call to anything, buy a cup
of coffee.... -- Show quoteArnie Rowland, Ph.D. Westwood Consulting, Inc Most good judgment comes from experience. Most experience comes from bad judgment. - Anonymous "DEVA" <d***@chellasoft.com> wrote in message news:uO$on$90GHA.4796@TK2MSFTNGP06.phx.gbl... > HI frndz, > i have two usd then how to call these usd in a single SP > > "Arnie Rowland" <ar***@1568.com> wrote in message Where can you get a decent cup of coffee for $1?news:OKukCSK1GHA.3644@TK2MSFTNGP03.phx.gbl... > If USD means a US Dollar, don't waste it with a call to anything, buy a > cup of coffee.... Did I say decent?
-- Show quoteArnie Rowland, Ph.D. Westwood Consulting, Inc Most good judgment comes from experience. Most experience comes from bad judgment. - Anonymous "Mike C#" <x**@xyz.com> wrote in message news:1joOg.346$%W2.216@newsfe10.lga... > > "Arnie Rowland" <ar***@1568.com> wrote in message > news:OKukCSK1GHA.3644@TK2MSFTNGP03.phx.gbl... >> If USD means a US Dollar, don't waste it with a call to anything, buy a >> cup of coffee.... > > Where can you get a decent cup of coffee for $1? > |
|||||||||||||||||||||||