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
Wanted: A web cam. Budget? Limited.
Outlook 2007 signatures
Login to SSRS as andmistrator rather than anonymous user.
Exchange 2007 POP3
MS SQL Server only using one core on a 4 core box
RAID recommendation for VMWare ESXi 4.0 with HP 410i controller
The trust relationship between this workstation and the primary domain failed
The shared hand in the calendar comes back by default after a restart of outlook.
XSLT transformation
Any good advanced javascript books/links to recommend?