Microsoft
Software
Hardware
Network
Question : SQL sum
I have a stored procedure that does the following
take in parameter
@Par1 int
@Par2 int
@Par3 int
'does some stuff to give both @par1 and @par2 numeric value
How would i add the @par1 + @par2 to give @par3 a value
@par3 = @par1 + @par2
Answer : SQL sum
set @par3 = @par1 + @par2
Random Solutions
recommended UPS software which is compatible with Windows Server 2008
Need Code To Lock All Controls On Form
Can you setup Remote Desktop Gateway and Remote Desktop Services on the same Server
Operation Must Use an Updateable Query
How to open an XML file and change a value.
Access 2010 VBA - determining which "Yes/No" boxes are checked on a continupus form
ORA-00701: object necessary for warmstarting database cannot be altered
Will there be a 13" Macbook with an iCore processor anytime soon? Safe to buy C2D?
DMZ with single WAN IP on SonicWall TZ-200?
Excel - Find nearest words for top ranked (text mining)