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
Excel addins
Query a txt file and add a user account into administrator group of each machine.
split comma delimited values into seperate columns in SQL 2005
Problem with EFS Recovery
Windows 2008 DC and IP Default Gateway settings
Wireless AP network in a warehouse
Windows Server 2008 R2: missing start menu of installed applications
Ethernet crossover cable connect
get 550 5.7.1. Unable to relay for specific domains....
How to Stop Procedure Running after Message Box Displayed